Home
last modified time | relevance | path

Searched refs:FOUND (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceModule83 * /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 Dman.TraceNames109 * /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 Dman.TraceFunctions100 * /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 Dman.TraceProvider68 * /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 Dman.ListProbesWithNames109 * /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 Dman.ListProbesWithModules76 * /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 Dman.ListProbesWithProviders71 * /usr/sbin/dtrace -lP profile'{printf("FOUND");}'
75 * /usr/sbin/dtrace -lP profile '{printf("FOUND");}'
80 * profile'/probename == "profile-199"/{printf("FOUND");}'
H A Dman.ListProbesWithFunctions89 * /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 Dzpool_upgrade_006_neg.ksh54 FOUND=""
56 while [ -z "$FOUND" ]
61 FOUND="true"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/privilege/
H A Dsetup.ksh48 FOUND=""
49 while [ -z "${FOUND}" ]
56 FOUND="true"
/freebsd/contrib/bmake/
H A Daclocal.m46 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/libucl/m4/
H A Dax_lua.m47 # 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])]
121 # ACTION-IF-NOT-FOUND is performed. If ACTION-IF-NOT-FOUND is blank, then
142 # ACTION-IF-NOT-FOUND is performed. If ACTION-IF-NOT-FOUND is blank, then
151 # performed, otherwise ACTION-IF-NOT-FOUND is performed.
188 dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
455 dnl AX_LUA_HEADERS([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
579 dnl AX_LUA_LIBS([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
[all …]
/freebsd/contrib/ldns/m4/
H A Dax_have_poll.m47 # 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 Dfido2-unprot.sh48 FOUND=0
56 FOUND=1
61 if [ $FOUND -eq 0 ] ; then
/freebsd/tests/sys/cddl/zfs/tests/xattr/
H A Dsetup.ksh38 while [ -z "${FOUND}" ]
47 FOUND="true"
/freebsd/sys/contrib/openzfs/config/
H A Dpkg.m481 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 Dfind_system_library.m47 …FIX, MODULE, HEADER, HEADER-PREFIXES, LIBRARY, FUNCTIONS, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
/freebsd/usr.sbin/edquota/
H A Dedquota.c82 #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 Dpass3.c112 if ((ckinode(ip.i_dp, &idesc) & FOUND) == 0) in pass3()
116 if (ckinode(ip.i_dp, &idesc) & FOUND) in pass3()
/freebsd/contrib/libevent/m4/
H A Dacx_pthread.m45 # 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/ntp/sntp/libevent/m4/
H A Dacx_pthread.m45 # 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 Dfsdb.c757 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 Dzones.cfg46 while [ -z "$FOUND" ]
52 FOUND=true
/freebsd/sys/contrib/libsodium/m4/
H A Dax_check_define.m47 # AC_CHECK_DEFINE([symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
8 # AX_CHECK_DEFINE([includes],[symbol], [ACTION-IF-FOUND], [ACTION-IF-NOT])
/freebsd/sys/fs/ext2fs/
H A Dext2_dir.h47 FOUND enumerator

123