Home
last modified time | relevance | path

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

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