/freebsd/cddl/contrib/opensolaris/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");}'
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_006_neg.ksh | 54 FOUND="" 56 while [ -z "$FOUND" ] 61 FOUND="true"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/privilege/ |
H A D | setup.ksh | 48 FOUND="" 49 while [ -z "${FOUND}" ] 56 FOUND="true"
|
/freebsd/contrib/libucl/m4/ |
H A D | ax_lua.m4 | 7 # AX_PROG_LUA[([MINIMUM-VERSION], [TOO-BIG-VERSION], [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 8 # AX_LUA_HEADERS[([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 9 # AX_LUA_LIBS[([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 10 # AX_LUA_READLINE[([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])] 84 # If an acceptable Lua interpreter is found, then ACTION-IF-FOUND is 85 # performed, otherwise ACTION-IF-NOT-FOUND is preformed. If ACTION-IF-NOT- 86 # FOUND is blank, then it will default to printing an error. To prevent 120 # If headers are found, then ACTION-IF-FOUND is performed, otherwise 121 # ACTION-IF-NOT-FOUND is performed. If ACTION-IF-NOT-FOUND is blank, then 141 # If libraries are found, then ACTION-IF-FOUND is performed, otherwise [all …]
|
/freebsd/contrib/bmake/ |
H A 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/contrib/ldns/m4/ |
H A D | ax_have_poll.m4 | 7 # AX_HAVE_POLL([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) 8 # AX_HAVE_PPOLL([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
|
/freebsd/contrib/libfido2/tools/ |
H A D | fido2-unprot.sh | 48 FOUND=0 56 FOUND=1 61 if [ $FOUND -eq 0 ] ; then
|
/freebsd/tests/sys/cddl/zfs/tests/xattr/ |
H A D | setup.ksh | 38 while [ -z "${FOUND}" ] 47 FOUND="true"
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | pkg.m4 | 81 dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) 131 dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 132 dnl [ACTION-IF-NOT-FOUND]) 195 dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], 196 dnl [ACTION-IF-NOT-FOUND]) 262 dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
|
H A D | find_system_library.m4 | 7 dnl ZFS_AC_FIND_SYSTEM_LIBRARY(VARIABLE-PREFIX, MODULE, HEADER, HEADER-PREFIXES, LIBRARY, FUNCTIONS, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
|
/freebsd/usr.sbin/edquota/ |
H A D | edquota.c | 82 #define FOUND 0x01 macro 644 qup->flags |= FOUND; in readprivs() 659 if (qup->flags & FOUND) { in readprivs() 660 qup->flags &= ~FOUND; in readprivs() 745 qup->flags |= FOUND; in readtimes() 755 if (qup->flags & FOUND) { in readtimes() 756 qup->flags &= ~FOUND; in readtimes()
|
/freebsd/sbin/fsck_ffs/ |
H A D | pass3.c | 112 if ((ckinode(ip.i_dp, &idesc) & FOUND) == 0) in pass3() 116 if (ckinode(ip.i_dp, &idesc) & FOUND) in pass3()
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A 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/contrib/libevent/m4/ |
H A 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/sbin/fsdb/ |
H A D | fsdb.c | 757 if (ckinode(curinode, &idesc) & FOUND) { in dolookup() 838 return STOP|ALTERED|FOUND; in chinumfunc() 866 if (ckinode(curinode, &idesc) & FOUND) in CMDFUNCSTART() 886 return STOP|ALTERED|FOUND; in chnamefunc() 888 return STOP|FOUND; /* won't fit, so give up */ in chnamefunc() 916 if ((rval & (FOUND|ALTERED)) == (FOUND|ALTERED)) in CMDFUNCSTART() 918 else if (rval & FOUND) { in CMDFUNCSTART()
|
/freebsd/tests/sys/cddl/zfs/tests/zones/ |
H A D | zones.cfg | 46 while [ -z "$FOUND" ] 52 FOUND=true
|
/freebsd/sys/contrib/libsodium/m4/ |
H A D | ax_check_define.m4 | 7 # AC_CHECK_DEFINE([symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT]) 8 # AX_CHECK_DEFINE([includes],[symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
|
H A D | ax_pthread.m4 | 7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) 40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library 41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it 42 # is not found. If ACTION-IF-FOUND is not specified, the default action 476 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
|