Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/iscsid/
H A Discsi-initiator99 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/cmd/svc/shell/
H A Dfs_include.sh55 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/lib/libfsmgt/common/
H A Dfs_mount_defaults.c78 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 Dlibfsmgt.h59 char *fsckpass; member
/illumos-gate/usr/src/cmd/acct/
H A Ddodisk.sh80 if [ "$fsckpass" = "-" ]
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1445 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 Dmountall.sh251 while read special fsckdev mountp fstype fsckpass automnt mntopts