Home
last modified time | relevance | path

Searched refs:udevd_get_command_dict (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sbin/udevd/
H A Dtest_udevd.c29 prop_dictionary_t udevd_get_command_dict(char *command);
380 dict = udevd_get_command_dict(__DECONST(char *, "monitor")); in udev_monitor_enable_receiving()
701 udevd_get_command_dict(char *command) in udevd_get_command_dict() function
729 dict = udevd_get_command_dict(__DECONST(char *, "getdevs")); in udevd_request_devs()
/dragonfly/lib/libdevattr/
H A Ddevattr.c263 udevd_get_command_dict(char *command) in udevd_get_command_dict() function
291 dict = udevd_get_command_dict(__DECONST(char *, "getdevs")); in udevd_request_devs()
H A Ddevattr.h163 prop_dictionary_t udevd_get_command_dict(char *command);
H A Ddevattr_monitor.c185 dict = udevd_get_command_dict(__DECONST(char *, "monitor")); in udev_monitor_enable_receiving()