Home
last modified time | relevance | path

Searched full:attempted (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dcommon_iterator.h81 …!__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 Dgptboot.8113 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 Dgptboot.efi.8130 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 Dintro.2445 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 Dsigfastblock.2121 attempted while the sigblock address was already registered.
132 operation was attempted without prior successful call to
H A Dptrace.21313 A process attempted to use
1336 was attempted on a process with no valid register set.
1388 was attempted on a process that was already being traced.
1390 A request attempted to manipulate a process that was being traced by
1404 attempted to manipulate a process that was not being traced at all.
1427 request attempted to access an invalid address, or a memory allocation failure
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h1075 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 Dinclude.am162 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 Dinclude.am162 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 Dloader_lua.883 has not been attempted, and if
89 is attempted.
212 command is attempted.
/freebsd/crypto/openssl/test/helpers/
H A Dquictestlib.h134 * This will fail if a large resize is attempted that exceeds the over
165 * This will fail if a large resize is attempted that exceeds the over
198 * address of the buffer. This will fail if a large resize is attempted that
252 * address of the buffer. This will fail if a large resize is attempted that
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_error.cpp80 {"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/sbin/recoverdisk/
H A Drecoverdisk.193 The size of reads attempted in first pass.
95 The size of reads attempted in second pass.
97 The size of reads attempted in third and subsequent passes.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp159 "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 Doptions.hlp55 may be attempted. The default setting is to interactively ask
62 interfaces may be attempted. This uses the router solicitation
/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c490 * 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/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod152 been set on the BIO object, an OS call such as getpeername(2) will be attempted
215 Returns 1 if the last attempted write to the BIO failed due to the size of the
216 attempted write exceeding the applicable MTU.
/freebsd/secure/lib/libcrypto/man/man3/
H A DBIO_s_datagram.3188 been set on the BIO object, an OS call such as \fBgetpeername\fR\|(2) will be attempted
243 Returns 1 if the last attempted write to the BIO failed due to the size of the
244 attempted write exceeding the applicable MTU.
/freebsd/contrib/ofed/infiniband-diags/man/
H A Dibportstate.856 error is indicated if attempted on CA or router ports)
88 switch port 0 (An error is generated if attempted on external switch
/freebsd/share/man/man4/
H A Dvtnet.4212 The number of times TCP segment offloading was attempted without transmit
215 The number of times TCP segment offloading was attempted for a non-TCP packet.
247 was attempted for a packet where the csum is not located in the first mbuf.
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fault-injector.md268 * This will fail if a large resize is attempted that exceeds the over
299 * This will fail if a large resize is attempted that exceeds the over
332 * address of the buffer. This will fail if a large resize is attempted that
384 * address of the buffer. This will fail if a large resize is attempted that
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h66 * *@d holds the results of the attempted addition, regardless of whether
112 * *@d holds the results of the attempted subtraction, regardless of whether
158 * *@d holds the results of the attempted multiplication, regardless of whether
197 * '*@d' will hold the results of the attempted shift, but is not
/freebsd/usr.bin/compress/
H A Dcompress.1119 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 Dsignal.3112 .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 DYAMLParser.h345 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!");

12345678910>>...23