Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/
H A Dmach_voucher_types.h71 struct ipc_voucher;
73 typedef struct ipc_voucher *ipc_voucher_t;
H A Dmach_types.defs727 simport <ipc/ipc_voucher.h>; /* for voucher conversions */
/xnu-11215.1.10/osfmk/ipc/
H A DMakefile16 ipc_voucher.h
H A Dipc_voucher.h73 struct ipc_voucher { struct
H A Dipc_voucher.c54 ZONE_DEFINE_ID(ZONE_ID_IPC_VOUCHERS, "ipc vouchers", struct ipc_voucher,
65 zone_id_require(ZONE_ID_IPC_VOUCHERS, sizeof(struct ipc_voucher), v)
83 SMRH_TRAITS_DEFINE_MEM(voucher_traits, struct ipc_voucher, iv_hash_link,
237 iv = __container_of(link, struct ipc_voucher, iv_hash_link); in iv_obj_hash()
246 iv = __container_of(link, struct ipc_voucher, iv_hash_link); in iv_obj_equ()
/xnu-11215.1.10/osfmk/conf/
H A DMakefile.template256 ipc_voucher.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles106 osfmk/ipc/ipc_voucher.c standard