Home
last modified time | relevance | path

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

/freebsd/lib/libgeom/
H A DMakefile41 libgeom.3 g_device_path.3 \
H A Dlibgeom.h169 char *g_device_path(const char *);
H A Dgeom_util.c323 g_device_path(const char *devpath) in g_device_path() function
/freebsd/usr.sbin/boot0cfg/
H A Dboot0cfg.c186 disk = g_device_path(*argv); in main()
/freebsd/sbin/fdisk/
H A Dfdisk.c329 disk = g_device_path(argv[0]); in main()
/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c206 specname = g_device_path(argv[0]); in main()
/freebsd/lib/geom/part/
H A Dgeom_part.c476 if (g_device_path(g) == NULL) { in gpart_autofill()