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