Home
last modified time | relevance | path

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

12

/freebsd-13.1/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-13.1/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_006_neg.ksh59 FOUND=""
61 while [ -z "$FOUND" ]
66 FOUND="true"
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/privilege/
H A Dsetup.ksh49 FOUND=""
50 while [ -z "${FOUND}" ]
57 FOUND="true"
/freebsd-13.1/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-13.1/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-13.1/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-13.1/contrib/libfido2/tools/
H A Dfido2-unprot.sh47 FOUND=0
55 FOUND=1
60 if [ $FOUND -eq 0 ] ; then
/freebsd-13.1/tests/sys/cddl/zfs/tests/xattr/
H A Dsetup.ksh43 while [ -z "${FOUND}" ]
52 FOUND="true"
/freebsd-13.1/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-13.1/usr.sbin/edquota/
H A Dedquota.c97 #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-13.1/sbin/fsck_ffs/
H A Dpass3.c119 if ((ckinode(ip.i_dp, &idesc) & FOUND) == 0) in pass3()
123 if (ckinode(ip.i_dp, &idesc) & FOUND) in pass3()
/freebsd-13.1/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-13.1/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-13.1/sbin/fsdb/
H A Dfsdb.c722 if (ckinode(curinode, &idesc) & FOUND) { in dolookup()
803 return STOP|ALTERED|FOUND; in chinumfunc()
831 if (ckinode(curinode, &idesc) & FOUND) in CMDFUNCSTART()
851 return STOP|ALTERED|FOUND; in chnamefunc()
853 return STOP|FOUND; /* won't fit, so give up */ in chnamefunc()
881 if ((rval & (FOUND|ALTERED)) == (FOUND|ALTERED)) in CMDFUNCSTART()
883 else if (rval & FOUND) { in CMDFUNCSTART()
/freebsd-13.1/contrib/unbound/
H A Dax_pthread.m47 # 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
323 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
/freebsd-13.1/contrib/googletest/googletest/m4/
H A Dacx_pthread.m411 dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
42 dnl ACTION-IF-FOUND is a list of shell commands to run if a threads
43 dnl library is found, and ACTION-IF-NOT-FOUND is a list of commands to
44 dnl run it if it is not found. If ACTION-IF-FOUND is not specified, the
354 # Finally, execute ACTION-IF-FOUND/ACTION-IF-NOT-FOUND:
/freebsd-13.1/tests/sys/cddl/zfs/tests/zones/
H A Dzones.cfg51 while [ -z "$FOUND" ]
57 FOUND=true

12