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

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c396 check_lofs_needed(zlog_t *zlogp, struct zone_fstab *fsptr) argument
411 if (strcmp(mnp->mnt_special, fsptr->zone_fs_special) == 0)
420 (void) strlcpy(fsptr->zone_fs_special, mnp->mnt_mountp,
421 sizeof (fsptr->zone_fs_special));
422 (void) strlcpy(fsptr->zone_fs_type, MNTTYPE_LOFS,
423 sizeof (fsptr->zone_fs_type));
424 fsptr->zone_fs_raw[0] = '\0';
430 optptr = fsptr->zone_fs_options;
435 fsptr->zone_fs_dir);
446 fsptr
1192 mount_one(zlog_t *zlogp, struct zone_fstab *fsptr, const char *rootpath, zone_mnt_t mount_cmd) argument
[all...]

Completed in 63 milliseconds