Lines Matching refs:action
61 const char *action;
359 uevent->action = "";
373 uevent->action = msg;
407 uevent->action, uevent->path, uevent->subsystem,
524 static void handle_device(const char *action, const char *devpath,
529 if(!strcmp(action, "add")) {
537 if(!strcmp(action, "remove")) {
556 if (!strcmp(uevent->action, "add"))
558 else if (!strcmp(uevent->action, "remove"))
603 handle_device(uevent->action, devpath, uevent->path, 1,
733 handle_device(uevent->action, devpath, uevent->path, 0,
739 if (!strcmp(uevent->action,"add") || !strcmp(uevent->action, "change") || !strcmp(uevent->action, "online"))
882 if(strcmp(uevent->action, "add"))