Searched refs:streq_ptr (Results 1 – 5 of 5) sorted by relevance
/third_party/eudev/src/udev/ |
D | udevd.c | 316 if (!streq_ptr(udev_device_get_action(dev), "remove") && in worker_spawn() 317 streq_ptr("block", udev_device_get_subsystem(dev)) && in worker_spawn() 322 if (streq_ptr("partition", udev_device_get_devtype(d))) in worker_spawn() 791 if (streq_ptr("block", udev_device_get_subsystem(dev)) && in synthesize_change() 792 streq_ptr("disk", udev_device_get_devtype(dev)) && in synthesize_change() 842 if (!streq_ptr("partition", udev_device_get_devtype(d))) in synthesize_change() 872 if (!streq_ptr("partition", udev_device_get_devtype(d))) in synthesize_change()
|
D | udev-builtin-hwdb.c | 108 if (streq(dsubsys, "usb") && streq_ptr(udev_device_get_devtype(d), "usb_device")) { in udev_builtin_hwdb_search()
|
D | udev-builtin-net_id.c | 283 if (streq_ptr("pci", udev_device_get_subsystem(parent))) { in names_pci() 380 if (!streq_ptr("ccwgroup", udev_device_get_subsystem(cdev))) in names_ccw()
|
/third_party/eudev/src/shared/ |
D | util.h | 61 bool streq_ptr(const char *a, const char *b) _pure_;
|
D | util.c | 92 bool streq_ptr(const char *a, const char *b) { in streq_ptr() function
|