Home
last modified time | relevance | path

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

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