|
NAME | SYNOPSIS | RETURN VALUE | SEE ALSO | COLOPHON |
UDEV_LIST_ENTRY(3) udev_list_entry UDEV_LIST_ENTRY(3)
udev_list_entry, udev_list_entry_get_next,
udev_list_entry_get_by_name, udev_list_entry_get_name,
udev_list_entry_get_value - Iterate and access udev lists
#include <libudev.h>
struct udev_list_entry
*udev_list_entry_get_next(struct udev_list_entry *list_entry);
struct udev_list_entry
*udev_list_entry_get_by_name(struct udev_list_entry *list_entry,
const char *name);
const char
*udev_list_entry_get_name(struct udev_list_entry *list_entry);
const char
*udev_list_entry_get_value(struct udev_list_entry *list_entry);
On success, udev_list_entry_get_next() and
udev_list_entry_get_by_name() return a pointer to the requested list
entry. If no such entry can be found, or on failure, NULL is
returned.
On success, udev_list_entry_get_name() and
udev_list_entry_get_value() return a pointer to a constant string
representing the requested value. The string is bound to the lifetime
of the list entry itself. On failure, NULL is returned.
udev_new(3), udev_device_new_from_syspath(3), udev_enumerate_new(3),
udev_monitor_new_from_netlink(3), systemd(1),
This page is part of the systemd (systemd system and service manager)
project. Information about the project can be found at
⟨http://www.freedesktop.org/wiki/Software/systemd⟩. If you have a bug
report for this manual page, see
⟨http://www.freedesktop.org/wiki/Software/systemd/#bugreports⟩. This
page was obtained from the project's upstream Git repository
⟨https://github.com/systemd/systemd.git⟩ on 2020-08-13. (At that
time, the date of the most recent commit that was found in the repos‐
itory was 2020-08-11.) If you discover any rendering problems in
this HTML version of the page, or you believe there is a better or
more up-to-date source for the page, or you have corrections or
improvements to the information in this COLOPHON (which is not part
of the original manual page), send a mail to man-pages@man7.org
systemd 246 UDEV_LIST_ENTRY(3)
Pages that refer to this page: libudev(3) , udev_device_get_action(3) , udev_device_get_devlinks_list_entry(3) , udev_device_get_devnode(3) , udev_device_get_devnum(3) , udev_device_get_devpath(3) , udev_device_get_devtype(3) , udev_device_get_driver(3) , udev_device_get_is_initialized(3) , udev_device_get_parent(3) , udev_device_get_parent_with_subsystem_devtype(3) , udev_device_get_properties_list_entry(3) , udev_device_get_property_value(3) , udev_device_get_subsystem(3) , udev_device_get_sysattr_list_entry(3) , udev_device_get_sysattr_value(3) , udev_device_get_sysname(3) , udev_device_get_sysnum(3) , udev_device_get_syspath(3) , udev_device_get_tags_list_entry(3) , udev_device_get_udev(3) , udev_device_has_tag(3) , udev_device_new_from_device_id(3) , udev_device_new_from_devnum(3) , udev_device_new_from_environment(3) , udev_device_new_from_subsystem_sysname(3) , udev_device_new_from_syspath(3) , udev_device_ref(3) , udev_device_set_sysattr_value(3) , udev_device_unref(3) , udev_enumerate_add_match_is_initialized(3) , udev_enumerate_add_match_parent(3) , udev_enumerate_add_match_property(3) , udev_enumerate_add_match_subsystem(3) , udev_enumerate_add_match_sysattr(3) , udev_enumerate_add_match_sysname(3) , udev_enumerate_add_match_tag(3) , udev_enumerate_add_nomatch_subsystem(3) , udev_enumerate_add_nomatch_sysattr(3) , udev_enumerate_add_syspath(3) , udev_enumerate_get_list_entry(3) , udev_enumerate_get_udev(3) , udev_enumerate_new(3) , udev_enumerate_ref(3) , udev_enumerate_scan_devices(3) , udev_enumerate_scan_subsystems(3) , udev_enumerate_unref(3) , udev_monitor_enable_receiving(3) , udev_monitor_filter_add_match_subsystem_devtype(3) , udev_monitor_filter_add_match_tag(3) , udev_monitor_filter_remove(3) , udev_monitor_filter_update(3) , udev_monitor_get_fd(3) , udev_monitor_get_udev(3) , udev_monitor_new_from_netlink(3) , udev_monitor_receive_device(3) , udev_monitor_ref(3) , udev_monitor_set_receive_buffer_size(3) , udev_monitor_unref(3) , 30-systemd-environment-d-generator(7) , systemd.directives(7) , systemd.index(7)