Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/tools/lldbmacros/core/
H A Dio.py29 def writable(self): member in SBProcessRawIO
/xnu-12377.81.4/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-12377.81.4/bsd/kern/
H A Dubc_subr.c3042 ubc_is_mapped(const struct vnode *vp, boolean_t *writable) in ubc_is_mapped() argument
3047 if (writable) { in ubc_is_mapped()
3048 *writable = ISSET(vp->v_ubcinfo->ui_flags, UI_MAPPEDWRITE); in ubc_is_mapped()
3056 boolean_t writable; in ubc_is_mapped_writable() local
3057 return ubc_is_mapped(vp, &writable) && writable; in ubc_is_mapped_writable()
3061 ubc_was_mapped(const struct vnode *vp, boolean_t *writable) in ubc_was_mapped() argument
3066 if (writable) { in ubc_was_mapped()
3067 *writable = ISSET(vp->v_ubcinfo->ui_flags, UI_WASMAPPEDWRITE); in ubc_was_mapped()
3075 boolean_t writable; in ubc_was_mapped_writable() local
3076 return ubc_was_mapped(vp, &writable) && writable; in ubc_was_mapped_writable()
/xnu-12377.81.4/doc/lifecycle/
H A Dhibernation.md182 are readable/writable as necessary, and all of the rest of memory is mapped