Searched refs:ipc_voucher (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | mach_voucher_types.h | 71 struct ipc_voucher; 73 typedef struct ipc_voucher *ipc_voucher_t;
|
| H A D | mach_types.defs | 731 simport <ipc/ipc_voucher.h>; /* for voucher conversions */
|
| /xnu-12377.41.6/osfmk/ipc/ |
| H A D | Makefile | 16 ipc_voucher.h
|
| H A D | ipc_voucher.h | 73 struct ipc_voucher { struct
|
| H A D | ipc_voucher.c | 52 ZONE_DEFINE_ID(ZONE_ID_IPC_VOUCHERS, "ipc vouchers", struct ipc_voucher, 64 zone_id_require(ZONE_ID_IPC_VOUCHERS, sizeof(struct ipc_voucher), v) 82 SMRH_TRAITS_DEFINE_MEM(voucher_traits, struct ipc_voucher, iv_hash_link, 236 iv = __container_of(link, struct ipc_voucher, iv_hash_link); in iv_obj_hash() 245 iv = __container_of(link, struct ipc_voucher, iv_hash_link); in iv_obj_equ()
|
| /xnu-12377.41.6/osfmk/conf/ |
| H A D | Makefile.template | 304 ipc_voucher.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 105 osfmk/ipc/ipc_voucher.c standard
|