Home
last modified time | relevance | path

Searched defs:err (Results 1 – 6 of 6) sorted by relevance

/mach/
A Derrstring.c49 mach_error_type(mach_error_t err) in mach_error_type()
67 mach_error_string_int(mach_error_t err, in mach_error_string_int()
89 mach_error_string(mach_error_t err) in mach_error_string()
A Derror_compat.c42 mach_error_t err = *org_err; in __mach_error_map_compat() local
A Dmach_error.c66 mach_error(char *str, mach_error_t err) in mach_error()
A Dmach_init.c35 kern_return_t err; in weak_alias() local
A Ddevstream.c35 kern_return_t err; in devstream_write() local
88 kern_return_t err; in devstream_read() local
/mach/mach/
A Derror.h108 #define err_get_system(err) (((err)>>26)&0x3f) argument
109 #define err_get_sub(err) (((err)>>14)&0xfff) argument
110 #define err_get_code(err) ((err)&0x3fff) argument

Completed in 8 milliseconds