HomeSort by: relevance | last modified time | path
    Searched defs:Port (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp 33 #include <zircon/syscalls/port.h>
52 // A magic value for the Zircon exception port, chosen to spell 'FUZZING'
221 // Create and bind the exception port. We need to claim to be a "debugger" so
223 // Once the port is set, we can signal the main thread to continue and wait
225 ScopedHandle Port;
226 ExitOnErr(_zx_port_create(0, &Port.Handle), "_zx_port_create");
229 ExitOnErr(_zx_task_bind_exception_port(Self, Port.Handle, kFuzzingCrash,
237 ExitOnErr(_zx_port_wait(Port.Handle, ZX_TIME_INFINITE, &Packet),
285 ExitOnErr(_zx_task_resume_from_exception(Thread.Handle, Port.Handle, 0),
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 216 UINT8 Port;
  /src/sys/dev/ic/
mpt_mpilib.h 862 * Port Page 2, FC Port Page 4, FC Port Page 5
871 * SCSI Port Page 2 Device Settings modified.
872 * New fields added to FC Port Page 0 and some flags
874 * Removed impedance flash from FC Port Page 1.
875 * Added FC Port pages 6 and 7.
894 * Modified defines for Scsi Port Page 2.
918 * Increased size of ALPA array in FC Port Page 2 by one
1424 * SCSI Port Config Page
    [all...]

Completed in 16 milliseconds