Searched refs:vfs_automnt (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvfstab.h45 (vp)->vfs_fsckpass = (vp)->vfs_automnt = \
55 (vp)->vfs_automnt ? (vp)->vfs_automnt : "-", \
64 char *vfs_automnt; member in struct:vfstab
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_mount_defaults.c292 vp->vfs_automnt = (char *)strtok_r(
416 vp->vfs_automnt = (char *)strtok_r(
559 if (vfstab_entry.vfs_automnt != NULL) {
560 newp->mountatboot = strdup(vfstab_entry.vfs_automnt);
667 search_entry->vfs_automnt = strdup(filter->mountatboot);
668 if (search_entry->vfs_automnt == NULL) {
700 free(vfstab_entry->vfs_automnt);
754 (vfstab_ent->vfs_automnt ?
755 (strlen(vfstab_ent->vfs_automnt) +1) : 2) +
766 vfstab_ent->vfs_automnt
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c123 DIFF(vfs_automnt) ||
162 DIFF(vfs_automnt) ||
188 GETTOK_R(vfs_automnt, NULL, &tmp);
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c169 if (vfsave.vfs_automnt != NULL) {
170 free(vfsave.vfs_automnt);
171 vfsave.vfs_automnt = NULL;
173 if ((vp->vfs_automnt != NULL) &&
174 ((vfsave.vfs_automnt = strdup(vp->vfs_automnt)) == NULL)) {
H A Dmount.c1033 (vget.vfs_automnt == NULL ||
1034 strcmp(vget.vfs_automnt, "yes")))

Completed in 63 milliseconds