HomeSort by: relevance | last modified time | path
    Searched refs:Open (Results 1 - 21 of 21) 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) {
FuzzerShmem.h 5 // This file is distributed under the University of Illinois Open Source
26 bool 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);
FuzzerDriver.cpp 5 // This file is distributed under the University of Illinois Open Source
696 if (!SMR.Open(Name)) {
697 Printf("ERROR: can't open shared memory region\n");
  /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.
xray_utils.h 5 // This file is distributed under the University of Illinois Open Source
45 static LogWriter *Open();
xray_basic_logging.cc 5 // This file is distributed under the University of Illinois Open Source
89 LogWriter* LW = LogWriter::Open();
xray_profiling.cc 5 // This file is distributed under the University of Illinois Open Source
245 LogWriter *LW = LogWriter::Open();
xray_fdr_logging.cc 5 // This file is distributed under the University of Illinois Open Source
342 LogWriter *LW = LogWriter::Open();
  /src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 50 User::LeaveIfError(file.Open(fsSession, aFilename, EFileRead));
  /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/arch/i386/stand/dosboot/
dos_file.S 8 # MSDOS call "INT 0x21 Function 0x3d" to open a file.
40 movb $0x3d, %ah # Open existing file.
  /src/sys/dev/arcbios/
arcbios.h 58 #define ARCBIOS_EMFILE 10 /* too many open files */
346 int32_t Open;
arcbios_calls.S 182 AFV4ORLESS(Open) /* long (*Open)(char *, u_long, u_long *); */
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 149 // Open this file path node
156 LastHandle->Open,
  /src/sys/arch/ia64/stand/efi/libefi/
efifs.c 101 * Try to open it.
103 status = root->Open(root, &file, path, EFI_FILE_MODE_READ, 0);
351 * Attempt to open the disk described by (dev) for use by (f).
373 printf("attempt to open nonexistent EFI filesystem\n");
  /src/sys/arch/sgimips/sgimips/
arcemu.c 94 .Open = ARCEMU_UNIMPL,
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 434 ACPI_EFI_FILE_OPEN 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...]

Completed in 54 milliseconds