Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libdevctl/
H A Ddevctl.h37 int devctl_enable(const char *device);
H A Ddevctl.c81 devctl_enable(const char *device) in devctl_enable() function
/freebsd-12.1/usr.sbin/devctl/
H A Ddevctl.c206 if (devctl_enable(av[1]) < 0) in enable()