Home
last modified time | relevance | path

Searched refs:mach_node (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dmach_node.h103 typedef struct mach_node *mach_node_t;
105 struct mach_node { struct
133 #define MACH_NODE_SIZE ((vm_offset_t)sizeof(struct mach_node)) argument
H A Dmach_node.c259 bzero(node, sizeof(struct mach_node)); in mach_node_alloc_init()
/xnu-8019.80.24/osfmk/ipc/
H A Dipc_kmsg.h118 struct mach_node *ikm_node; /* Originating node - needed for ack */
/xnu-8019.80.24/osfmk/conf/
H A Dfiles150 osfmk/kern/mach_node.c standard