Symbol: _code
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
153
extern void s$sleep(long *_duration, short int *_code);
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
156
extern void s$sleep2(long long *_duration, short int *_code);
lib/libsysdecode/sysdecode.h
125
const char *sysdecode_syscallname(enum sysdecode_abi _abi, unsigned int _code);
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
76
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
162
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
124
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
96
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
83
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/hid/hidmap.h
107
#define HIDMAP_ANY(_page, _usage, _type, _code) \
sys/dev/hid/hidmap.h
111
.code = (_code)
sys/dev/hid/hidmap.h
112
#define HIDMAP_ANY_RANGE(_page, _usage_from, _usage_to, _type, _code) \
sys/dev/hid/hidmap.h
116
.code = (_code)
sys/dev/hid/hidmap.h
127
#define HIDMAP_KEY(_page, _usage, _code) \
sys/dev/hid/hidmap.h
128
HIDMAP_ANY((_page), (_usage), EV_KEY, (_code)), \
sys/dev/hid/hidmap.h
130
#define HIDMAP_KEY_RANGE(_page, _ufrom, _uto, _code) \
sys/dev/hid/hidmap.h
131
HIDMAP_ANY_RANGE((_page), (_ufrom), (_uto), EV_KEY, (_code)), \
sys/dev/hid/hidmap.h
133
#define HIDMAP_REL(_page, _usage, _code) \
sys/dev/hid/hidmap.h
134
HIDMAP_ANY((_page), (_usage), EV_REL, (_code)), \
sys/dev/hid/hidmap.h
136
#define HIDMAP_ABS(_page, _usage, _code) \
sys/dev/hid/hidmap.h
137
HIDMAP_ANY((_page), (_usage), EV_ABS, (_code)), \
sys/dev/hid/hidmap.h
139
#define HIDMAP_SW(_page, _usage, _code) \
sys/dev/hid/hidmap.h
140
HIDMAP_ANY((_page), (_usage), EV_SW, (_code)), \
sys/dev/sfxge/common/efsys.h
1126
#define EFSYS_ERR(_esip, _code, _dword0, _dword1) \
sys/dev/sfxge/common/efsys.h
1128
sfxge_err((_esip), (_code), (_dword0), (_dword1)); \
usr.bin/ar/ar.h
118
void bsdar_errc(struct bsdar *, int _code, const char *fmt, ...) __dead2;
usr.bin/ar/ar.h
119
void bsdar_warnc(struct bsdar *, int _code, const char *fmt, ...);