Searched refs:fsckpass (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/svc/shell/
H A Dfs_include.sh36 # -> (special, fsckdev, mountp, fstype, fsckpass, automnt, mntopts)
46 # fsckpass fsck(1M) pass number
56 while read special fsckdev mountp fstype fsckpass automnt mntopts; do
76 while read special fsckdev mountp fstype fsckpass automnt mntopts; do
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_patch.c72 char fsckpass[512]; local
130 bdev, cdev, mntpt, fstype, fsckpass,
154 blkname, char_device, mntpt, fstype, fsckpass,
159 blkname, char_device, mntpt, fstype, fsckpass,
/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/acct/
H A Ddodisk.sh40 format="special dev mnt fstype fsckpass automnt mntflags"
80 if [ "$fsckpass" = "-" ]
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c80 free(headp->fsckpass);
548 newp->fsckpass = strdup(vfstab_entry.vfs_fsckpass);
549 if (newp->fsckpass == NULL) {
654 if (filter->fsckpass != NULL) {
655 search_entry->vfs_fsckpass = strdup(filter->fsckpass);
H A Dlibfsmgt.h61 char *fsckpass; member in struct:mount_default_list
/illumos-gate/usr/src/cmd/initpkg/
H A Dmountall.sh239 # column 5: fsckpass- number if to be checked automatically
251 while read special fsckdev mountp fstype fsckpass automnt mntopts
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1439 char fsckpass[512]; local
1468 sizeof (fsckpass) - 1, sizeof (mntboot) - 1, sizeof (mntopt) - 1);
1487 rv = sscanf(buf, fmt, bdev, cdev, mntpt, fstype, fsckpass,
1534 curdev, slice, fsckpass, mntboot, mntopt);
1540 mntpt, fstype, fsckpass, mntboot, mntopt);

Completed in 75 milliseconds