Home
last modified time | relevance | path

Searched refs:should_kill (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Darcade.c321 boolean_t should_kill = TRUE; in arcade_ast() local
322 kr = __MAKING_UPCALL_TO_ARCADE_VALIDATION_SERVICE__(port, copy, MAXPATHLEN, offset, &should_kill); in arcade_ast()
333 if (should_kill == TRUE) { in arcade_ast()
/xnu-12377.1.9/osfmk/mach/
H A Darcade_upcall.defs47 out should_kill : boolean_t);