| /freebsd-9-stable/usr.sbin/pc-sysinstall/backend/ |
| D | functions-mountoptical.sh | 53 FOUND="0" 70 FOUND="1" 95 FOUND="1" 102 if [ "$FOUND" != "1" ] 115 FOUND="1" 128 FOUND="1" 136 if [ "$FOUND" = "1" ]
|
| D | functions-parse.sh | 214 FOUND="1" 218 if [ "$FOUND" = "0" ] ; then 223 FOUND="0"
|
| /freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| 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.
|
| 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.
|
| 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
|
| 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.
|
| 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");}'
|
| 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");}'
|
| 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");}'
|
| 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");}'
|
| /freebsd-9-stable/usr.sbin/pc-sysinstall/backend-query/ |
| D | xkeyboard-variants.sh | 28 FOUND="0" 34 if [ "$FOUND" = "1" -a ! -z "$line" ] 45 if [ "${FOUND}" = "0" ] 50 FOUND="1"
|
| D | xkeyboard-layouts.sh | 28 FOUND="0" 40 if [ "$FOUND" = "1" -a ! -z "$line" ] 51 if [ "${FOUND}" = "0" ] 56 FOUND="1"
|
| D | xkeyboard-models.sh | 28 FOUND="0" 34 if [ "$FOUND" = "1" -a ! -z "$line" ] 47 if [ "${FOUND}" = "0" ] 52 FOUND="1"
|
| /freebsd-9-stable/contrib/bmake/ |
| D | aclocal.m4 | 6 dnl AC_CHECK_HEADER_HAS(HEADER, PATTERN, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]])) 36 dnl AC_EGREP(PATTERN, FILE, ACTION-IF-FOUND [, 37 dnl ACTION-IF-NOT-FOUND])
|
| /freebsd-9-stable/usr.sbin/edquota/ |
| D | edquota.c | 97 #define FOUND 0x01 macro 659 qup->flags |= FOUND; in readprivs() 674 if (qup->flags & FOUND) { in readprivs() 675 qup->flags &= ~FOUND; in readprivs() 760 qup->flags |= FOUND; in readtimes() 770 if (qup->flags & FOUND) { in readtimes() 771 qup->flags &= ~FOUND; in readtimes()
|
| /freebsd-9-stable/sbin/fsck_ffs/ |
| D | pass3.c | 115 if ((ckinode(ginode(inp->i_parent), &idesc) & FOUND) == 0) in pass3() 119 if (ckinode(ginode(inp->i_parent), &idesc) & FOUND) in pass3()
|
| D | pass2.c | 538 if ((ckinode(ginode(dotdesc.id_number), &dotdesc) & FOUND)) in fix_extraneous() 639 if ((ckinode(ginode(dotdesc.id_number), &dotdesc) & FOUND) && preen) in fix_extraneous() 654 return (ALTERED|STOP|FOUND); in deleteentry()
|
| D | inode.c | 564 return (STOP|FOUND); in findname() 577 return (STOP|FOUND); in findino() 592 return (STOP|FOUND|ALTERED); in clearentry()
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/m4/ |
| D | acx_pthread.m4 | 5 # ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) 36 # ACTION-IF-FOUND is a list of shell commands to run if a threads 37 # library is found, and ACTION-IF-NOT-FOUND is a list of commands to 38 # run it if it is not found. If ACTION-IF-FOUND is not specified, the 270 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
|
| /freebsd-9-stable/sbin/fsdb/ |
| D | fsdb.c | 704 if (ckinode(curinode, &idesc) & FOUND) { in dolookup() 789 return STOP|ALTERED|FOUND; in chinumfunc() 817 if (ckinode(curinode, &idesc) & FOUND) in CMDFUNCSTART() 837 return STOP|ALTERED|FOUND; in chnamefunc() 839 return STOP|FOUND; /* won't fit, so give up */ in chnamefunc() 867 if ((rval & (FOUND|ALTERED)) == (FOUND|ALTERED)) in CMDFUNCSTART() 869 else if (rval & FOUND) { in CMDFUNCSTART()
|
| /freebsd-9-stable/contrib/ofed/management/infiniband-diags/scripts/ |
| D | ibfindnodesusing.pl | 187 goto FOUND; 198 FOUND: label
|
| /freebsd-9-stable/contrib/gcc/ |
| D | gccbug.in | 441 FOUND= 444 if [ "$C" = "$CATEGORY" ]; then FOUND=true ; break ; fi 446 if [ -n "$FOUND" ]; then
|
| /freebsd-9-stable/sys/ufs/ufs/ |
| D | ufs_lookup.c | 225 enum {NONE, COMPACT, FOUND} slotstatus; in ufs_lookup_ino() enumerator 284 slotstatus = FOUND; in ufs_lookup_ino() 302 if (slotstatus != FOUND) { in ufs_lookup_ino() 406 if (slotstatus != FOUND) { in ufs_lookup_ino() 413 slotstatus = FOUND; in ufs_lookup_ino() 455 slotstatus = FOUND; in ufs_lookup_ino()
|
| /freebsd-9-stable/sys/fs/ext2fs/ |
| D | ext2_lookup.c | 299 enum {NONE, COMPACT, FOUND} slotstatus; in ext2_lookup_ino() enumerator 342 slotstatus = FOUND; in ext2_lookup_ino() 430 if (slotstatus != FOUND) { in ext2_lookup_ino() 437 slotstatus = FOUND; in ext2_lookup_ino()
|
| /freebsd-9-stable/contrib/ntp/sntp/m4/ |
| D | openldap-thread-check.m4 | 21 # OL_THREAD_CHECK([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) 676 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
|