/titanic_50/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.TraceModule | 83 * /usr/sbin/dtrace -m fbt:genunix'{printf("FOUND");}' 88 * /usr/sbin/dtrace -m genunix'{printf("FOUND");}' 90 * message FOUND 93 * /usr/sbin/dtrace -m :genunix'{printf("FOUND");}' 95 * message FOUND 98 * /usr/sbin/dtrace -m genunix::'{printf("FOUND");}' 102 * /usr/sbin/dtrace -m genunix:'{printf("FOUND");}' 106 * /usr/sbin/dtrace -m unix '{printf("FOUND");}' 111 * unix'/probefunc == "preempt"/{printf("FOUND");}' 113 * probe function preempt with message FOUND.
|
H A D | man.TraceNames | 109 * /usr/sbin/dtrace -n read:'{printf("FOUND");}' 111 * saying FOUND. 114 * /usr/sbin/dtrace -n read:entry'{printf("FOUND");}' 116 * of a message saying FOUND. 119 * /usr/sbin/dtrace -n BEGIN'{printf("FOUND");}' 120 * RESULT: Trace of the BEGIN probe with the message FOUND. 123 * /usr/sbin/dtrace -n BEGIN '{printf("FOUND");}' 127 * /usr/sbin/dtrace -n BEGIN'/probename == "entry"/{printf("FOUND");}' 128 * RESULT: Tracing of BEGIN function but no message FOUND.
|
H A D | man.TraceFunctions | 100 * /usr/sbin/dtrace -f read'{printf("FOUND");}' 101 * RESULT: tracing of probes with function read and with message FOUND 104 * /usr/sbin/dtrace -f ::read'{printf("FOUND");}' 105 * RESULT: tracing of probes with function read and with message FOUND 108 * /usr/sbin/dtrace -f read '{printf("FOUND");}' 112 * /usr/sbin/dtrace -f read'/probename == "entry"/{printf("FOUND");}' 114 * message FOUND
|
H A D | man.TraceProvider | 68 * /usr/sbin/dtrace -P profile'{printf("FOUND");}' 70 * FOUND message. 73 * /usr/sbin/dtrace -P profile '{printf("FOUND");}' 78 * profile'/probename == "profile-199"/{printf("FOUND");}' 80 * FOUND message.
|
H A D | man.ListProbesWithNames | 109 * /usr/sbin/dtrace -ln read:'{printf("FOUND");}' 113 * /usr/sbin/dtrace -ln read:entry'{printf("FOUND");}' 117 * /usr/sbin/dtrace -ln BEGIN'{Printf("FOUND");}' 121 * /usr/sbin/dtrace -ln BEGIN '{printf("FOUND");}' 126 * BEGIN'/probename == "entry"/{printf("FOUND");}'
|
H A D | man.ListProbesWithModules | 76 * /usr/sbin/dtrace -lm fbt:genunix'{printf("FOUND");}' 80 * /usr/sbin/dtrace -lm genunix'{printf("FOUND");}' 84 * /usr/sbin/dtrace -lm unix '{printf("FOUND");}' 89 * unix'/probefunc == "preempt"/{printf("FOUND");}'
|
H A D | man.ListProbesWithProviders | 71 * /usr/sbin/dtrace -lP profile'{printf("FOUND");}' 75 * /usr/sbin/dtrace -lP profile '{printf("FOUND");}' 80 * profile'/probename == "profile-199"/{printf("FOUND");}'
|
H A D | man.ListProbesWithFunctions | 89 * /usr/sbin/dtrace -lf read'{printf("FOUND");}' 93 * /usr/sbin/dtrace -lf read '{printf("FOUND");}' 97 * /usr/sbin/dtrace -lf read'/probename == "entry"/{printf("FOUND");}'
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/privilege/ |
H A D | setup.ksh | 49 FOUND="" 50 while [ -z "${FOUND}" ] 57 FOUND="true"
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | setup.ksh | 45 while [ -z "${FOUND}" ] 54 FOUND="true"
|
/titanic_50/usr/src/cmd/install.d/ |
H A D | install.sh | 32 DEFAULT="$ROOT/bin $ROOT/usr/bin $ROOT/etc $ROOT/lib $ROOT/usr/lib" FOUND="" MOVOLD="" 151 FOUND=n 341 FOUND=y 367 case $FOUND in
|
/titanic_50/usr/src/cmd/passmgmt/ |
H A D | passmgmt.c | 72 #define FOUND 040 /* found the entry in password file */ macro 889 info_mask |= FOUND; in main() 965 if (!(info_mask & FOUND) && (optn_mask & (D_MASK|M_MASK))) { in main() 1024 info_mask &= ~FOUND; /* Reset FOUND flag */ in main() 1069 info_mask |= FOUND; in main() 1130 if (!(info_mask & FOUND) && (optn_mask & (D_MASK|M_MASK))) { in main() 1161 info_mask &= ~FOUND; /* Reset FOUND flag */ in main() 1228 info_mask |= FOUND; in main() 1287 if (!(info_mask & FOUND) && !(L_MASK & optn_mask) && in main()
|
/titanic_50/usr/src/cmd/luxadm/ |
H A D | fcalupdate.c | 81 #define FOUND 0 macro 277 if (findversion(i, (uchar_t *)&version[0]) == FOUND) { in fcal_update() 432 return (FOUND); in findversion() 816 return (FOUND); in warn()
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | inode.c | 1003 return (STOP|FOUND); in findname() 1019 return (STOP|FOUND); in findino() 1049 return (STOP|FOUND|ALTERED); in clearanentry() 1297 CKI_TRAVERSE) & FOUND) == 0) in truncino() 1455 if ((ckinode(ginode(ino), &idesc, CKI_TRAVERSE) & FOUND) != 0) { in lookup_dotdot_ino() 1477 if ((ckinode(ginode(dir), &idesc, CKI_TRAVERSE) & FOUND) != 0) { in lookup_named_ino()
|
H A D | pass3.c | 207 &idesc, CKI_TRAVERSE) & FOUND) == 0) in pass3a() 211 if (cleardirentry(inp->i_parent, orphan) & FOUND) { in pass3a()
|
H A D | fsck.h | 382 #define FOUND 0x10 macro
|
H A D | utilities.c | 700 if ((ckinode(dp, &idesc, CKI_TRAVERSE) & FOUND) == 0) { in getpathname() 725 if ((ckinode(ginode(ino), &idesc, CKI_TRAVERSE) & FOUND) == 0) { in getpathname() 746 &idesc, CKI_TRAVERSE) & FOUND) == 0) { in getpathname()
|
H A D | dir.c | 546 if ((ckinode(dp, &idesc, CKI_TRAVERSE) & FOUND) != 0) { in linkup()
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_dir.c | 86 enum {NONE, COMPACT, FOUND, EXIST} status; enumerator 650 slot.status = FOUND; /* don't need to look for empty slot */ in ud_dirremove() 902 if (slotp->status != FOUND) { in ud_dircheckforname() 966 if ((slotp->status != FOUND) || (matched == 0)) { in ud_dircheckforname() 969 slotp->status = FOUND; in ud_dircheckforname() 978 slotp->status = FOUND; in ud_dircheckforname() 1637 ASSERT((slotp->status == NONE) || (slotp->status == FOUND)); in ud_dirprepareentry() 1718 } else if (slotp->status != FOUND) { in ud_dirprepareentry()
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 1140 if (slotp->status == FOUND) { in ufs_dircheckforname() 1167 slotp->status = FOUND; in ufs_dircheckforname() 1336 if ((slotp->status != FOUND) && (slotp->status != EXIST)) { in ufs_dircheckforname() 1348 slotp->status = FOUND; in ufs_dircheckforname() 1352 slotp->status = FOUND; in ufs_dircheckforname() 1404 if (slotp->status == FOUND) { in ufs_dircheckforname() 1405 if (initstat == FOUND) { in ufs_dircheckforname() 1965 ASSERT((status == NONE) || (status == FOUND)); in dirprepareentry() 2033 case FOUND: in dirprepareentry() 2457 slot.status = FOUND; /* don't need to look for empty slot */ in ufs_dirremove()
|
/titanic_50/usr/src/lib/cfgadm_plugins/usb/ |
H A D | usb.xcl | 60 msgid "!FOUND\n"
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | fsck.h | 236 #define FOUND 0x10 macro
|
/titanic_50/usr/src/cmd/netfiles/ |
H A D | nsswitch.ad | 38 # return NOT FOUND for these databases.
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 445 typedef enum {NONE, FOUND, EXIST} slotstat_t; enumerator
|