Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libgeom/
H A Dgeom_util.c45 static char *g_device_path_open(const char *, int *, int);
56 path = g_device_path_open(name, &fd, dowrite); in g_open()
274 g_device_path_open(const char *devpath, int *fdp, int dowrite) in g_device_path_open() function
326 return (g_device_path_open(devpath, NULL, 0)); in g_device_path()