Home
last modified time | relevance | path

Searched refs:devctl_attach (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libdevctl/
H A Ddevctl.h32 int devctl_attach(const char *device);
H A Ddevctl.c63 devctl_attach(const char *device) in devctl_attach() function
/freebsd/usr.sbin/devctl/
H A Ddevctl.c124 if (devctl_attach(av[1]) < 0) in attach()