Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libdevctl/
H A Ddevctl.h34 int devctl_attach(const char *device);
H A Ddevctl.c65 devctl_attach(const char *device) in devctl_attach() function
/freebsd-13.1/usr.sbin/devctl/
H A Ddevctl.c125 if (devctl_attach(av[1]) < 0) in attach()