Searched refs:wf (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c399 struct fileproc *rf, *wf; local
439 error = falloc(p, &wf, &fd, vfs_context_current());
444 wf->f_flag = FWRITE;
445 wf->f_type = DTYPE_PIPE;
446 wf->f_data = (caddr_t)wpipe;
447 wf->f_ops = &pipeops;
472 fp_drop(p, retval[1], wf, 1);
H A Duipc_socket2.c1786 sblock(struct sockbuf *sb, int wf) argument
1791 error = (wf == M_WAIT) ? sb_lock(sb) : EWOULDBLOCK;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h478 int sblock(struct sockbuf *sb, int wf);

Completed in 78 milliseconds