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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_mount.c1151 char zhp_mountpoint[MAXPATHLEN]; local
1156 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, zhp_mountpoint,
1157 sizeof (zhp_mountpoint), &sourcetype, source, sizeof (source),
1186 if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_NONE) == 0) {
1188 } else if (strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_LEGACY) == 0) {
1220 (void) strlcpy(mountpoint, zhp_mountpoint, sizeof (mountpoint));
1226 "%s%s", altroot, zhp_mountpoint);
1256 strcmp(zhp_mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0) {
1259 zhp_mountpoint);
1301 char *zhp_mountpoint; local
1432 char zhp_mountpoint[MAXPATHLEN]; local
1654 char zhp_mountpoint[MAXPATHLEN]; local
2040 char *zhp_mountpoint = NULL; local
2083 zhp_mountpoint, local
[all...]
H A Dbe_create.c2944 char *zhp_mountpoint = NULL; local
3005 zhp_mountpoint = mountpoint;
3016 zhp_mountpoint = mountpoint +
3026 zhp_mountpoint) != 0) {

Completed in 113 milliseconds