Home
last modified time | relevance | path

Searched refs:writable (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/bsd/sys/
H A Dubc.h167 boolean_t ubc_is_mapped(const struct vnode *, boolean_t *writable);
169 boolean_t ubc_was_mapped(const struct vnode *, boolean_t *writable);
/xnu-11215/tools/lldbmacros/core/
H A Dio.py29 def writable(self): member in SBProcessRawIO
/xnu-11215/iokit/DriverKit/
H A DIOMemoryDescriptor.iig146 * kIOMemoryDirectionIn memory described will be writable
166 * kIOMemoryDirectionIn memory described will be writable. The source
H A DIODMACommand.iig128 kIOMemoryDirectionIn the memory is writable
H A DIOUserClient.iig252 * kIOMemoryDirectionIn memory described will be writable
/xnu-11215/bsd/kern/
H A Dubc_subr.c3036 ubc_is_mapped(const struct vnode *vp, boolean_t *writable) in ubc_is_mapped() argument
3041 if (writable) { in ubc_is_mapped()
3042 *writable = ISSET(vp->v_ubcinfo->ui_flags, UI_MAPPEDWRITE); in ubc_is_mapped()
3050 boolean_t writable; in ubc_is_mapped_writable() local
3051 return ubc_is_mapped(vp, &writable) && writable; in ubc_is_mapped_writable()
3055 ubc_was_mapped(const struct vnode *vp, boolean_t *writable) in ubc_was_mapped() argument
3060 if (writable) { in ubc_was_mapped()
3061 *writable = ISSET(vp->v_ubcinfo->ui_flags, UI_WASMAPPEDWRITE); in ubc_was_mapped()
3069 boolean_t writable; in ubc_was_mapped_writable() local
3070 return ubc_was_mapped(vp, &writable) && writable; in ubc_was_mapped_writable()
/xnu-11215/doc/lifecycle/
H A Dhibernation.md182 are readable/writable as necessary, and all of the rest of memory is mapped