Searched refs:fsptr (Results 1 – 1 of 1) sorted by relevance
394 check_lofs_needed(zlog_t *zlogp, struct zone_fstab *fsptr) in check_lofs_needed() argument409 if (strcmp(mnp->mnt_special, fsptr->zone_fs_special) == 0) in check_lofs_needed()418 (void) strlcpy(fsptr->zone_fs_special, mnp->mnt_mountp, in check_lofs_needed()419 sizeof (fsptr->zone_fs_special)); in check_lofs_needed()420 (void) strlcpy(fsptr->zone_fs_type, MNTTYPE_LOFS, in check_lofs_needed()421 sizeof (fsptr->zone_fs_type)); in check_lofs_needed()422 fsptr->zone_fs_raw[0] = '\0'; in check_lofs_needed()428 optptr = fsptr->zone_fs_options; in check_lofs_needed()433 fsptr->zone_fs_dir); in check_lofs_needed()444 fsptr->zone_fs_options = optptr; in check_lofs_needed()[all …]