Home
last modified time | relevance | path

Searched refs:devlink (Results 1 - 4 of 4) sorted by relevance

/third_party/eudev/src/libudev/
H A Dlibudev-private.h48 int udev_device_add_devlink(struct udev_device *udev_device, const char *devlink);
H A Dlibudev-device.c1324 * The devlink path can be retrieved from the list entry by
1697 int udev_device_add_devlink(struct udev_device *udev_device, const char *devlink) in udev_device_add_devlink() argument
1702 list_entry = udev_list_entry_add(&udev_device->devlinks_list, devlink, NULL); in udev_device_add_devlink()
/third_party/eudev/src/udev/
H A Dudev-rules.c1946 const char *devlink; in udev_rules_apply_to_event() local
1948 devlink = udev_list_entry_get_name(list_entry) + strlen("/dev/"); in udev_rules_apply_to_event()
1949 if (match_key(rules, cur, devlink) == 0) { in udev_rules_apply_to_event()
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c88 TAILQ_ENTRY(device) devlink; /**< global device list membership */
1399 TAILQ_INSERT_TAIL(&bus_data_devices, dev, devlink); in make_device()
1557 TAILQ_REMOVE(&bus_data_devices, child, devlink); in device_delete_child()

Completed in 13 milliseconds