Searched refs:O_WRONLY (Results 1 - 25 of 111) sorted by path

12345

/haiku/headers/os/storage/
H A DStorageDefs.h24 #define B_WRITE_ONLY O_WRONLY /* write only */
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.c54 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
77 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.c71 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
94 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.c73 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
96 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DUtility.h62 if (openMode == O_WRONLY)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp712 if ((openMode & O_RWMASK) == O_WRONLY)
H A DVirtualVolume.cpp399 if ((openMode & O_RWMASK) == O_WRONLY)
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp680 if ((mode & O_WRONLY) == 0 && (mode & O_RDWR) == 0)
H A DInodeRegular.cpp154 if (newMode == O_RDWR || newMode == O_WRONLY)
197 if (mode == O_RDWR || mode == O_WRONLY)
H A DNFS4Defs.h193 case O_WRONLY:
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp883 case O_WRONLY:
/haiku/src/add-ons/kernel/generic/mpu401/
H A Ddebug.c67 int fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
88 fd = open(logfile, O_WRONLY | O_APPEND);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp111 sFD = open("/boot/home/ipcpdebug", O_WRONLY | O_CREAT | O_TRUNC);
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKitTest/
H A DFinePixTest.cpp26 int fd = open(fname, O_WRONLY | O_CREAT,0644);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioDevice.cpp126 fDevice = open(fPath, O_WRONLY);
/haiku/src/add-ons/print/transports/serial_port/
H A DSerialTransport.cpp54 fFile = open(device, O_WRONLY | O_EXCL, 0);
/haiku/src/bin/consoled/
H A Dconsoled.cpp303 con->console_fd = open("/dev/console", O_WRONLY);
/haiku/src/bin/debug/time_stats/
H A Dtime_stats.cpp100 outFD = open(outputFile, O_WRONLY | O_CREAT | O_TRUNC,
/haiku/src/bin/
H A Dfdinfo.cpp38 case O_WRONLY:
H A Dmvattr.cpp83 O_CREAT | O_WRONLY | O_TRUNC);
H A Drescan.c38 fd_dev = open("/dev", O_WRONLY);
/haiku/src/bin/fwcontrol/
H A Dfwdv.c121 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
H A Dfwmpegts.c177 fd = open(filename, O_CREAT | O_WRONLY | O_TRUNC, 0660);
/haiku/src/bin/network/ftpd/
H A Dlogwtmp.c84 if (fd < 0 && (fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) < 0)
/haiku/src/bin/package/
H A Dcommand_extract.cpp587 O_WRONLY | O_CREAT | O_TRUNC);

Completed in 150 milliseconds

12345