Home
last modified time | relevance | path

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

/xnu-11417.101.15/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()
4404 struct ucred_rw *rw = kauth_cred_rw(cred); variable
4537 const struct ucred_rw *rw; in kauth_cred_obj_hash() local
4575 const struct ucred_rw *rw; in kauth_cred_obj_equ() local
[all …]
H A Dtty.c1642 ttyselect(struct tty *tp, int rw, void *wql, proc_t p) in ttyselect()
1707 ttselect(dev_t dev, int rw, void *wql, proc_t p) in ttselect()
1801 ttystop(struct tty *tp, int rw) in ttystop()
1832 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-11417.101.15/bsd/dev/
H A Dmem.c157 mmrw(dev_t dev, struct uio *uio, enum uio_rw rw) in mmrw()
/xnu-11417.101.15/bsd/dev/random/
H A Drandomdev.c60 random_stop(__unused struct tty *tp, __unused int rw) in random_stop()
/xnu-11417.101.15/bsd/vfs/
H A Dvfs_vnops.c927 enum uio_rw rw, in vn_rdwr()
967 enum uio_rw rw, in vn_rdwr_64()
/xnu-11417.101.15/bsd/net/
H A Drtsock.c1474 walkarg_ref_t rw = w; in rt_msg2() local
/xnu-11417.101.15/bsd/dev/dtrace/
H A Ddtrace.c4195 uintptr_t rw; in dtrace_dif_subr() member