Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c166 char zfsboot_path[MAXPATHLEN]; in newfs_command() local
168 snprintf(zfsboot_path, sizeof(zfsboot_path), "%s/zfs", in newfs_command()
170 mkdir(zfsboot_path, S_IRWXU | S_IRGRP | S_IXGRP | in newfs_command()
173 zfsboot_path); in newfs_command()