Searched refs:set_str (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0007-RH-warn-on-invalid-regex-instead-of-failing.patch | 86 -declare_hw_handler(vendor, set_str) 90 -declare_hw_handler(product, set_str) 94 -declare_hw_handler(revision, set_str) 98 -declare_hw_handler(bl_product, set_str)
|
/openbmc/linux/drivers/platform/x86/ |
H A D | think-lmi.c | 981 char *set_str = NULL, *new_setting = NULL; in current_value_store() local 1006 if (!set_str) { in current_value_store() 1036 if (!set_str) { in current_value_store() 1041 ret = tlmi_simple_call(LENOVO_SET_BIOS_SETTINGS_GUID, set_str); in current_value_store() 1064 if (!set_str) { in current_value_store() 1086 kfree(set_str); in current_value_store() 1161 char *set_str = NULL, *new_setting = NULL; in debug_cmd_store() local 1189 set_str = kasprintf(GFP_KERNEL, "%s;", new_setting); in debug_cmd_store() 1190 if (!set_str) { in debug_cmd_store() 1195 ret = tlmi_simple_call(LENOVO_DEBUG_CMD_GUID, set_str); in debug_cmd_store() [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_filter.c | 2226 static int create_filter_start(char *filter_string, bool set_str, in create_filter_start() argument 2238 if (filter && set_str) { in create_filter_start() 2284 char *filter_string, bool set_str, in create_filter() argument 2294 err = create_filter_start(filter_string, set_str, &pe, filterp); in create_filter() 2299 if (err && set_str) in create_filter() 2308 char *filter_str, bool set_str, in create_event_filter() argument 2311 return create_filter(tr, call, filter_str, set_str, filterp); in create_event_filter()
|
H A D | trace.h | 1527 char *filter_str, bool set_str,
|