/src/sbin/umbctl/ |
umbctl.c | 81 static int _error(int ret, char const * format, ...); 125 __printflike(2, 3) static int _error(int ret, char const * format, ...) function in typeref:typename:__printflike (2,3)int 174 return _error(2, "%s: %s", ifname, strerror(errno)); 196 return _error(2, "%s: %s", filename, strerror(errno)); 207 ret = _error(2, "%s: %s", filename, 226 return _error(2, "%s: %s", filename, strerror(errno)); 251 return _error(2, "%s: %s", ifname, strerror(errno)); 295 return _error(-1, "%s: %s", ifname, strerror(errno)); 340 return _error(-1, "%s: Incomplete" 351 return _error(-1, "%s: Unknown parameter", argv[i]) [all...] |
/src/sys/arch/hpc/stand/hpcboot/ |
load.h | 50 BOOL _error; member in class:Loader 67 BOOL _load_success(void) const { return !_error; };
|
load.cpp | 130 _error = FALSE; 136 _error = TRUE; 219 _error = TRUE; 250 _error = TRUE;
|
/src/sys/compat/sys/ |
siginfo.h | 84 int _error; member in struct:__ksiginfo32::__anon01db8f81010a::__anon01db8f810608
|
/src/sys/sys/ |
siginfo.h | 84 int _error; member in struct:_ksiginfo::__anon33f44b6e010a::__anon33f44b6e0608 175 #define si_error _info._reason._syscall._error 205 #define ksi_error ksi_info._reason._syscall._error
|
/src/dist/pf/sbin/pfctl/ |
pfctl_table.c | 82 goto _error; \ 93 goto _error; \ 200 goto _error; 215 goto _error; 229 goto _error; 320 goto _error; 354 _error:
|
pfctl.c | 1344 #define ERR(x) do { warn(x); goto _error; } while(0) 1345 #define ERRX(x) do { warnx(x); goto _error; } while(0) 1426 goto _error; 1440 goto _error; 1460 goto _error; 1466 _error:
|
parse.y | 4165 goto _error; 4171 goto _error; 4182 goto _error; 4187 _error:
|
/src/sys/compat/netbsd32/ |
netbsd32_signal.c | 323 si->_reason._syscall._error = 324 si32->_reason._syscall._error; 413 si32->_reason._syscall._error = 414 si->_reason._syscall._error;
|