Home
last modified time | relevance | path

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

/freebsd/lib/libdevctl/
H A Ddevctl.h45 int devctl_getpath(const char *device, const char *locator, char **buffer);
H A Ddevctl.c171 devctl_getpath(const char *device, const char *locator, char **buffer) in devctl_getpath() function
/freebsd/usr.sbin/devctl/
H A Ddevctl.c429 if (devctl_getpath(av[2], av[1], &buffer) < 0) in getpath()