Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c410 check_lofs_needed(zlog_t *zlogp, struct zone_fstab *fsptr) in check_lofs_needed() argument
425 if (strcmp(mnp->mnt_special, fsptr->zone_fs_special) == 0) in check_lofs_needed()
434 (void) strlcpy(fsptr->zone_fs_special, mnp->mnt_mountp, in check_lofs_needed()
435 sizeof (fsptr->zone_fs_special)); in check_lofs_needed()
436 (void) strlcpy(fsptr->zone_fs_type, MNTTYPE_LOFS, in check_lofs_needed()
437 sizeof (fsptr->zone_fs_type)); in check_lofs_needed()
438 fsptr->zone_fs_raw[0] = '\0'; in check_lofs_needed()
444 optptr = fsptr->zone_fs_options; in check_lofs_needed()
449 fsptr->zone_fs_dir); in check_lofs_needed()
460 fsptr->zone_fs_options = optptr; in check_lofs_needed()
[all …]