Lines Matching refs:action
59 const char *action; member
318 uevent->action = ""; in parse_event()
332 uevent->action = msg; in parse_event()
365 uevent->action, uevent->path, uevent->subsystem, in parse_event()
479 static void handle_device(const char *action, const char *devpath, in handle_device() argument
484 if(!strcmp(action, "add")) { in handle_device()
492 if(!strcmp(action, "remove")) { in handle_device()
511 if (!strcmp(uevent->action, "add")) in handle_platform_device_event()
513 else if (!strcmp(uevent->action, "remove")) in handle_platform_device_event()
555 handle_device(uevent->action, devpath, uevent->path, 1, in handle_block_device_event()
645 handle_device(uevent->action, devpath, uevent->path, 0, in handle_generic_device_event()
651 if (!strcmp(uevent->action,"add") || !strcmp(uevent->action, "change")) in handle_device_event()
807 if(strcmp(uevent->action, "add")) in handle_firmware_event()