Lines Matching refs:action
63 const char *action; member
390 uevent->action = ""; in parse_event()
404 uevent->action = msg; in parse_event()
437 uevent->action, uevent->path, uevent->subsystem, in parse_event()
558 static void handle_device(const char *action, const char *devpath, in handle_device() argument
563 if(!strcmp(action, "add")) { in handle_device()
571 if(!strcmp(action, "remove")) { in handle_device()
590 if (!strcmp(uevent->action, "add")) in handle_platform_device_event()
592 else if (!strcmp(uevent->action, "remove")) in handle_platform_device_event()
637 handle_device(uevent->action, devpath, uevent->path, 1, in handle_block_device_event()
772 handle_device(uevent->action, devpath, uevent->path, 0, in handle_generic_device_event()
778 …if (!strcmp(uevent->action,"add") || !strcmp(uevent->action, "change") || !strcmp(uevent->action, … in handle_device_event()
934 if(strcmp(uevent->action, "add")) in handle_firmware_event()