HomeSort by: relevance | last modified time | path
    Searched refs:FWRITE (Results 1 - 25 of 225) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/lib/libc/termios/
tcflush.c 65 com = FWRITE;
68 com = FREAD | FWRITE;
  /src/sys/kern/
kern_ktrace_vfs.c 111 error = vn_open(NULL, pb, 0, FREAD|FWRITE, 0, &vp, NULL, NULL);
120 vn_close(vp, FREAD|FWRITE, l->l_cred);
130 vn_close(vp, FWRITE, l->l_cred);
134 fp->f_flag = FWRITE;
kern_acct.c 220 error = vn_close(acct_vp, FWRITE, acct_cred);
320 error = vn_open(NULL, pb, TRYEMULROOT, FWRITE|O_APPEND, 0,
393 vn_close(vp, FWRITE, l->l_cred);
tty_ptm.c 127 * them with FREAD|FWRITE and never deal with creat or stuff like that.
141 error = VOP_OPEN(vp, FREAD|FWRITE, lwp0.l_cred);
204 fp->f_flag = FREAD|FWRITE|(flags&FMASK);
283 fp->f_flag = FREAD|FWRITE;
tty_pty.c 412 ptcwakeup(tp, FREAD|FWRITE);
425 ptcwakeup(tp, FREAD|FWRITE);
481 ptcwakeup(tp, FWRITE);
556 CTASSERT(TIOCPKT_FLUSHWRITE == FWRITE);
569 if (flush & FWRITE) {
591 if (flag & FWRITE) {
1146 ttyflush(tp, FREAD|FWRITE);
1167 ttyflush(tp, FREAD|FWRITE);
kern_core.c 236 error = vn_open(NULL, pb, 0, O_CREAT | O_NOFOLLOW | FWRITE,
277 error1 = vn_close(vp, FWRITE, cred);
  /src/sys/arch/macppc/dev/
apm.c 197 if (!(flag & FWRITE)) {
208 if (!(flag & FREAD) || (flag & FWRITE)) {
264 if ((flag & FWRITE) == 0)
267 if ((flag & FWRITE) == 0)
271 if ((flag & FWRITE) == 0)
295 if ((flag & FWRITE) == 0)
  /src/tests/kernel/tty/
t_pr.c 83 flags = FREAD|FWRITE;
93 flags = FREAD|FWRITE;
  /src/sys/dev/dm/
dm_target_linear.c 136 FREAD|FWRITE, kauth_cred_get());
dm_pdev.c 180 int error = vn_close(dmp->pdev_vnode, FREAD | FWRITE, FSCRED);
  /src/sys/dev/wscons/
wsbell.c 356 if ((flag & FWRITE) == 0)
385 if ((flag & FWRITE) == 0)
393 if ((flag & FWRITE) == 0)
433 if (spkropen(sc->sc_spkr, FWRITE, 0, NULL) != 0)
437 spkrclose(sc->sc_spkr, FWRITE, 0, curlwp);
  /src/sys/fs/hfs/
hfs_subr.c 180 mode = vol->readonly ? FREAD : FREAD|FWRITE;
211 FREAD | FWRITE, NOCRED);
234 in_vol->readonly ? FREAD : FREAD | FWRITE, NOCRED);
  /src/sys/rump/librump/rumpkern/
cons.c 89 fp->f_flag = FWRITE;
  /src/sys/ufs/ffs/
ffs_quota2.c 101 FREAD|FWRITE, l->l_cred);
  /src/lib/libperfuse/
subr.c 132 if (mode & FWRITE) {
186 if (mode & FWRITE) {
  /src/sys/dev/pci/
pci_usrreq.c 100 if ((flag & FWRITE) == 0)
245 if ((flag & FWRITE) == 0)
  /src/sys/arch/luna68k/dev/
xp.c 152 if ((flags & FWRITE) != 0) {
207 if ((sc->sc_flags & FWRITE) == 0) {
  /src/sys/sys/
fcntl.h 74 * FREAD and FWRITE are excluded from the #ifdef _KERNEL so that TIOCFLUSH,
75 * which was documented to use FREAD/FWRITE, continues to work.
79 #define FWRITE 0x00000002
132 /* convert from open() flags to/from fflags; convert O_RD/WR to FREAD/FWRITE */
154 #define FMASK (FREAD|FWRITE|FCNTLFLAGS|FEXEC)
  /src/sys/dev/apm/
apm.c 695 if (!(flag & FWRITE)) {
706 if (!(flag & FREAD) || (flag & FWRITE)) {
770 if ((flag & FWRITE) == 0) {
779 if ((flag & FWRITE) == 0) {
792 if ((flag & FWRITE) == 0) {
  /src/sys/miscfs/fifofs/
fifo_vnops.c 195 if (ap->a_mode & FWRITE) {
216 if (ap->a_mode & FWRITE) {
341 if (ap->a_fflag & FWRITE) {
490 isrevoke = (ap->a_fflag & (FREAD | FWRITE | FNONBLOCK)) == FNONBLOCK;
506 if ((ap->a_fflag & FWRITE) && --fip->fi_writers == 0)
  /src/sys/net/
if_srt.c 457 if (! (flag & FWRITE))
522 if (! (flag & FWRITE))
543 if (! (flag & FWRITE))
555 if ((flag & (FWRITE | FREAD)) != (FWRITE | FREAD))
  /src/sys/arch/vax/mba/
hp.c 327 if ((flag & FWRITE) == 0)
333 if ((flag & FWRITE) == 0)
342 if ((flag & FWRITE) == 0)
  /src/sys/arch/shark/ofw/
ofrom.c 132 if (oflags & FWRITE)
  /src/sys/dev/hpc/apm/
apmdev.c 751 if (!(flag & FWRITE)) {
762 if (!(flag & FREAD) || (flag & FWRITE)) {
825 if ((flag & FWRITE) == 0) {
833 if ((flag & FWRITE) == 0) {
  /src/sys/dev/
veriexec.c 159 if (!(flags & FWRITE))

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 9