Searched refs:fsckpass (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | fs_include.sh | 55 while read special fsckdev mountp fstype fsckpass automnt mntopts; do 75 while read special fsckdev mountp fstype fsckpass automnt mntopts; do
|
/illumos-gate/usr/src/cmd/iscsid/ |
H A D | iscsi-initiator | 99 while read special fsckdev mountp fstype fsckpass automnt mntopts; do 176 while read special fsckdev mountp fstype fsckpass automnt mntopts; do
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | fs_mount_defaults.c | 78 free(headp->fsckpass); in fs_free_mntdefaults_list() 546 newp->fsckpass = strdup(vfstab_entry.vfs_fsckpass); in create_mntdefaults_entry() 547 if (newp->fsckpass == NULL) { in create_mntdefaults_entry() 652 if (filter->fsckpass != NULL) { in create_vfstab_filter() 653 search_entry->vfs_fsckpass = strdup(filter->fsckpass); in create_vfstab_filter()
|
H A D | libfsmgt.h | 59 char *fsckpass; member
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | dodisk.sh | 80 if [ "$fsckpass" = "-" ]
|
/illumos-gate/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 1445 char fsckpass[512]; in update_vfstab() local 1474 sizeof (fsckpass) - 1, sizeof (mntboot) - 1, sizeof (mntopt) - 1); in update_vfstab() 1493 rv = sscanf(buf, fmt, bdev, cdev, mntpt, fstype, fsckpass, in update_vfstab() 1540 curdev, slice, fsckpass, mntboot, mntopt); in update_vfstab() 1546 mntpt, fstype, fsckpass, mntboot, mntopt); in update_vfstab()
|
/illumos-gate/usr/src/cmd/initpkg/ |
H A D | mountall.sh | 251 while read special fsckdev mountp fstype fsckpass automnt mntopts
|