Searched refs:system (Results 1 – 4 of 4) sorted by relevance
| /mach/ |
| A D | errstring.c | 51 int sub, system; in mach_error_type() local 56 system = err_get_system(err); in mach_error_type() 58 if (system > err_max_system in mach_error_type() 59 || sub >= errors[system].max_sub ) return( "(?/?)" ); in mach_error_type() 60 return( errors[system].subsystem[sub].subsys_name ); in mach_error_type() 70 int sub, system, code; in mach_error_string_int() local 75 system = err_get_system(err); in mach_error_string_int() 80 if (system > err_max_system) return( "(?/?) unknown error system" ); in mach_error_string_int() 81 if (sub >= errors[system].max_sub) return( errors[system].bad_sub ); in mach_error_string_int() 82 if (code >= errors[system].subsystem[sub].max_code) return ( NO_SUCH_ERROR ); in mach_error_string_int() [all …]
|
| A D | err_server.sub | 184 "(server/object system) GENERIC ERROR", 185 "(server/object system) object not found", 186 "(server/object system) no such operation", 187 "(server/object system) undefined ipc method arguments", 188 "(server/object system) too many arguments to method", 189 "(server/object system) bad ipc message format", 224 "(server/unix-signal) system error", 321 /* server/9; generic US system */ 335 /* server/11; MachObject system */ 337 "(server/object system)",
|
| A D | err_boot.sub | 50 /* 4 */ "(bootstrap/fs) bad file system",
|
| A D | err_kern.sub | 97 "(os/unix) interrupted system call", 123 "(os/unix) read-only file system", 156 "(os/unix) file name exceeds system maximum limit",
|
Completed in 9 milliseconds