Home
last modified time | relevance | path

Searched defs:rw (Results 1 – 10 of 10) sorted by relevance

/xnu-10063.141.1/bsd/kern/
H A Dkern_credential.c3319 ucred_rw_ref(struct ucred_rw *rw) in ucred_rw_ref()
3325 ucred_rw_tryref(struct ucred_rw *rw) in ucred_rw_tryref()
3331 ucred_rw_unref(struct ucred_rw *rw) in ucred_rw_unref()
3337 ucred_rw_unref_live(struct ucred_rw *rw) in ucred_rw_unref_live()
3555 struct ucred_rw *rw = kauth_cred_require(cred)->cr_rw; in kauth_cred_rw() local
3792 struct ucred_rw *rw = __container_of(node, struct ucred_rw, crw_node); in kauth_cred_free() local
3812 kauth_cred_retire(struct ucred_rw *rw, struct ucred *cred __unused) in kauth_cred_retire()
4403 struct ucred_rw *rw = kauth_cred_rw(cred); variable
4536 const struct ucred_rw *rw; in kauth_cred_obj_hash() local
4574 const struct ucred_rw *rw; in kauth_cred_obj_equ() local
[all …]
H A Dtty.c1638 ttyselect(struct tty *tp, int rw, void *wql, proc_t p) in ttyselect()
1703 ttselect(dev_t dev, int rw, void *wql, proc_t p) in ttselect()
1797 ttystop(struct tty *tp, int rw) in ttystop()
1828 ttyflush(struct tty *tp, int rw) in ttyflush()
H A Dsubr_log.c300 logselect(__unused dev_t dev, int rw, void * wql, struct proc *p) in logselect()
318 oslogselect(__unused dev_t dev, int rw, void * wql, struct proc *p) in oslogselect()
H A Dtty_dev.c751 ptsselect(dev_t dev, int rw, void *wql, proc_t p)
802 ptcselect(dev_t dev, int rw, void *wql, proc_t p)
H A Dsubr_log_stream.c897 oslog_streamselect(dev_t dev, int rw, void *wql, proc_t p) in oslog_streamselect()
/xnu-10063.141.1/bsd/dev/
H A Dmem.c157 mmrw(dev_t dev, struct uio *uio, enum uio_rw rw) in mmrw()
/xnu-10063.141.1/bsd/dev/random/
H A Drandomdev.c60 random_stop(__unused struct tty *tp, __unused int rw) in random_stop()
/xnu-10063.141.1/bsd/vfs/
H A Dvfs_vnops.c916 enum uio_rw rw, in vn_rdwr()
956 enum uio_rw rw, in vn_rdwr_64()
/xnu-10063.141.1/bsd/net/
H A Drtsock.c1322 struct walkarg *rw = w; in rt_msg2() local
/xnu-10063.141.1/bsd/dev/dtrace/
H A Ddtrace.c4194 uintptr_t rw; in dtrace_dif_subr() member