Searched refs:errnomap (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.bin/kdump/
H A Dsetemul.h69 const int *errnomap; /* Array of error number mapping */ member in struct:emulation
H A Dkdump.c1107 if (cur_emul->errnomap) {
1111 if (cur_emul->errnomap[2] > 0 && e < 0)
1115 if (e == cur_emul->errnomap[i])

Completed in 102 milliseconds