Lines Matching refs:entry
619 /* devices with a database entry are initialized */
625 struct udev_list_entry *entry;
641 entry = udev_device_add_property_from_string(udev_device, val);
642 udev_list_entry_set_num(entry, true);
751 * device and the udev database entry. The syspath is the absolute
831 * device and the udev database entry. The device is looked-up
866 * device and the udev database entry. The device is looked-up
948 * and the udev database entry. The device is looked up by the subsystem
1088 * device and the udev database entry.
1122 * database entry.
1322 * the udev device. The next list entry can be retrieved with
1324 * The devlink path can be retrieved from the list entry by
1328 * Returns: the first entry of the device node link list
1350 * device. The next list entry can be retrieved with udev_list_entry_get_next(),
1352 * can be retrieved from the list entry by udev_list_entry_get_name(),
1355 * Returns: the first entry of the property list
1668 * Returns: the first entry of the property list
1807 * list entry can be retrieved with udev_list_entry_get_next(),
1809 * can be retrieved from the list entry by udev_list_entry_get_name().
1811 * Returns: the first entry of the tag list
2091 struct udev_list_entry *entry;
2093 for ((entry = udev_device_get_properties_list_entry(src)); entry; entry = udev_list_entry_get_next(entry)) {
2096 key = udev_list_entry_get_name(entry);
2097 value = udev_list_entry_get_value(entry);