Home
last modified time | relevance | path

Searched refs:many (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/freebsd/contrib/libucl/tests/basic/
H A D18.res4 many = "values here";
10 many = "values here";
15 many = "values here";
21 many = "values here";
H A D18.in4 many = "values here"
21 many = "values here"
/freebsd/tests/sys/kern/
H A Dunix_dgram.c179 int one, many[3], two; in ATF_TC_BODY() local
189 ATF_REQUIRE((many[i] = socket(PF_UNIX, SOCK_DGRAM, 0)) > 0); in ATF_TC_BODY()
190 ATF_REQUIRE(connect(many[i], (struct sockaddr *)&sun, in ATF_TC_BODY()
231 ATF_REQUIRE(send(many[1], goodboy, BUFSIZE, 0) == BUFSIZE); in ATF_TC_BODY()
238 fill(many[0], flooder, sizeof(flooder)); in ATF_TC_BODY()
239 ATF_REQUIRE(send(many[0], flooder, BUFSIZE, 0) == -1); in ATF_TC_BODY()
241 ATF_REQUIRE(send(many[1], goodboy, BUFSIZE, 0) == BUFSIZE); in ATF_TC_BODY()
250 ATF_REQUIRE(send(many[1], goodboy, BUFSIZE, 0) == BUFSIZE); in ATF_TC_BODY()
261 close(many[0]); in ATF_TC_BODY()
268 ATF_REQUIRE(send(many[1], goodboy, BUFSIZE, 0) == BUFSIZE); in ATF_TC_BODY()
[all …]
/freebsd/sys/netgraph/
H A Dng_one2many.c73 struct ng_one2many_link many[NG_ONE2MANY_MAX_LINKS]; member
224 link = &priv->many[linkNum]; in ng_one2many_newhook()
333 link = &priv->many[linkNum]; in ng_one2many_rcvmsg()
430 &priv->one : &priv->many[linkNum]; in ng_one2many_rcvdata()
445 dst = &priv->many[priv->activeMany[priv->nextMany]]; in ng_one2many_rcvdata()
450 dst = &priv->many[priv->activeMany[0]]; in ng_one2many_rcvdata()
459 mdst = &priv->many[priv->activeMany[i]]; in ng_one2many_rcvdata()
474 dst = &priv->many[priv->activeMany[0]]; in ng_one2many_rcvdata()
529 priv->many[linkNum].hook = NULL; in ng_one2many_disconnect()
560 if (priv->many[linkNum].hook != NULL in ng_one2many_update_many()
/freebsd/lib/libc/nls/
H A DC.msg52 23 Too many open files in system
54 24 Too many open files
68 31 Too many links
124 59 Too many references: can't splice
130 62 Too many levels of symbolic links
140 67 Too many processes
142 68 Too many users
148 71 Too many levels of remote in path
/freebsd/crypto/openssl/crypto/
H A Dia64cpuid.S20 { .mib; br.ret.sptk.many b0 };;
27 br.ret.sptk.many b0 };;
49 br.ret.sptk.many b0 };;
157 (p7) br.ret.sptk.many b0 };;
176 (p6) br.ret.sptk.many b0 };;
216 br.ret.sptk.many b0 };;
251 br.ret.sptk.many b0 };;
296 br.ret.sptk.many b0 };;
/freebsd/contrib/libxo/tests/gettext/
H A Dstrerror.pot141 msgid "Too many open files in system"
145 msgid "Too many open files"
173 msgid "Too many links"
303 msgid "Too many references: can't splice"
315 msgid "Too many levels of symbolic links"
343 msgid "Too many processes"
347 msgid "Too many users"
363 msgid "Too many levels of remote in path"
/freebsd/contrib/tcsh/nls/C/
H A Dset118 16 Too many arguments
101 99 Too many )'s
102 100 Too many ('s
113 111 Not that many scheduled events
121 119 Too many arguments for `%s' (%d)
/freebsd/cddl/usr.sbin/dtrace/tests/common/multiaggs/
H A DMakefile10 tst.many.d \
11 tst.many.d.out \
/freebsd/contrib/byacc/
H A DNOTES1 Berkeley Yacc reflects its origins. The reason so many routines
8 The code contains many instances where address calculations are
/freebsd/tests/sys/netgraph/
H A Dng_macfilter_test.sh78 ngctl connect MF: O2M: out$i many$i
268 test_success "connect MF:xxx1 to O2M:many$((HOOKS + 1))" ngctl connect MF: O2M: xxx1 many$((HOOKS +…
269 test_success "connect MF:xxx2 to O2M:many$((HOOKS + 2))" ngctl connect MF: O2M: xxx2 many$((HOOKS +…
270 test_success "connect MF:xxx3 to O2M:many$((HOOKS + 3))" ngctl connect MF: O2M: xxx3 many$((HOOKS +…
291 ngctl connect MF: O2M: xxx$i many$((HOOKS + i))
/freebsd/contrib/nvi/
H A DREADME46 ...and many others, including Michael McConville, Marc Simpson,
54 o This software is several years old and is the product of many folks' work.
74 o Many, many people suggested enhancements, and provided bug reports and
75 testing, far too many to individually thank.
/freebsd/contrib/bmake/unit-tests/
H A Dmodmisc.mk20 all: mod-break-many-words
60 mod-break-many-words:
/freebsd/contrib/kyua/admin/
H A Dtravis-build.sh58 -- We do not know how many CPUs the test machine has. However, parallelizing
60 -- complete a test run because many of our tests are blocking.
/freebsd/contrib/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po141 msgid "Too many open files in system"
145 msgid "Too many open files"
173 msgid "Too many links"
298 msgid "Too many references: can't splice"
310 msgid "Too many levels of symbolic links"
336 msgid "Too many processes"
340 msgid "Too many users"
355 msgid "Too many levels of remote in path"
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff91 + ath_hal_printf(ah, "%s: called: address=%d, many=%d, is_wifi=%d\n",
94 + many,
97 if (((address) < 0) || ((address + many) > 0x400)) {
104 + ath_hal_printf(ah, "%s: address=%d, many=%d\n", __func__, address, many);
106 for (it = 0; it < many; it++) {
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt68 input less than the length of longest code. It gets that many bits from the
70 code is that many bits or less and how many, and if it is, it will tell
74 How many bits to make the first lookup is a tradeoff between the time it
79 codes are replicated many times in such a table. What inflate() does is
109 symbols, you could have as many levels of lookups as is efficient. For
117 You may wonder: why not just have one lookup table for how ever many bits the
157 Each entry is what the bits decode as and how many bits that is, i.e. how
158 many bits to gobble. Or the entry points to another table, with the number of
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTProperties.td8 Desc<"Specify how many instructions following an individual Intel PT "
20 Desc<"Specify how many instructions following an individual Intel PT "
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_readdir.sh89 atf_test_case many
115 atf_add_test_case many
H A Dt_mkdir.sh52 atf_test_case many
155 atf_add_test_case many
/freebsd/lib/libomp/
H A Dkmp_i18n_default.inc32 "cpuinfo file invalid (Too many processor records)",
35 "cpuinfo file contains too many entries",
177 "%1$s: too many integer parameters specified, ignoring \"%2$s\".",
178 … "%1$s: too many integer parameters specified for logical or physical type, ignoring \"%2$d\".",
207 …"Too many threads to use analytical guided scheduling - switching to iterative guided scheduling.",
232 "Too many threads to use threadprivate directive.",
367 "KMP_HW_SUBSET ignored: too many cores requested.",
379 "KMP_HW_SUBSET ignored: too many sockets requested.",
389 "KMP_HW_SUBSET ignored: too many NUMA Nodes requested.",
390 "KMP_HW_SUBSET ignored: too many L2 Caches requested.",
[all …]
/freebsd/cddl/usr.sbin/dtrace/tests/common/pid/
H A DMakefile11 err.D_PROC_CREATEFAIL.many.d \
47 err.D_PROC_CREATEFAIL.many.exe \
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-arb-gpio-challenge.txt6 In many cases using GPIOs to arbitrate is not needed and a design can use
51 - wait-retry-us: we'll attempt another claim after this many microseconds.
53 - wait-free-us: we'll give up after this many microseconds. Default is 50000 us.
/freebsd/contrib/tzdata/
H A Detcetera38 # even though this is the opposite of what many people expect.
39 # POSIX has positive signs west of Greenwich, but many people expect
42 # (i.e. west of Greenwich) even though many people would expect it to
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dgr-udc.txt25 only for as many endpoints as the array contains.
31 only for as many endpoints as the array contains.

12345678910>>...24