/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | common_iterator.h | 81 …!__other.__hold_.valueless_by_exception(), "Attempted to construct from a valueless common_iterato… in common_iterator() 92 …!__other.__hold_.valueless_by_exception(), "Attempted to assign from a valueless common_iterator"); 114 …std::holds_alternative<_Iter>(__hold_), "Attempted to dereference a non-dereferenceable common_ite… in decltype() 122 …std::holds_alternative<_Iter>(__hold_), "Attempted to dereference a non-dereferenceable common_ite… in decltype() 133 …std::holds_alternative<_Iter>(__hold_), "Attempted to dereference a non-dereferenceable common_ite… 146 …std::holds_alternative<_Iter>(__hold_), "Attempted to increment a non-dereferenceable common_itera… 153 …std::holds_alternative<_Iter>(__hold_), "Attempted to increment a non-dereferenceable common_itera… 174 !__x.__hold_.valueless_by_exception(), "Attempted to compare a valueless common_iterator"); 176 !__y.__hold_.valueless_by_exception(), "Attempted to compare a valueless common_iterator"); 195 !__x.__hold_.valueless_by_exception(), "Attempted to compare a valueless common_iterator"); [all …]
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.8 | 113 The next boot is attempted from the test partition. 121 attribute is cleared after an attempted boot, a failed boot will not 128 attribute is set on any partitions, booting will be attempted from them 132 attributes are found, booting will be attempted from the first UFS 154 Highest priority: booting is attempted from each of the 159 attribute is removed and the boot attempted. 161 Middle priority: booting is attempted from each of the 172 attributes are found on any partitions, booting is attempted from the
|
/freebsd/stand/efi/gptboot/ |
H A D | gptboot.efi.8 | 130 The next boot is attempted from the test partition. 138 attribute is cleared after an attempted boot, a failed boot will not 145 attribute is set on any partitions, booting will be attempted from them 149 attributes are found, booting will be attempted from the first UFS 171 Highest priority: booting is attempted from each of the 176 attribute is removed and the boot attempted. 178 Middle priority: booting is attempted from each of the 189 attributes are found on any partitions, booting is attempted from the
|
/freebsd/lib/libsys/ |
H A D | intro.2 | 445 A block device operation was attempted on a non-block device or file. 456 was attempted. 488 was attempted for a file or 539 was attempted on a non-blocking object 542 An operation was attempted on a non-blocking object that already 569 The attempted operation is not supported for the type of object referenced. 590 A socket operation was attempted to an unreachable network. 652 A socket operation was attempted to an unreachable host. 689 An RPC call was attempted for a procedure which does not exist 695 Attempted [all...] |
H A D | sigfastblock.2 | 121 attempted while the sigblock address was already registered. 132 operation was attempted without prior successful call to
|
H A D | ptrace.2 | 1303 A process attempted to use 1326 was attempted on a process with no valid register set. 1378 was attempted on a process that was already being traced. 1380 A request attempted to manipulate a process that was being traced by 1394 attempted to manipulate a process that was not being traced at all. 1417 request attempted to access an invalid address, or a memory allocation failure
|
H A D | chflags.2 | 257 A non-super-user attempted to toggle one of 306 A non-super-user attempted to toggle one of
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 1075 assert(OutMIs[NewInsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() 1089 assert(OutMIs[NewInsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() 1107 assert(OutMIs[NewInsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() 1121 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() 1133 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() 1145 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() 1156 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() 1219 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() 1237 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() 1249 assert(OutMIs[InsnID] && "Attempted to add to undefined instruction"); in executeMatchTable() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | include.am | 162 test/regress.gen.c test/regress.gen.h: test/rpcgen-attempted 164 test/rpcgen-attempted: test/regress.rpc event_rpcgen.py test/rpcgen_wrapper.sh 174 CLEANFILES += test/rpcgen-attempted
|
/freebsd/contrib/libevent/test/ |
H A D | include.am | 162 test/regress.gen.c test/regress.gen.h: test/rpcgen-attempted 164 test/rpcgen-attempted: test/regress.rpc event_rpcgen.py test/rpcgen_wrapper.sh 174 CLEANFILES += test/rpcgen-attempted
|
/freebsd/stand/man/ |
H A D | loader_lua.8 | 80 has not been attempted, and if 86 is attempted. 209 command is attempted.
|
/freebsd/contrib/opencsd/decoder/source/ |
H A D | ocsd_error.cpp | 80 {"OCSD_ERR_MEM_ACC_OVERLAP","Attempted to set an overlapping range in memory access map."}, 91 …{"OCSD_ERR_DCDREG_NAME_REPEAT","Attempted to register a decoder with the same name as another one.… 92 …{"OCSD_ERR_DCDREG_NAME_UNKNOWN","Attempted to find a decoder with a name that is not known in the … 93 …{"OCSD_ERR_DCDREG_TYPE_UNKNOWN","Attempted to find a decoder with a type that is not known in the …
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Trace.cpp | 159 "Attempted to start tracing without a live process."); in Start() 167 "Attempted to stop tracing without a live process."); in Stop() 175 "Attempted to stop tracing without a live process."); in Stop() 183 "Attempted to fetch live trace information without a live process."); in GetLiveProcessState() 211 formatv("Attempted to fetch live trace data without a live process. " in GetLiveTraceBinaryData() 251 "Attempted to fetch live cpu data without a live process."); in GetLiveCpuBinaryData()
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | options.hlp | 55 may be attempted. The default setting is to interactively ask 62 interfaces may be attempted. This uses the router solicitation
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | overflow.h | 64 * *@d holds the results of the attempted addition, but is not considered 79 * *@d holds the results of the attempted subtraction, but is not considered 94 * *@d holds the results of the attempted multiplication, but is not 118 * '*@d' will hold the results of the attempted shift, but is not
|
/freebsd/sys/dev/cpuctl/ |
H A D | cpuctl.c | 490 * 0x00: No update has been attempted since RESET. in update_via() 491 * 0x01: The last attempted update was successful. in update_via() 492 * 0x02: The last attempted update was unsuccessful due to a bad in update_via() 495 * 0x03: The last attempted update was not applicable to this processor. in update_via() 498 * 0x04: The last attempted update was not successful due to an invalid in update_via()
|
/freebsd/contrib/ofed/infiniband-diags/man/ |
H A D | ibportstate.8 | 56 error is indicated if attempted on CA or router ports) 88 switch port 0 (An error is generated if attempted on external switch
|
/freebsd/usr.bin/compress/ |
H A D | compress.1 | 119 Compression is attempted even if the results will be larger than the 166 recompression of compressed data is attempted.
|
/freebsd/lib/libc/gen/ |
H A D | signal.3 | 112 .It 21 Ta Dv SIGTTIN Ta "stop process" Ta "background read attempted from" 114 .It 22 Ta Dv SIGTTOU Ta "stop process" Ta "background write attempted to"
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 345 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!"); 351 "Attempted to dereference end iterator!"); 356 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!"); 381 assert(Base && "Attempted to advance iterator past end!");
|
/freebsd/lib/libc/compat-43/ |
H A D | sigvec.2 | 168 .It Dv SIGTTIN No " stop process" " background read attempted from control terminal" 169 .It Dv SIGTTOU No " stop process" " background write attempted to control terminal"
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_datagram.pod | 185 Returns 1 if the last attempted write to the BIO failed due to the size of the 186 attempted write exceeding the applicable MTU.
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc.h | 30 * union space saving is attempted.
|
/freebsd/usr.bin/top/ |
H A D | top.h | 52 * is pressed before the next update is attempted. This serves as a visual
|
/freebsd/usr.sbin/nologin/ |
H A D | nologin.8 | 62 Mar 30 21:53:07 example.org nologin[65992]: Attempted login by beastie on /dev/pts/18
|