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

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerShmemFuchsia.cpp 5 // This file is distributed under the University of Illinois Open Source
24 bool SharedMemoryRegion::Open(const char *Name) {
FuzzerShmemWindows.cpp 5 // This file is distributed under the University of Illinois Open Source
43 bool SharedMemoryRegion::Open(const char *Name) {
FuzzerShmemPosix.cpp 5 // This file is distributed under the University of Illinois Open Source
52 int fd = open(Path(Name).c_str(), O_CREAT | O_RDWR, 0777);
67 bool SharedMemoryRegion::Open(const char *Name) {
68 int fd = open(Path(Name).c_str(), O_RDWR);
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_utils.cc 5 // This file is distributed under the University of Illinois Open Source
79 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT {
158 LogWriter *LogWriter::Open() XRAY_NEVER_INSTRUMENT {
159 // Open a temporary file once for the log.
  /src/sbin/savecore/
savecore.c 184 static int Open(const char *, int rw);
364 dumpfd = Open(ddname, O_RDWR);
525 ifd = Open(kernel, O_RDONLY);
693 /* Open the raw device. */
700 if ((ifd = open(rawp, O_RDONLY)) == -1) {
901 Open(const char *name, int rw)
905 if ((fd = open(name, rw, 0)) < 0) {
929 fd = open(file, O_WRONLY | O_CREAT | O_TRUNC, mode);
  /src/sys/dev/arcbios/
arcbios.h 58 #define ARCBIOS_EMFILE 10 /* too many open files */
346 int32_t Open;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h 327 // Open modes
453 EFI_FILE_OPEN Open;
  /src/sys/net/
if_spppsubr.c 132 * -link1 will cause the administrative open of the LCP layer.
275 void (*Open)(struct sppp *, void *);
1199 * least one NCP open.
1512 SPPP_WQ_SET(&scp->work_open, cp->Open, cp);
1776 * The generic part of all Up/Down/Open/Close/TO event handlers.
1869 SPPP_DLOG(sp, "%s open(%s)\n", cp->name,
3153 * Open all authentication protocols. This is even required
3157 * don't do anything when they get an Open event.
3162 /* Open all NCPs. */
3304 * Check the open NCPs, return true if at least one NCP is open
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 542 ACPI_EFI_FILE_OPEN Open;

Completed in 17 milliseconds