Searched refs:bpath (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/boot0cfg/
H A Dboot0cfg.c120 const char *bpath, *fpath; local
127 bpath = "/boot/boot0";
142 bpath = optarg;
209 boot0_size = read_mbr(bpath, &boot0, 1);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c1313 zfs_parse_bootfs(char *bpath, char *outpath) argument
1319 if (*bpath == 0 || *bpath == '/')
1322 (void) strcpy(outpath, bpath);
1324 slashp = strchr(bpath, '/');
1337 error = dsl_dsobj_to_dsname(bpath, objnum, outpath);

Completed in 69 milliseconds