Home
last modified time | relevance | path

Searched full:exhausted (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.h41 Returns ENOMEM memory is exhausted. */
53 Returns ENOMEM if memory is exhausted. */
146 necessary. Returns ENOMEM memory is exhausted. */
169 Returns ENOMEM if memory is exhausted. */
177 Returns ENOMEM if memory is exhausted. */
184 Returns ASN1_OVERRUN if *buf has already been exhausted. */
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.memory_limit.ksh28 log_mustnot_checkerror_program "Memory limit exhausted" \
40 log_mustnot_checkerror_program "Memory limit exhausted" \
58 log_mustnot_checkerror_program "Memory limit exhausted" -m 1 $TESTPOOL - <<-EOF
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.memory_limit.ksh29 log_mustnot_checkerror_program "Memory limit exhausted" \
41 log_mustnot_checkerror_program "Memory limit exhausted" \
59 log_mustnot_checkerror_program "Memory limit exhausted" -m 1 $TESTPOOL - <<-EOF
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_rewind_config_changed.ksh170 log_fail "Exhausted all 5 retries for test_add_vdevs()"
186 log_fail "Exhausted all 5 retries for test_attach_vdev()"
201 log_fail "Exhausted all 5 retries for test_detach_vdev()"
220 log_fail "Exhausted all 5 retries for test_attach_detach_vdev()"
237 log_fail "Exhausted all 5 retries for test_remove_vdev()"
/illumos-gate/usr/src/man/man9s/
H A Dusb_intr_req.9s165 F) Transfer until data exhausted, no timeout, callback
168 G) Transfer until data exhausted, timeout, callback
171 H) Transfer until data exhausted, no timeout, unblock
174 I) Transfer until data exhausted, timeout, unblock
/illumos-gate/usr/src/man/man2/
H A Dsymlink.268 been exhausted; the new symbolic link cannot be created because the user's
69 quota of disk blocks on that file system has been exhausted; or the user's
71 exhausted.
H A Dmkdir.2123 because the user's quota of disk blocks on that file system has been exhausted;
125 that file system has been exhausted; or the user's quota of inodes on the file
126 system where the file is being created has been exhausted.
/freebsd/lib/libsys/
H A Dsymlink.2145 containing the directory has been exhausted.
149 contain the symbolic link has been exhausted.
152 which the symbolic link is being created has been exhausted.
H A Dmknod.2121 containing the directory has been exhausted.
124 which the node is being created has been exhausted.
H A Dmkfifo.2122 containing the directory has been exhausted.
125 which the fifo is being created has been exhausted.
H A Dmkdir.2118 contain the directory has been exhausted.
121 which the directory is being created has been exhausted.
H A Dwrite.2200 containing the file has been exhausted.
264 The mbuf pool has been completely exhausted when writing to a socket.
/freebsd/sys/contrib/vchiq/interface/vchi/
H A Dvchi_cfg.h159 /* How many TX messages can we have pending in our transmit slots. Once exhausted,
165 /* How many RX messages can we have parsed in the receive slots. Once exhausted, parsing
179 /* How many bulk transmits can we have pending. Once exhausted, vchi_bulk_queue_transmit
185 /* How many bulk receives can we have pending. Once exhausted, vchi_bulk_queue_receive
/freebsd/lib/libc/rpc/
H A Dgetnetpath.367 has been exhausted,
161 has been exhausted,
/illumos-gate/usr/src/man/man3nsl/
H A Dgetnetpath.3nsl48 in the \fBNETPATH\fR variable. When \fBNETPATH\fR has been exhausted,
85 \fBNETPATH\fR has been exhausted, \fBgetnetpath()\fR returns NULL.
/freebsd/contrib/diff/lib/
H A Dxmalloc.c48 /* If non NULL, call this function when memory is exhausted. */
52 before exiting when memory is exhausted. Goes through gettext. */
53 char const xalloc_msg_memory_exhausted[] = N_("memory exhausted");
H A Dxalloc.h41 Its value is "memory exhausted". */
44 /* This function is always triggered when memory is exhausted. It is
/freebsd/usr.bin/protect/
H A Dprotect.131 .Nd "protect processes from being killed when swap space is exhausted"
46 The kernel does not kill protected processes when swap space is exhausted.
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfind_end.h56 …if (__first1 == __last1) // if source exhausted return last correct answer (or __last1 if never fo… in __find_end_impl()
72 if (++__m1 == __last1) // Source exhausted, return last answer in __find_end_impl()
121 … if (__m2 == __first2) // If pattern exhausted, __m1 is the answer (works for 1 element pattern) in __find_end()
H A Dsearch_n.h53 … if (++__c == __count) // If pattern exhausted, __first is the answer (works for 1 element pattern) in __search_n_forward_impl()
97 … if (++__c == __count) // If pattern exhausted, __first is the answer (works for 1 element pattern) in __search_n_random_access_impl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h188 Report("FATAL: Internal error: %s's allocator exhausted the free list " in ReturnToAllocator()
320 region->exhausted ? "F" : " ", class_id, ClassIdToSize(class_id), in PrintStats()
679 bool exhausted; // Whether region is out of space for new chunks. member
757 // Check whether this size class is exhausted.
763 if (!region->exhausted) { in IsRegionExhausted()
764 region->exhausted = true; in IsRegionExhausted()
766 Printf("The process has exhausted %zuMB for size class %zu.\n", in IsRegionExhausted()
848 region->exhausted = false; in PopulateFreeArray()
/illumos-gate/usr/src/man/man3c/
H A Dftw.3c121 The tree traversal continues until the tree is exhausted, an invocation of
123 (such as an I/O error). If the tree is exhausted, \fBftw()\fR returns \fB0\fR.
317 If the tree is exhausted, \fBftw()\fR and \fBnftw()\fR return \fB0\fR. If the
/freebsd/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c38 * UFS: (1) when blocks are exhausted, and (2) when inodes are exhausted, in
/freebsd/lib/libc/stdlib/
H A Dgetopt.3131 function returns \-1 when the argument list is exhausted.
168 function returns \-1 when the argument list is exhausted.
/illumos-gate/usr/src/man/man4d/
H A Dsd.4d728 Free memory pool exhausted.
738 Free memory pool exhausted.
748 Free memory pool exhausted.

12345678910>>...24