Searched refs:SEMICOLON_SEP (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | order-list-attributes.c | 53 return replace_char_str(buf, SEMICOLON_SEP, COMMA_SEP); in validate_ordered_list_input() 71 ATTRIBUTE_VALUES_PROPERTY_SHOW(elements, ordered_list, SEMICOLON_SEP); 181 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_package() 352 replace_char_str(ordered_list_data->current_value, COMMA_SEP, SEMICOLON_SEP); in hp_populate_ordered_list_elements_from_buffer()
|
| H A D | enum-attributes.c | 66 ATTRIBUTE_VALUES_PROPERTY_SHOW(possible_values, enumeration, SEMICOLON_SEP);
|
| H A D | passwdobj-attributes.c | 166 ATTRIBUTE_VALUES_PROPERTY_SHOW(encodings, password, SEMICOLON_SEP);
|
| H A D | bioscfg.h | 41 #define SEMICOLON_SEP ";" macro
|