Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libdevctl/
H A Ddevctl.h35 int devctl_attach(const char *device);
H A Ddevctl.c66 devctl_attach(const char *device) in devctl_attach() function
/freebsd-12.1/usr.sbin/devctl/
H A Ddevctl.c126 if (devctl_attach(av[1]) < 0) in attach()