Open
EFI_FILE_OPEN Open;
if ((err = ifp->Open()) != AUDIO_SUCCESS) {
virtual AudioError Open(); // Open file
virtual AudioError Open(); // Open file
virtual AudioError Open(); // Open file
virtual AudioError Open() = 0; // Open file
err = inf->Open();
return (Open());
&& (fd = Open(file, O_RDONLY)) != -1
if (Open(infile, O_RDONLY) == -1)
if (Open("/dev/null", O_RDONLY) == -1)
if (Open(outfile, O_CREAT|O_TRUNC|O_WRONLY, 0600) == -1)
if (Open("/dev/null", O_WRONLY) == -1)
if (Open(errfile, O_CREAT|O_TRUNC|O_WRONLY, 0600) == -1)
if (Open("/dev/null", O_WRONLY) == -1)
if ((fd >= 0) && (reqfd = Open(path, O_RDONLY, 0)) != -1) {
if ((fd = Open(file, O_CREAT|O_TRUNC, 0600)) == -1) {
if ((fd = Open(file, O_CREAT|O_TRUNC, 0600)) == -1)
if ((fd = Open(path, oflag, mode)) == -1)
if ((fd = Open(path, oflag|O_CREAT, mode)) != -1)
if (!(fd = Open(path, O_RDONLY))) {
fd = Open(path, 0);
if ((fd = Open(Lp_Schedlock, O_RDONLY, 0666)) == -1)
if ((fd = Open(path, O_RDWR, 0)) == -1)
if ((fd = Open(path, O_WRONLY, 0)) == -1)
(void) Close (Open(md->file, O_RDONLY, 0));
int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
int namefd = Open(namelist, O_WRONLY | O_CREAT | O_TRUNC, 0644);
logfd = Open("/dev/conslog", O_WRONLY, 0644);
dumpfd = Open(dumpfile, O_RDWR | O_DSYNC, 0644);
dumpfd = Open(dumpfile, O_RDONLY, 0644);
dumpfd = Open(dumpfile, O_RDWR | O_DSYNC, 0644);
dumpfd = Open("/dev/dump", O_RDONLY, 0444);
int logfd = Open("/dev/conslog", O_WRONLY, 0644);
bfd = Open("bounds", O_WRONLY | O_CREAT | O_TRUNC, 0644);
dumpfd = Open(dumpfile, O_RDONLY, 0644);
dumpfd = Open(dumpfile, O_RDWR | O_DSYNC, 0644);
int corefd = Open(corefile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
ACPI_EFI_FILE_OPEN Open;