Home
last modified time | relevance | path

Searched refs:SMR_POINTER (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dsmr_types.h93 #define SMR_POINTER(type_t) \ macro
98 typedef SMR_POINTER(struct smrq_slink *) __smrq_slink_t;
99 typedef SMR_POINTER(struct smrq_link *) __smrq_link_t;
H A Dbtlog.c53 typedef SMR_POINTER(btref_t) btref_smr_t;
148 SMR_POINTER(uint32_t) btl_param;
/xnu-11215.1.10/bsd/sys/
H A Dproc_ro.h81 SMR_POINTER(struct ucred *) p_ucred; /* Process owner's identity. (PUCL) */
H A Dproc_internal.h317 SMR_POINTER(struct plimit *) p_limit;/* Process limits (PL) */
318SMR_POINTER(struct pgrp *XNU_PTRAUTH_SIGNED_PTR("proc.p_pgrp")) p_pgrp; /* Pointer to process grou…
/xnu-11215.1.10/osfmk/ipc/
H A Dipc_space.h128SMR_POINTER(ipc_entry_table_t XNU_PTRAUTH_SIGNED_PTR("ipc_space.is_table")) is_table; /* an array …