Home
last modified time | relevance | path

Searched refs:streq_ptr (Results 1 – 5 of 5) sorted by relevance

/third_party/eudev/src/udev/
Dudevd.c316 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()
Dudev-builtin-hwdb.c108 if (streq(dsubsys, "usb") && streq_ptr(udev_device_get_devtype(d), "usb_device")) { in udev_builtin_hwdb_search()
Dudev-builtin-net_id.c283 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/
Dutil.h61 bool streq_ptr(const char *a, const char *b) _pure_;
Dutil.c92 bool streq_ptr(const char *a, const char *b) { in streq_ptr() function