Home
last modified time | relevance | path

Searched refs:STRINGEQUAL (Results 1 - 4 of 4) sorted by relevance

/base/startup/init/ueventd/
H A Dueventd_device_handler.c169 if (STRINGEQUAL(devicePath, ".") || STRINGEQUAL(devicePath, "/")) { in CreateDeviceNode()
218 if (STRINGEQUAL(deviceNode, realPath)) { in RemoveDeviceNode()
264 if (STRINGEQUAL(parent, bootDevice)) { in BuildDeviceSymbolLinks()
302 if (uevent == NULL || uevent->subsystem == NULL || STRINGEQUAL(uevent->subsystem, "block") == 0) { in GetBlockDeviceSymbolLinks()
328 while (parent != NULL && !STRINGEQUAL(parent, "/") && !STRINGEQUAL(parent, ".")) { in GetBlockDeviceSymbolLinks()
340 if (STRINGEQUAL(bus, "/sys/bus/platform")) { in GetBlockDeviceSymbolLinks()
433 if (STRINGEQUAL(subsystem, "block")) { in GetDeviceBasePath()
435 } else if (STRINGEQUAL(subsyste in GetDeviceBasePath()
[all...]
H A Dueventd.c83 if (STRINGEQUAL(action, "add")) { in GetUeventAction()
85 } else if (STRINGEQUAL(action, "remove")) { in GetUeventAction()
87 } else if (STRINGEQUAL(action, "change")) { in GetUeventAction()
89 } else if (STRINGEQUAL(action, "move")) { in GetUeventAction()
91 } else if (STRINGEQUAL(action, "online")) { in GetUeventAction()
93 } else if (STRINGEQUAL(action, "offline")) { in GetUeventAction()
95 } else if (STRINGEQUAL(action, "bind")) { in GetUeventAction()
97 } else if (STRINGEQUAL(action, "unbind")) { in GetUeventAction()
H A Dueventd_read_cfg.c168 if (STRINGEQUAL(section, "device")) { in GetSection()
170 } else if (STRINGEQUAL(section, "sysfs")) { in GetSection()
172 } else if (STRINGEQUAL(section, "firmware")) { in GetSection()
392 if (STRINGEQUAL(config->sysPath, sysPath)) { in ChangeSysAttributePermissions()
/base/startup/init/ueventd/include/
H A Dueventd_utils.h28 #define STRINGEQUAL(src, tgt) (strcmp((src), (tgt)) == 0) macro

Completed in 3 milliseconds