| /freebsd/usr.bin/mkuzip/ |
| H A D | mkuzip.c | 166 /* Not reached */ in main() 181 /* Not reached */ in main() 212 /* Not reached */ in main() 219 /* Not reached */ in main() 227 /* Not reached */ in main() 262 /* Not reached */ in main() 276 /* Not reached */ in main() 281 /* Not reached */ in main() 304 /* Not reached */ in main() 360 /* Not reached */ in main() [all …]
|
| /freebsd/usr.sbin/bluetooth/sdpcontrol/ |
| H A D | search.c | 105 /* NOT REACHED */ in print_service_class_id_list() 145 /* NOT REACHED */ in print_service_class_id_list() 206 /* NOT REACHED */ in print_protocol_descriptor() 319 /* NOT REACHED */ in print_protocol_descriptor() 353 /* NOT REACHED */ in print_protocol_descriptor_list() 381 /* NOT REACHED */ in print_protocol_descriptor_list() 439 /* NOT REACHED */ in print_bluetooth_profile_descriptor_list() 468 /* NOT REACHED */ in print_bluetooth_profile_descriptor_list() 510 /* NOT REACHED */ in print_bluetooth_profile_descriptor_list() 554 /* NOT REACHED */ in do_sdp_search() [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 274 // for cases where the reached use is not covered by any of the defs in getAllReachingDefs() 419 // defs, no more uses can be reached. in getAllReachedUses() 423 // Add all directly reached uses. in getAllReachedUses() 437 // Traverse all reached defs. This time dead defs cannot be ignored. in getAllReachedUses() 479 // Go over all defs and collect the reached uses that are non-phi uses in computePhiInfo() 484 // Have a work queue of defs whose reached uses need to be found. in computePhiInfo() 485 // For each def, add to the queue all reached (non-phi) defs. in computePhiInfo() 498 // Collect the super-set of all possible reached uses. This set will in computePhiInfo() 499 // contain all uses reached from this phi, either directly from the in computePhiInfo() 500 // phi defs, or (recursively) via non-phi defs reached by the phi defs. in computePhiInfo() [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_STORE_open.pod | 52 OSSL_STORE_eof() hasn't been reached, and finish it off with OSSL_STORE_close(). 82 NULL, or the end of data is reached as indicated by OSSL_STORE_eof(). 112 OSSL_STORE_eof() takes a B<OSSL_STORE_CTX> and checks if we've reached the end 118 OSSL_STORE_eof() shows that the end of data has been reached. 150 on error or when end of data is reached. 154 OSSL_STORE_eof() returns 1 if the end of data has been reached
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OSSL_STORE_open.3 | 113 \&\fBOSSL_STORE_eof()\fR hasn't been reached, and finish it off with \fBOSSL_STORE_close()\fR. 141 NULL, or the end of data is reached as indicated by \fBOSSL_STORE_eof()\fR. 166 \&\fBOSSL_STORE_eof()\fR takes a \fBOSSL_STORE_CTX\fR and checks if we've reached the end 172 \&\fBOSSL_STORE_eof()\fR shows that the end of data has been reached. 202 on error or when end of data is reached. 206 \&\fBOSSL_STORE_eof()\fR returns 1 if the end of data has been reached
|
| /freebsd/share/man/man9/ |
| H A D | ieee80211_proto.9 | 83 This state is normally reached from 85 after selecting a BSS, but may also be reached from 92 This state is reached from 121 This state is reached only from 128 This state is reached only from
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | directive-for-errors.mk | 53 # XXX: This should not be reached. It should be skipped, as already done 56 . warning Should not be reached. 65 . warning Should not be reached. 72 . info Would be reached if there were items to loop over.
|
| H A D | directive-else.mk | 12 . warning must not be reached 24 . warning must not be reached 33 . warning must not be reached
|
| H A D | error.mk | 12 .info this is not reached because of the .error above 15 : this is not reached because of the .error
|
| /freebsd/contrib/openpam/doc/man/ |
| H A D | openpam_readlinev.3 | 53 If the end of the line was reached before any words were read, 68 The end of the file was reached before any words were read; 77 The end of the file was reached while a quote or backslash escape
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/silvermont/ |
| H A D | pipeline.json | 8 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 18 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 28 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 38 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 48 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 58 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 68 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 78 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 88 … the branch but also based on the execution path through which execution reached this EIP. The BPU… 98 … the branch but also based on the execution path through which execution reached this EIP. The BPU…
|
| /freebsd/contrib/processor-trace/libipt/src/ |
| H A D | pt_block_decoder.c | 814 * Provide the last instruction that was reached in @insn and @iext. 816 * Update @decoder->ip to point to the last IP that was reached. If we fail due 820 * Returns a positive integer if a suitable instruction was reached. 821 * Returns zero if no such instruction was reached. 875 * Provide the last instruction that was reached in @insn and @iext. If we 876 * reached @ip, this is the instruction preceding it. 878 * Update @decoder->ip to point to the last IP that was reached. If we fail due 882 * Returns a positive integer if @ip was reached. 883 * Returns zero if no such instruction was reached. 917 * The call at the end of the block may have reached @ip; make in pt_blk_proceed_to_ip() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | UninitializedValues.h | 44 /// Is this use uninitialized whenever the variable declaration is reached? 76 /// The use is uninitialized the first time it is reached after we reach 80 /// The use is uninitialized the first time it is reached after the function
|
| /freebsd/usr.bin/bluetooth/rfcomm_sppd/ |
| H A D | rfcomm_sdp.c | 148 /* NOT REACHED */ in rfcomm_channel_lookup() 216 /* NOT REACHED */ in rfcomm_proto_list_parse() 236 /* NOT REACHED */ in rfcomm_proto_list_parse() 255 /* NOT REACHED */ in rfcomm_proto_list_parse()
|
| /freebsd/contrib/kyua/utils/ |
| H A D | sanity.hpp | 154 /// Ensures that a code path is not reached. 156 /// If the code path in which this macro is located is reached, execution is 168 /// Ensures that a code path is not reached using a custom error message. 170 /// If the code path in which this macro is located is reached, execution is
|
| /freebsd/lib/libsys/ |
| H A D | inotify.2 | 270 The system limit on the total number of open files has been reached. 272 A per-process limit on the number of open files has been reached. 274 The system limit on the number of inotify descriptors has been reached. 310 The per-user limit on the total number of inotify watches has been reached.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 22 // definitions, reached uses, etc.). The single-reaching-definition principle 73 // the id of the first reached use, and the id of the first reached def. 75 // id of the next reached def (for def nodes) or use (for use nodes). 78 // - Def node contains: reaching def, sibling, first reached def, and first 79 // reached use. 85 // |Reached |Reached | | 130 // d - reached def, 131 // u - reached use, 181 // no pre-existing value, even if it appears to be reached by some def. 188 // not meant to be reached by any def preceding (1). However, since the [all …]
|
| /freebsd/tests/sys/kern/ |
| H A D | prace.c | 75 /* Not reached */ in child() 80 /* Not reached */ in child() 97 /* Not reached */ in prace()
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap_loop.3pcap | 43 reached when reading from a ``savefile'', 62 reached when doing a live capture, the end of the ``savefile'' is 63 reached when reading from a ``savefile'',
|
| /freebsd/lib/libc/tests/sys/ |
| H A D | swapcontext_test.c | 22 // Increment callback reached variable in swapcontext_callback() 54 "callback failed, reached %d times", callback_reached); in ATF_TC_BODY()
|
| /freebsd/contrib/openpam/lib/libpam/ |
| H A D | openpam_readlinev.c | 128 * If the end of the line was reached before any words were read, 135 * - The end of the file was reached before any words were read; :errno is 138 * - The end of the file was reached while a quote or backslash escape
|
| /freebsd/bin/timeout/ |
| H A D | timeout.1 | 81 signal, it will behave as if the time limit has been reached 119 even if the timeout was reached. 177 If the time limit was reached and the
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp_iter.c | 140 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_clones_list() 224 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_snapshots_list() 311 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_children_list() 414 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_user_props_list() 481 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_system_props_list() 596 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_bookmarks_list() 692 return (1); /* not reached; zcp_dataset_hold() longjmp'd */ in zcp_holds_list()
|
| /freebsd/lib/libc/arm/gen/ |
| H A D | arm_drain_writebuf.2 | 55 guarantee the writes have reached their ultimate destination on all hardware. 65 The only way to be certain a pending write has reached its
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | low_latency.h | 35 * threshold is reached, low-latency is activated. When active, 36 * it is deactivated if the threshold is not reached within a
|