| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
| H A D | asn1buf.h | 41 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 D | tst.memory_limit.ksh | 28 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 D | tst.memory_limit.ksh | 29 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 D | import_rewind_config_changed.ksh | 170 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 D | usb_intr_req.9s | 165 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 D | symlink.2 | 68 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 D | mkdir.2 | 123 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 D | symlink.2 | 145 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 D | mknod.2 | 121 containing the directory has been exhausted. 124 which the node is being created has been exhausted.
|
| H A D | mkfifo.2 | 122 containing the directory has been exhausted. 125 which the fifo is being created has been exhausted.
|
| H A D | mkdir.2 | 118 contain the directory has been exhausted. 121 which the directory is being created has been exhausted.
|
| H A D | write.2 | 200 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 D | vchi_cfg.h | 159 /* 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 D | getnetpath.3 | 67 has been exhausted, 161 has been exhausted,
|
| /illumos-gate/usr/src/man/man3nsl/ |
| H A D | getnetpath.3nsl | 48 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 D | xmalloc.c | 48 /* 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 D | xalloc.h | 41 Its value is "memory exhausted". */ 44 /* This function is always triggered when memory is exhausted. It is
|
| /freebsd/usr.bin/protect/ |
| H A D | protect.1 | 31 .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 D | find_end.h | 56 …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 D | search_n.h | 53 … 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 D | sanitizer_allocator_primary64.h | 188 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 D | ftw.3c | 121 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 D | ufs_uprintf.c | 38 * UFS: (1) when blocks are exhausted, and (2) when inodes are exhausted, in
|
| /freebsd/lib/libc/stdlib/ |
| H A D | getopt.3 | 131 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 D | sd.4d | 728 Free memory pool exhausted. 738 Free memory pool exhausted. 748 Free memory pool exhausted.
|