Home
last modified time | relevance | path

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

/mach/
A Derrstring.c68 boolean_t * diag) in mach_error_string_int() argument
78 *diag = TRUE; in mach_error_string_int()
84 *diag = mach_error_full_diag; in mach_error_string_int()
91 boolean_t diag; in mach_error_string() local
93 return mach_error_string_int( err, &diag ); in mach_error_string()
A Dmach_error.c70 boolean_t diag; in mach_error() local
72 err_str=mach_error_string_int(err, &diag); in mach_error()
74 if ( diag ) { in mach_error()

Completed in 5 milliseconds