Searched refs:action_arg_word_end (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | kobject_uevent.c | 99 static const char *action_arg_word_end(const char *buf, const char *buf_end, in action_arg_word_end() function 154 next = action_arg_word_end(buf, buf_end, '='); in kobject_action_args() 164 next = action_arg_word_end(buf, buf_end, ' '); in kobject_action_args()
|
/kernel/linux/linux-6.6/lib/ |
H A D | kobject_uevent.c | 99 static const char *action_arg_word_end(const char *buf, const char *buf_end, in action_arg_word_end() function 154 next = action_arg_word_end(buf, buf_end, '='); in kobject_action_args() 164 next = action_arg_word_end(buf, buf_end, ' '); in kobject_action_args()
|
Completed in 3 milliseconds