Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dfstab.c46 (strcmp(mnt->mnt_type, MNTTYPE_IGNORE) == 0))) in fstabscan()
52 if (strcmp(mnt->mnt_type, MNTTYPE_IGNORE) == 0) { in fstabscan()
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dmntent.h51 #define MNTTYPE_IGNORE "ignore"/* No type specified, ignore this entry */ macro