Home
last modified time | relevance | path

Searched refs:udev_ref (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sbin/udevd/
H A Dtest_udevd.c68 udev_ref(struct udev *udev_ctx) in udev_ref() function
135 udev_enum->udev_ctx = udev_ref(udev_ctx); in udev_enumerate_new()
276 udev_monitor->udev_ctx = udev_ref(udev_ctx); in udev_monitor_new()
367 udev_dev->udev_ctx = udev_ref(udev_monitor->udev_ctx); in udev_monitor_receive_device()
/dragonfly/lib/libdevattr/
H A DMakefile11 MLINKS+= udev.3 udev_ref.3
H A Ddevattr_device.c86 udev_dev->udev_ctx = udev_ref(udev_ctx); in udev_device_new_from_dictionary()
H A Ddevattr.h45 struct udev *udev_ref(struct udev *udev_ctx);
H A Ddevattr.c69 udev_ref(struct udev *udev_ctx) in udev_ref() function
H A Ddevattr_enumerate.c86 udev_enum->udev_ctx = udev_ref(udev_ctx); in udev_enumerate_new()
H A Ddevattr_monitor.c87 udev_monitor->udev_ctx = udev_ref(udev_ctx); in udev_monitor_new()