OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ErrorCode
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilDarwin.cpp
109
int
ErrorCode
= 0, ProcessStatus = 0;
111
ErrorCode
= posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes,
114
if (!
ErrorCode
) {
124
} else if (
ErrorCode
== ENOMEM ||
ErrorCode
== EAGAIN) {
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_buffer_queue.h
171
enum class
ErrorCode
: unsigned {
180
static const char *getErrorString(
ErrorCode
E) {
182
case
ErrorCode
::Ok:
184
case
ErrorCode
::NotEnoughMemory:
186
case
ErrorCode
::QueueFinalizing:
188
case
ErrorCode
::UnrecognizedBuffer:
190
case
ErrorCode
::AlreadyFinalized:
192
case
ErrorCode
::AlreadyInitialized:
210
/// -
ErrorCode
::NotEnoughMemory on exceeding MaxSize.
211
/// -
ErrorCode
::Ok when we find a Buffer
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/
efipxebc.h
99
UINT8
ErrorCode
;
Completed in 12 milliseconds
Indexes created Sun Sep 21 15:09:59 GMT 2025