Searched refs:udev_list_entry_add (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/libudev/ |
D | test-libudev.c | 359 assert_se(udev_list_entry_add(list, "aaa", "hoge")); in test_list() 360 assert_se(udev_list_entry_add(list, "aaa", "hogehoge")); in test_list() 361 assert_se(udev_list_entry_add(list, "bbb", "foo")); in test_list() 383 assert_se(udev_list_entry_add(list, "aaa", "hoge")); in test_list() 384 assert_se(udev_list_entry_add(list, "aaa", "hogehoge")); in test_list() 385 assert_se(udev_list_entry_add(list, "bbb", "foo")); in test_list()
|
D | libudev-device.c | 643 if (!udev_list_entry_add(udev_device->devlinks, devlink, NULL)) in udev_device_get_devlinks_list_entry() 675 if (!udev_list_entry_add(udev_device->properties, key, value)) in udev_device_get_properties_list_entry() 795 if (!udev_list_entry_add(udev_device->sysattrs, sysattr, NULL)) in udev_device_get_sysattr_list_entry() 850 if (!udev_list_entry_add(udev_device->all_tags, tag, NULL)) in udev_device_get_tags_list_entry() 870 if (!udev_list_entry_add(udev_device->current_tags, tag, NULL)) in udev_device_get_current_tags_list_entry()
|
D | libudev-list-internal.h | 16 struct udev_list_entry *udev_list_entry_add(struct udev_list *list, const char *name, const char *v…
|
D | libudev-hwdb.c | 115 if (!udev_list_entry_add(hwdb->properties_list, key, value)) in udev_hwdb_get_properties_list_entry()
|
D | libudev-list.c | 71 struct udev_list_entry *udev_list_entry_add(struct udev_list *list, const char *_name, const char *… in udev_list_entry_add() function
|
D | libudev-enumerate.c | 152 if (!udev_list_entry_add(udev_enumerate->devices_list, syspath, NULL)) in udev_enumerate_get_list_entry()
|