crypto/openssh/crypto_api.h
18
typedef int8_t crypto_int8;
include/protocols/routed.h
109
int8_t ru_tracefile[1];
include/protocols/routed.h
94
int8_t md5_keyid; /* key ID and auth data len */
include/protocols/routed.h
95
int8_t md5_auth_len; /* 16 */
lib/libefivar/efi-osdep.h
44
typedef int8_t INT8;
lib/libevtr/ktrfmt.yy.c
63
typedef int8_t flex_int8_t;
lib/libnvmm/libnvmm_x86.c
964
int8_t seg;
lib/libsdp/sdp.h
317
int8_t b[16];
lib/libsdp/util.c
308
int8_t int8;
lib/libu4bhid/parse.c
289
dval = (int8_t)hid_get_byte(s, 1);
sbin/routed/rtquery/rtquery.c
366
NA0.au.a_md5.md5_keyid = (int8_t)keyid;
sbin/sysctl/sysctl.c
159
int8_t i8val;
sbin/sysctl/sysctl.c
260
i8val = (int8_t)strtol(newval, NULL, 0);
stand/boot/common/fs.h
304
int8_t fs_fmod; /* super block modified flag */
stand/boot/common/fs.h
305
int8_t fs_clean; /* filesystem is clean flag */
stand/boot/common/fs.h
306
int8_t fs_ronly; /* mounted read-only flag */
stand/boot/common/fs.h
307
int8_t fs_old_flags; /* old FS_ flags */
sys/bus/firewire/firewirereg.h
237
int8_t resp;
sys/bus/u4b/audio/uaudio.c
5275
val = (int8_t)val;
sys/bus/u4b/gadget/g_audio.c
82
int8_t sc_pattern[G_AUDIO_MAX_STRLEN];
sys/bus/u4b/gadget/g_mouse.c
92
int8_t dx;
sys/bus/u4b/gadget/g_mouse.c
93
int8_t dy;
sys/bus/u4b/gadget/g_mouse.c
94
int8_t dz;
sys/bus/u4b/serial/uplcom.c
164
static usb_error_t uplcom_pl2303_do(struct usb_device *, int8_t, uint8_t,
sys/bus/u4b/serial/uplcom.c
476
uplcom_pl2303_do(struct usb_device *udev, int8_t req_type, uint8_t request,
sys/bus/u4b/usb_controller.h
123
void (*get_power_mode) (struct usb_device *udev, int8_t *pmode);
sys/bus/u4b/usb_hid.c
315
dval = (int8_t)hid_get_byte(s, 1);
sys/bus/u4b/usb_hub.c
2860
int8_t temp;
sys/bus/u4b/wlan/if_mtw.c
1490
b4inc(uint32_t b32, int8_t delta)
sys/bus/u4b/wlan/if_mtw.c
1492
int8_t i, b4;
sys/bus/u4b/wlan/if_mtw.c
1514
sc->txpow1[i + 0] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_mtw.c
1515
sc->txpow1[i + 1] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_mtw.c
1517
sc->txpow2[i + 0] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_mtw.c
1518
sc->txpow2[i + 1] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_mtw.c
1542
int8_t delta_2ghz, delta_5ghz;
sys/bus/u4b/wlan/if_mtw.c
2169
int8_t retry;
sys/bus/u4b/wlan/if_mtw.c
2473
int8_t nf;
sys/bus/u4b/wlan/if_mtw.c
253
static int8_t mtw_rssi2dbm(struct mtw_softc *, uint8_t, uint8_t);
sys/bus/u4b/wlan/if_mtw.c
4151
static int8_t
sys/bus/u4b/wlan/if_mtw.c
4313
mt7601_r49_read(struct mtw_softc *sc, uint8_t flag, int8_t *val)
sys/bus/u4b/wlan/if_mtw.c
4327
mt7601_rf_temperature(struct mtw_softc *sc, int8_t *val)
sys/bus/u4b/wlan/if_mtwvar.h
214
int8_t seq;
sys/bus/u4b/wlan/if_mtwvar.h
331
int8_t txpow1[54];
sys/bus/u4b/wlan/if_mtwvar.h
332
int8_t txpow2[54];
sys/bus/u4b/wlan/if_mtwvar.h
333
int8_t txpow3[54];
sys/bus/u4b/wlan/if_mtwvar.h
334
int8_t rssi_2ghz[3];
sys/bus/u4b/wlan/if_mtwvar.h
335
int8_t rssi_5ghz[3];
sys/bus/u4b/wlan/if_mtwvar.h
344
int8_t bbp_temp;
sys/bus/u4b/wlan/if_rum.c
2079
int8_t power;
sys/bus/u4b/wlan/if_rum.c
2409
sc->rssi_2ghz_corr = (int8_t)(val & 0xff); /* signed */
sys/bus/u4b/wlan/if_rum.c
2418
sc->rssi_5ghz_corr = (int8_t)(val & 0xff); /* signed */
sys/bus/u4b/wlan/if_rumvar.h
30
int8_t wr_antsignal;
sys/bus/u4b/wlan/if_rumvar.h
31
int8_t wr_antnoise;
sys/bus/u4b/wlan/if_run.c
1585
b4inc(uint32_t b32, int8_t delta)
sys/bus/u4b/wlan/if_run.c
1587
int8_t i, b4;
sys/bus/u4b/wlan/if_run.c
1633
sc->txpow1[i + 0] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1634
sc->txpow1[i + 1] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1639
sc->txpow2[i + 0] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1640
sc->txpow2[i + 1] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1645
sc->txpow3[i + 0] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1646
sc->txpow3[i + 1] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1663
sc->txpow1[i + 14] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1664
sc->txpow1[i + 15] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1667
sc->txpow2[i + 14] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1668
sc->txpow2[i + 15] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1673
sc->txpow3[i + 14] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1674
sc->txpow3[i + 15] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1688
sc->txpow1[i + 0] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1689
sc->txpow1[i + 1] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1694
sc->txpow2[i + 0] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1695
sc->txpow2[i + 1] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1720
sc->txpow1[i + 14] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1721
sc->txpow1[i + 15] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1724
sc->txpow2[i + 14] = (int8_t)(val & 0xff);
sys/bus/u4b/wlan/if_run.c
1725
sc->txpow2[i + 15] = (int8_t)(val >> 8);
sys/bus/u4b/wlan/if_run.c
1745
int8_t delta_2ghz, delta_5ghz;
sys/bus/u4b/wlan/if_run.c
2509
int8_t retry;
sys/bus/u4b/wlan/if_run.c
2774
int8_t nf;
sys/bus/u4b/wlan/if_run.c
4050
int8_t txpow1, txpow2;
sys/bus/u4b/wlan/if_run.c
4119
int8_t txpow1, txpow2;
sys/bus/u4b/wlan/if_run.c
4184
int8_t txpow1, txpow2;
sys/bus/u4b/wlan/if_run.c
4334
int8_t txpow1, txpow2, txpow3;
sys/bus/u4b/wlan/if_run.c
441
static int8_t run_rssi2dbm(struct run_softc *, uint8_t, uint8_t);
sys/bus/u4b/wlan/if_run.c
4494
int8_t txpow1, txpow2;
sys/bus/u4b/wlan/if_run.c
4607
int8_t txpow1, txpow2;
sys/bus/u4b/wlan/if_run.c
5234
static int8_t
sys/bus/u4b/wlan/if_runvar.h
200
int8_t txpow1[54];
sys/bus/u4b/wlan/if_runvar.h
201
int8_t txpow2[54];
sys/bus/u4b/wlan/if_runvar.h
202
int8_t txpow3[54];
sys/bus/u4b/wlan/if_runvar.h
203
int8_t rssi_2ghz[3];
sys/bus/u4b/wlan/if_runvar.h
204
int8_t rssi_5ghz[3];
sys/bus/u4b/wlan/if_runvar.h
53
int8_t wr_dbm_antsignal;
sys/bus/u4b/wlan/if_urtwn.c
1055
urtwn_rx_frame(struct urtwn_softc *sc, struct mbuf *m, int8_t *rssi_p)
sys/bus/u4b/wlan/if_urtwn.c
1062
int8_t rssi = -127;
sys/bus/u4b/wlan/if_urtwn.c
1139
int8_t nf, rssi;
sys/bus/u4b/wlan/if_urtwn.c
225
struct mbuf *, int8_t *);
sys/bus/u4b/wlan/if_urtwn.c
2752
urtwn_update_avgrssi(struct urtwn_softc *sc, int rate, int8_t rssi)
sys/bus/u4b/wlan/if_urtwn.c
2789
static int8_t
sys/bus/u4b/wlan/if_urtwn.c
2792
static const int8_t cckoff[] = { 16, -12, -26, -46 };
sys/bus/u4b/wlan/if_urtwn.c
2796
int8_t rssi;
sys/bus/u4b/wlan/if_urtwn.c
2815
static int8_t
sys/bus/u4b/wlan/if_urtwn.c
2821
int8_t rssi;
sys/bus/u4b/wlan/if_urtwn.c
307
static void urtwn_update_avgrssi(struct urtwn_softc *, int, int8_t);
sys/bus/u4b/wlan/if_urtwn.c
308
static int8_t urtwn_get_rssi(struct urtwn_softc *, int, void *);
sys/bus/u4b/wlan/if_urtwn.c
309
static int8_t urtwn_r88e_get_rssi(struct urtwn_softc *, int, void *);
sys/bus/u4b/wlan/if_urtwnvar.h
190
int8_t ofdm_tx_pwr_diff;
sys/bus/u4b/wlan/if_urtwnvar.h
191
int8_t bw20_tx_pwr_diff;
sys/bus/u4b/wlan/if_urtwnvar.h
43
int8_t wr_dbm_antsignal;
sys/bus/u4b/wlan/if_urtwnvar.h
44
int8_t wr_dbm_antnoise;
sys/cpu/x86_64/include/npx.h
195
int8_t fp_pad[6];
sys/dev/apple/smc/smc_sysctl.c
421
apple_smc_cause_str(int8_t cause)
sys/dev/apple/smc/smc_sysctl.c
448
int8_t cause;
sys/dev/disk/nata/ata-all.c
69
static void bswap(int8_t *, int);
sys/dev/disk/nata/ata-all.c
70
static void btrim(int8_t *, int);
sys/dev/disk/nata/ata-all.c
71
static void bpack(int8_t *, int8_t *, int);
sys/dev/disk/nata/ata-all.c
969
bswap(int8_t *buf, int len)
sys/dev/disk/nata/ata-all.c
978
btrim(int8_t *buf, int len)
sys/dev/disk/nata/ata-all.c
980
int8_t *ptr;
sys/dev/disk/nata/ata-all.c
990
bpack(int8_t *src, int8_t *dst, int len)
sys/dev/disk/nata/ata-raid.h
181
int8_t filler1[32];
sys/dev/disk/nata/ata-raid.h
224
int8_t filler2[16];
sys/dev/disk/nata/ata-raid.h
230
int8_t filler3[8];
sys/dev/disk/nata/ata-raid.h
752
int8_t filler1[190];
sys/dev/disk/nata/ata-raid.h
784
int8_t filler1[448];
sys/dev/disk/nata/atapi-cam.c
722
static const int8_t ccb[16] = { ATAPI_REQUEST_SENSE, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1088
int8_t ccb[16];
sys/dev/disk/nata/atapi-cd.c
1119
int8_t ccb[16];
sys/dev/disk/nata/atapi-cd.c
1134
int8_t ccb[16] = { ATAPI_CLOSE_TRACK, 0x01, 0x02, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1258
int8_t ccb[16] = { ATAPI_SYNCHRONIZE_CACHE, 0, 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1267
int8_t ccb[16] = { ATAPI_READ_TRACK_INFO, 1,
sys/dev/disk/nata/atapi-cd.c
1287
int8_t ccb[16] = { ATAPI_READ_CAPACITY, 0, 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1290
int8_t dummy[8];
sys/dev/disk/nata/atapi-cd.c
1318
int8_t ccb[16] = { ATAPI_SEND_CUE_SHEET, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1321
int8_t *buffer;
sys/dev/disk/nata/atapi-cd.c
1360
int8_t ccb[16];
sys/dev/disk/nata/atapi-cd.c
1457
int8_t ccb[16];
sys/dev/disk/nata/atapi-cd.c
1499
int8_t ccb[16];
sys/dev/disk/nata/atapi-cd.c
1629
int8_t ccb[16] = { ATAPI_BLANK, 0x10 | (blanktype & 0x7), 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1639
int8_t ccb[16] = { ATAPI_PREVENT_ALLOW, 0, 0, 0, lock,
sys/dev/disk/nata/atapi-cd.c
1648
int8_t ccb[16] = { ATAPI_START_STOP, 0, 0, 0, start,
sys/dev/disk/nata/atapi-cd.c
1657
int8_t ccb[16] = { ATAPI_PAUSE, 0, 0, 0, 0, 0, 0, 0, pause,
sys/dev/disk/nata/atapi-cd.c
1666
int8_t ccb[16] = { ATAPI_MODE_SENSE_BIG, 0, page, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1677
int8_t ccb[16] = { ATAPI_MODE_SELECT_BIG, 0x10, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1686
int8_t ccb[16] = { ATAPI_SET_SPEED, 0, rdspeed >> 8, rdspeed,
sys/dev/disk/nata/atapi-cd.c
1700
int8_t ccb[16] = { ATAPI_MODE_SENSE_BIG, 0, ATAPI_CDROM_CAP_PAGE,
sys/dev/disk/nata/atapi-cd.c
1723
int8_t ccb[16] = { ATAPI_READ_FORMAT_CAPACITIES, 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1735
int8_t ccb[16] = { ATAPI_FORMAT, 0x11, 0, 0, 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
1748
int8_t ccb[16] = { ATAPI_TEST_UNIT_READY, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
244
int8_t ccb[16] = { ATAPI_TEST_UNIT_READY, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
498
int8_t ccb[16] = { ATAPI_READ_SUBCHANNEL, 0, 0x40, 1, 0, 0, 0,
sys/dev/disk/nata/atapi-cd.c
812
int8_t ccb[16];
sys/dev/disk/nata/atapi-cd.c
991
int8_t ccb[16];
sys/dev/disk/nata/atapi-fd.c
243
int8_t ccb[16];
sys/dev/disk/nata/atapi-fd.c
348
int8_t ccb1[16] = { ATAPI_READ_CAPACITY, 0, 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-fd.c
350
int8_t ccb2[16] = { ATAPI_READ_CAPACITY_16, 0x10, 0, 0, 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-fd.c
352
int8_t ccb3[16] = { ATAPI_MODE_SENSE_BIG, 0, ATAPI_REWRITEABLE_CAP_PAGE,
sys/dev/disk/nata/atapi-fd.c
423
int8_t ccb[16] = { ATAPI_PREVENT_ALLOW, 0, 0, 0, lock,
sys/dev/disk/nata/atapi-fd.c
434
int8_t ccb[16] = { ATAPI_TEST_UNIT_READY, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-tape.c
401
int8_t ccb[16];
sys/dev/disk/nata/atapi-tape.c
531
int8_t ccb[16] = { ATAPI_MODE_SENSE, 0x08, page, pagesize>>8, pagesize,
sys/dev/disk/nata/atapi-tape.c
542
int8_t ccb[16] = { ATAPI_MODE_SELECT, 0x10, 0, pagesize>>8, pagesize,
sys/dev/disk/nata/atapi-tape.c
552
int8_t ccb[16] = { ATAPI_WEOF, 0x01, 0, 0, function, 0, 0, 0,
sys/dev/disk/nata/atapi-tape.c
575
int8_t ccb[16] = { ATAPI_READ_POSITION, (hard ? 0x01 : 0), 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-tape.c
589
int8_t ccb[16] = { ATAPI_SPACE, function, count>>16, count>>8, count,
sys/dev/disk/nata/atapi-tape.c
598
int8_t ccb[16] = { ATAPI_LOCATE, 0x01 | (hard ? 0x4 : 0), 0,
sys/dev/disk/nata/atapi-tape.c
612
int8_t ccb[16] = { ATAPI_PREVENT_ALLOW, 0, 0, 0, lock,
sys/dev/disk/nata/atapi-tape.c
622
int8_t ccb[16] = { ATAPI_START_STOP, 0x01, 0, 0, function, 0, 0, 0,
sys/dev/disk/nata/atapi-tape.c
640
int8_t ccb[16] = { ATAPI_REZERO, 0x01, 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-tape.c
653
int8_t ccb[16] = { ATAPI_ERASE, 3, 0, 0, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-tape.c
666
int8_t ccb[16] = { ATAPI_TEST_UNIT_READY, 0, 0, 0, 0,
sys/dev/disk/nata/atapi-tape.c
676
int8_t ccb[16] = { ATAPI_POLL_DSC, 0, 0, 0, 0,
sys/dev/disk/sym/sym_hipd.c
101
typedef int8_t s8;
sys/dev/drm/amd/amdgpu/sislands_smc.h
269
int8_t padding2;
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
46
static const int8_t dvi_hdmi_dongle_signature_str[] = "6140063500G";
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
49
int8_t vendor[3];/* "AMD" */
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
52
int8_t id[11];/* "6140063500G"*/
sys/dev/drm/amd/display/dc/core/dc_link_ddc.c
60
int8_t id[15];/* "DP-HDMI ADAPTOR"*/
sys/dev/drm/amd/display/dc/dc.h
660
int8_t sink_dev_id_str[6];
sys/dev/drm/amd/display/dc/dc.h
661
int8_t sink_hw_revision;
sys/dev/drm/amd/display/dc/dc.h
662
int8_t sink_fw_revision[2];
sys/dev/drm/amd/display/dc/dc.h
665
int8_t branch_dev_name[6];
sys/dev/drm/amd/display/dc/dc.h
666
int8_t branch_hw_revision;
sys/dev/drm/amd/display/dc/dc.h
667
int8_t branch_fw_revision[2];
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
551
int8_t GfxOffset;
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
555
int8_t SocOffset;
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
559
int8_t Mem0Offset;
sys/dev/drm/amd/powerplay/inc/smu11_driver_if.h
563
int8_t Mem1Offset;
sys/dev/drm/amd/powerplay/inc/smu71.h
155
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu71.h
156
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
230
int8_t SclkIndex;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
231
int8_t MclkIndex;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
396
int8_t Padding;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
424
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu71_discrete.h
425
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu72.h
239
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu72.h
240
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
208
int8_t SclkIndex;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
209
int8_t MclkIndex;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
399
int8_t FanControl_GL_Flag;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
426
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu72_discrete.h
427
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu73.h
237
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu73.h
238
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
201
int8_t SclkIndex;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
202
int8_t MclkIndex;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
390
int8_t Padding;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
420
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu73_discrete.h
421
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu74.h
266
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu74.h
267
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
219
int8_t SclkIndex;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
220
int8_t MclkIndex;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
393
int8_t Padding;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
420
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu74_discrete.h
421
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu75.h
200
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu75.h
201
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
234
int8_t SclkIndex;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
235
int8_t MclkIndex;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
399
int8_t Padding;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
427
int8_t CurrLevel;
sys/dev/drm/amd/powerplay/inc/smu75_discrete.h
428
int8_t TargLevel;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
279
int8_t SclkIndex;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
280
int8_t MclkIndex;
sys/dev/drm/amd/powerplay/inc/smu7_discrete.h
454
int8_t Padding;
sys/dev/drm/amd/powerplay/inc/smu7_fusion.h
211
int8_t SclkIndex;
sys/dev/drm/amd/powerplay/inc/smu7_fusion.h
212
int8_t MclkIndex;
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
452
int8_t GfxOffset;
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
456
int8_t SocOffset;
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
460
int8_t Mem0Offset;
sys/dev/drm/amd/powerplay/inc/vega12/smu9_driver_if.h
464
int8_t Mem1Offset;
sys/dev/drm/include/asm/int-ll64.h
32
typedef int8_t s8;
sys/dev/drm/include/linux/atomic.h
171
while (!atomic_fcmpset_8((volatile int8_t *)(ptr), \
sys/dev/drm/include/linux/atomic.h
172
(int8_t *)&__ret, (u64)(new)) && __ret == (old)) \
sys/dev/drm/include/uapi/asm-generic/int-ll64.h
34
typedef int8_t __s8;
sys/dev/drm/include/uapi/drm/drm.h
49
typedef int8_t __s8;
sys/dev/drm/radeon/radeon_combios.c
733
int8_t rev;
sys/dev/drm/radeon/sislands_smc.h
269
int8_t padding2;
sys/dev/drm/radeon/smu7_discrete.h
279
int8_t SclkIndex;
sys/dev/drm/radeon/smu7_discrete.h
280
int8_t MclkIndex;
sys/dev/drm/radeon/smu7_discrete.h
453
int8_t Padding;
sys/dev/drm/radeon/smu7_fusion.h
211
int8_t SclkIndex;
sys/dev/drm/radeon/smu7_fusion.h
212
int8_t MclkIndex;
sys/dev/misc/nsclpcsio/nsclpcsio_isa.c
425
int8_t sdata;
sys/dev/netif/ath/ath/if_ath.c
191
int8_t *, int8_t *);
sys/dev/netif/ath/ath/if_ath.c
3934
ath_node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise)
sys/dev/netif/ath/ath/if_athioctl.h
103
int8_t ast_tx_rssi; /* tx rssi of last ack */
sys/dev/netif/ath/ath/if_athioctl.h
104
int8_t ast_rx_rssi; /* rx rssi from histogram */
sys/dev/netif/ath/ath/if_athioctl.h
126
int8_t ast_rx_noise; /* rx noise floor */
sys/dev/netif/ath/ath/if_athioctl.h
346
int8_t wr_antsignal;
sys/dev/netif/ath/ath/if_athioctl.h
347
int8_t wr_antnoise;
sys/dev/netif/ath/ath/if_athioctl.h
353
int8_t wr_chan_maxpow;
sys/dev/netif/ath/ath/if_athioctl.h
395
int8_t wt_chan_maxpow;
sys/dev/netif/ath/ath_hal/ah.h
1012
int8_t ss_nf_cal[AH_MAX_CHAINS*2]; /* nf calibrated values for ctl+ext from eeprom */
sys/dev/netif/ath/ath_hal/ah.h
1013
int8_t ss_nf_pwr[AH_MAX_CHAINS*2]; /* nf pwr values for ctl+ext from eeprom */
sys/dev/netif/ath/ath_hal/ah.h
1056
int8_t lna1_lna2_delta;
sys/dev/netif/ath/ath_hal/ah_desc.h
116
int8_t rs_rssi; /* rx frame RSSI (combined for 11n) */
sys/dev/netif/ath/ath_hal/ah_desc.h
124
int8_t rs_rssi_ctl[3]; /* rx frame RSSI [ctl, chain 0-2] */
sys/dev/netif/ath/ath_hal/ah_desc.h
125
int8_t rs_rssi_ext[3]; /* rx frame RSSI [ext, chain 0-2] */
sys/dev/netif/ath/ath_hal/ah_desc.h
52
int8_t ts_rssi; /* tx ack RSSI */
sys/dev/netif/ath/ath_hal/ah_desc.h
70
int8_t ts_rssi_ctl[3]; /* tx ack RSSI [ctl, chain 0-2] */
sys/dev/netif/ath/ath_hal/ah_desc.h
71
int8_t ts_rssi_ext[3]; /* tx ack RSSI [ext, chain 0-2] */
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
100
*(int8_t *) val = pBase->pwrTableOffset;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
104
*(int8_t *)val = pBase->tempSensSlope;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
106
*(int8_t *)val = 0;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
110
*(int8_t *)val = pBase->tempSensSlopePalOn;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
112
*(int8_t *)val = 0;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
130
ee->ee_antennaGainMax[1] = (int8_t) v;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.c
97
*(int8_t *) val = ee->ee_antennaGainMax[1];
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
161
int8_t ee_antennaGainMax[2];
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
72
int8_t pwrTableOffset;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
73
int8_t tempSensSlope;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
74
int8_t tempSensSlopePalOn;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
81
int8_t antennaGainCh[AR9287_MAX_CHAINS];
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
85
int8_t adcDesiredSize;
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
90
int8_t noiseFloorThreshCh[AR9287_MAX_CHAINS];
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
93
int8_t iqCalICh[AR9287_MAX_CHAINS];
sys/dev/netif/ath/ath_hal/ah_eeprom_9287.h
94
int8_t iqCalQCh[AR9287_MAX_CHAINS];
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
132
*(int8_t *) val = ee->ee_antennaGainMax[1];
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
135
*(int8_t *) val = ee->ee_antennaGainMax[0];
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
139
*(int8_t *) val = pBase->pwr_table_offset;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
141
*(int8_t *) val = AR5416_PWR_TABLE_OFFSET_DB;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
166
ee->ee_antennaGainMax[1] = (int8_t) v;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
169
ee->ee_antennaGainMax[0] = (int8_t) v;
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.h
200
int8_t antennaGainCh[AR5416_MAX_CHAINS]; // 3
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.h
205
int8_t pgaDesiredSize; // 1
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.h
214
int8_t iqCalICh[AR5416_MAX_CHAINS]; // 1
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.h
215
int8_t iqCalQCh[AR5416_MAX_CHAINS]; // 1
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.h
290
int8_t ee_antennaGainMax[2];
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1169
ee->ee_antennaGainMax[0] = (int8_t)((eeval >> 8) & 0xFF);
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1170
ee->ee_antennaGainMax[1] = (int8_t)(eeval & 0xFF);
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1222
ee->ee_adcDesiredSize[i] = (int8_t)((eeval >> 8) & 0xff);
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1258
ee->ee_pgaDesiredSize[i] = (int8_t)((eeval >> 8) & 0xff);
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1655
*(int8_t *) val = ee->ee_antennaGainMax[0];
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.c
1658
*(int8_t *) val = ee->ee_antennaGainMax[1];
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
356
int8_t ee_antennaGainMax[2];
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
375
int8_t ee_adcDesiredSize[3]; /* 8-bit signed value */
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
376
int8_t ee_pgaDesiredSize[3]; /* 8-bit signed value */
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
394
int8_t ee_adcDesiredSizeTurbo[2];
sys/dev/netif/ath/ath_hal/ah_eeprom_v3.h
395
int8_t ee_pgaDesiredSizeTurbo[2];
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
107
*(int8_t *) val = ee->ee_antennaGainMax;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.c
125
ee->ee_antennaGainMax = (int8_t) v;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.h
180
int8_t ee_antennaGainMax;
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.h
81
int8_t antennaGainCh[AR5416_4K_MAX_CHAINS]; // 1
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.h
86
int8_t pgaDesiredSize; // 1
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.h
95
int8_t iqCalICh[AR5416_4K_MAX_CHAINS]; // 1
sys/dev/netif/ath/ath_hal/ah_eeprom_v4k.h
96
int8_t iqCalQCh[AR5416_4K_MAX_CHAINS]; // 1
sys/dev/netif/ath/ath_hal/ah_internal.h
153
int8_t invalidNFcount; /* TO DO: REMOVE THIS! */
sys/dev/netif/ath/ath_hal/ah_internal.h
187
int8_t iCoff;
sys/dev/netif/ath/ath_hal/ah_internal.h
188
int8_t qCoff;
sys/dev/netif/ath/ath_hal/ah_regdomain.c
873
int8_t antennaMax = twiceGain - chan->ic_maxantgain*2;
sys/dev/netif/ath/ath_hal/ar5211/ar5211.h
74
int8_t stepName[16];
sys/dev/netif/ath/ath_hal/ar5211/ar5211_reset.c
1515
int8_t twiceAntennaGain, twiceAntennaReduction = 0;
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
691
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5212/ar2316.c
694
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
671
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5212/ar2317.c
674
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
689
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5212/ar2413.c
692
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
652
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5212/ar2425.c
655
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
820
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
sys/dev/netif/ath/ath_hal/ar5212/ar5112.c
823
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + ar5112GetMinPower(ah, &data[last])*totalD)/totalD);
sys/dev/netif/ath/ath_hal/ar5212/ar5212.h
110
int8_t stepName[16];
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1037
iCoff = (int8_t)(-iqCorrMeas) / iCoffDenom;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
137
int8_t twiceAntennaGain, twiceAntennaReduction;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
1624
int8_t adcDesiredSize, pgaDesiredSize;
sys/dev/netif/ath/ath_hal/ar5212/ar5212_reset.c
2147
int8_t twiceAntennaGain, twiceAntennaReduction;
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
735
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5212/ar5413.c
738
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
406
*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
sys/dev/netif/ath/ath_hal/ar5416/ar2133.c
409
*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &data[last])*totalD)/totalD);
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
656
int8_t mask_m[123];
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
657
int8_t mask_p[123];
sys/dev/netif/ath/ath_hal/ar5416/ar5416_attach.c
658
int8_t mask_amt;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1148
int8_t pwr_table_offset;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_xmit.c
249
int8_t pwr_table_offset = 0;
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
323
*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
sys/dev/netif/ath/ath_hal/ar9002/ar9280.c
326
*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &data[last])*totalD)/totalD);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
160
int8_t pwr_table_offset;
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
593
int8_t mask_m[123];
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
594
int8_t mask_p[123];
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
595
int8_t mask_amt;
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
600
OS_MEMZERO(&mask_m, sizeof(int8_t) * 123);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_attach.c
601
OS_MEMZERO(&mask_p, sizeof(int8_t) * 123);
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
175
uint16_t numXpdGain, uint16_t pdGainOverlap_t2, int8_t pwr_table_offset,
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
212
ar9280AdjustPDADCValues(struct ath_hal *ah, int8_t pwr_table_offset,
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
295
int8_t pwr_table_offset;
sys/dev/netif/ath/ath_hal/ar9002/ar9285.h
31
int8_t max_skipcount; /* Max No. of times PACAL can be skipped */
sys/dev/netif/ath/ath_hal/ar9002/ar9285.h
32
int8_t skipcount; /* No. of times the PACAL to be skipped */
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
265
*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
sys/dev/netif/ath/ath_hal/ar9002/ar9287.c
268
*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9287GetMinPower(ah, &data[last])*totalD)/totalD);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_attach.c
123
int8_t pwr_table_offset;
sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.c
106
uint8_t *pCalChans, uint16_t availPiers, int8_t *pPwr)
sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.c
124
*pPwr = (int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0];
sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.c
126
*pPwr = ((int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0] +
sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.c
127
(int8_t) pRawDatasetOpLoop[idxR].pwrPdg[0][0])/2;
sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.c
84
int8_t val;
sys/dev/netif/ath/ath_hal/ar9002/ar9287_olc.h
27
uint8_t *pCalChans, uint16_t availPiers, int8_t *pPwr);
sys/dev/netif/ath/ath_hal/ar9002/ar9287_reset.c
100
int8_t txPower;
sys/dev/netif/bwn/bwn/if_bwn.c
5789
static int8_t
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
183
static int8_t bwn_phy_g_tssi2dbm_table[] = BWN_PHY_G_TSSI2DBM_TABLE;
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
184
int8_t bg;
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
186
bg = (int8_t)siba_sprom_get_tssi_bg(sc->sc_dev);
sys/dev/netif/bwn/bwn/if_bwn_phy_g.c
210
int8_t j = 0;
sys/dev/netif/bwn/bwn/if_bwn_phy_lp.c
1155
int8_t txpwridx;
sys/dev/netif/bwn/bwn/if_bwnvar.h
232
int8_t i;
sys/dev/netif/bwn/bwn/if_bwnvar.h
233
int8_t q;
sys/dev/netif/bwn/bwn/if_bwnvar.h
259
int8_t power0;
sys/dev/netif/bwn/bwn/if_bwnvar.h
260
int8_t power1;
sys/dev/netif/bwn/bwn/if_bwnvar.h
265
int8_t power2;
sys/dev/netif/bwn/bwn/if_bwnvar.h
270
int8_t ht_power0;
sys/dev/netif/bwn/bwn/if_bwnvar.h
325
int8_t *pg_tssi2dbm;
sys/dev/netif/bwn/bwn/if_bwnvar.h
347
int8_t pg_nrssi_lt[64];
sys/dev/netif/bwn/bwn/if_bwnvar.h
375
int8_t plp_txpwridx;
sys/dev/netif/bwn/bwn/if_bwnvar.h
400
int8_t rc_c1;
sys/dev/netif/bwn/bwn/if_bwnvar.h
401
int8_t rc_c0;
sys/dev/netif/bwn/bwn/if_bwnvar.h
546
int8_t wr_antsignal;
sys/dev/netif/bwn/bwn/if_bwnvar.h
547
int8_t wr_antnoise;
sys/dev/netif/bwn/bwn/if_bwnvar.h
579
int8_t noi_samples[8][4];
sys/dev/netif/bwn/siba/siba_core.c
128
static int8_t siba_sprom_r123_antgain(uint8_t, const uint16_t *, uint16_t,
sys/dev/netif/bwn/siba/siba_core.c
1524
int8_t gain;
sys/dev/netif/bwn/siba/siba_core.c
1862
static int8_t
sys/dev/netif/bwn/siba/siba_core.c
1874
return ((int8_t)gain);
sys/dev/netif/bwn/siba/sibavar.h
502
int8_t a0, a1, a2, a3;
sys/dev/netif/bwn/siba/sibavar.h
505
int8_t a0, a1, a2, a3;
sys/dev/netif/ig_hal/e1000_osdep.h
77
typedef int8_t s8;
sys/dev/netif/iwi/if_iwi.c
1245
int8_t rssi, nf;
sys/dev/netif/iwi/if_iwi.c
2871
iwi_set_sensitivity(struct iwi_softc *sc, int8_t rssi_dbm)
sys/dev/netif/iwi/if_iwivar.h
36
int8_t wr_antsignal;
sys/dev/netif/iwi/if_iwivar.h
37
int8_t wr_antnoise;
sys/dev/netif/iwm/if_iwm.c
3290
tap->wr_dbm_antsignal = (int8_t)rssi;
sys/dev/netif/iwm/if_iwm.c
3291
tap->wr_dbm_antnoise = (int8_t)sc->sc_noise;
sys/dev/netif/iwm/if_iwm.c
3398
tap->wr_dbm_antsignal = (int8_t)rssi;
sys/dev/netif/iwm/if_iwm.c
3399
tap->wr_dbm_antnoise = (int8_t)sc->sc_noise;
sys/dev/netif/iwm/if_iwmreg.h
3636
int8_t txpower[IWM_MAX_CHAINS];
sys/dev/netif/iwm/if_iwmreg.h
3637
int8_t reserved;
sys/dev/netif/iwm/if_iwmreg.h
3687
int8_t beacon_filter_average_energy;
sys/dev/netif/iwm/if_iwmreg.h
3688
int8_t beacon_filter_reason;
sys/dev/netif/iwm/if_iwmreg.h
3689
int8_t beacon_filter_current_energy;
sys/dev/netif/iwm/if_iwmreg.h
3690
int8_t beacon_filter_reserved;
sys/dev/netif/iwm/if_iwmvar.h
113
int8_t wr_dbm_antsignal;
sys/dev/netif/iwm/if_iwmvar.h
114
int8_t wr_dbm_antnoise;
sys/dev/netif/iwn/if_iwn.c
2658
int8_t maxpwr;
sys/dev/netif/iwn/if_iwn.c
3176
tap->wr_dbm_antsignal = (int8_t)rssi;
sys/dev/netif/iwn/if_iwn.c
3177
tap->wr_dbm_antnoise = (int8_t)nf;
sys/dev/netif/iwn/if_iwnreg.h
1000
int8_t srv_limit; /* in half-dBm */
sys/dev/netif/iwn/if_iwnreg.h
1213
int8_t gain[3];
sys/dev/netif/iwn/if_iwnreg.h
1876
int8_t maxpwr;
sys/dev/netif/iwn/if_iwnreg.h
1891
int8_t chain[3]; /* max power in half-dBm */
sys/dev/netif/iwn/if_iwnreg.h
1893
int8_t mimo2; /* max power in half-dBm */
sys/dev/netif/iwn/if_iwnreg.h
1894
int8_t mimo3; /* max power in half-dBm */
sys/dev/netif/iwn/if_iwnreg.h
1910
int8_t pa_det;
sys/dev/netif/iwn/if_iwnreg.h
993
int8_t global_limit; /* in half-dBm */
sys/dev/netif/iwn/if_iwnvar.h
370
int8_t maxpwr2GHz;
sys/dev/netif/iwn/if_iwnvar.h
371
int8_t maxpwr5GHz;
sys/dev/netif/iwn/if_iwnvar.h
372
int8_t maxpwr[IEEE80211_CHAN_MAX];
sys/dev/netif/iwn/if_iwnvar.h
63
int8_t wr_dbm_antsignal;
sys/dev/netif/iwn/if_iwnvar.h
64
int8_t wr_dbm_antnoise;
sys/dev/netif/ix/if_ix.c
263
static void ix_set_ivar(struct ix_softc *, uint8_t, uint8_t, int8_t);
sys/dev/netif/ix/if_ix.c
3359
int8_t type)
sys/dev/netif/ix/if_ix.c
339
ix_try_txgc(struct ix_tx_ring *txr, int8_t dec)
sys/dev/netif/ix/if_ix.h
227
int8_t tx_running;
sys/dev/netif/ix/ixgbe_osdep.h
121
typedef int8_t s8;
sys/dev/netif/oce/oce_hw.h
1807
int8_t flashrom_ver_str[32];
sys/dev/netif/oce/oce_hw.h
1808
int8_t manufac_name[32];
sys/dev/netif/oce/oce_hw.h
1810
int8_t seeprom_ver_lo;
sys/dev/netif/oce/oce_hw.h
1811
int8_t seeprom_ver_hi;
sys/dev/netif/oce/oce_hw.h
1812
int8_t rsvd0[2];
sys/dev/netif/oce/oce_hw.h
1817
int8_t cntl_mod_num[32];
sys/dev/netif/oce/oce_hw.h
1818
int8_t cntl_desc[64];
sys/dev/netif/oce/oce_hw.h
1819
int8_t cntl_ser_num[32];
sys/dev/netif/oce/oce_hw.h
1820
int8_t ip_ver_str[32];
sys/dev/netif/oce/oce_hw.h
1821
int8_t fw_ver_str[32];
sys/dev/netif/oce/oce_hw.h
1822
int8_t bios_ver_str[32];
sys/dev/netif/oce/oce_hw.h
1823
int8_t redboot_ver_str[32];
sys/dev/netif/oce/oce_hw.h
1824
int8_t drv_ver_str[32];
sys/dev/netif/oce/oce_hw.h
1825
int8_t fw_on_flash_ver_str[32];
sys/dev/netif/oce/oce_if.h
885
int8_t be3_native;
sys/dev/netif/ral/rt2560.c
1140
int8_t rssi, nf;
sys/dev/netif/ral/rt2560var.h
27
int8_t wr_antsignal;
sys/dev/netif/ral/rt2560var.h
28
int8_t wr_antnoise;
sys/dev/netif/ral/rt2560var.h
61
int8_t rssi;
sys/dev/netif/ral/rt2661.c
1015
int8_t rssi, nf;
sys/dev/netif/ral/rt2661.c
2012
int8_t power;
sys/dev/netif/ral/rt2661.c
2231
sc->rssi_2ghz_corr = (int8_t)(val & 0xff); /* signed */
sys/dev/netif/ral/rt2661.c
2239
sc->rssi_5ghz_corr = (int8_t)(val & 0xff); /* signed */
sys/dev/netif/ral/rt2661.c
2265
sc->txpow[i * 2] = (int8_t)(val >> 8); /* signed */
sys/dev/netif/ral/rt2661.c
2268
sc->txpow[i * 2 + 1] = (int8_t)(val & 0xff); /* signed */
sys/dev/netif/ral/rt2661var.h
138
int8_t txpow[38];
sys/dev/netif/ral/rt2661var.h
27
int8_t wr_antsignal;
sys/dev/netif/ral/rt2661var.h
28
int8_t wr_antnoise;
sys/dev/netif/ral/rt2661var.h
57
int8_t rssi;
sys/dev/netif/ral/rt2860.c
1234
int8_t rssi, nf;
sys/dev/netif/ral/rt2860.c
170
static int8_t rt2860_rssi2dbm(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/netif/ral/rt2860.c
2493
int8_t txpow1, txpow2;
sys/dev/netif/ral/rt2860.c
2546
int8_t txpow1, txpow2;
sys/dev/netif/ral/rt2860.c
2612
int8_t txpow1, txpow2;
sys/dev/netif/ral/rt2860.c
3357
static int8_t
sys/dev/netif/ral/rt2860.c
3386
b4inc(uint32_t b32, int8_t delta)
sys/dev/netif/ral/rt2860.c
3388
int8_t i, b4;
sys/dev/netif/ral/rt2860.c
3426
int8_t delta_2ghz, delta_5ghz;
sys/dev/netif/ral/rt2860.c
3542
sc->txpow1[i + 0] = (int8_t)(val & 0xff);
sys/dev/netif/ral/rt2860.c
3543
sc->txpow1[i + 1] = (int8_t)(val >> 8);
sys/dev/netif/ral/rt2860.c
3548
sc->txpow2[i + 0] = (int8_t)(val & 0xff);
sys/dev/netif/ral/rt2860.c
3549
sc->txpow2[i + 1] = (int8_t)(val >> 8);
sys/dev/netif/ral/rt2860.c
3569
sc->txpow1[i + 14] = (int8_t)(val & 0xff);
sys/dev/netif/ral/rt2860.c
3570
sc->txpow1[i + 15] = (int8_t)(val >> 8);
sys/dev/netif/ral/rt2860.c
3574
sc->txpow2[i + 14] = (int8_t)(val & 0xff);
sys/dev/netif/ral/rt2860.c
3575
sc->txpow2[i + 15] = (int8_t)(val >> 8);
sys/dev/netif/ral/rt2860.c
4234
int8_t ridx, d;
sys/dev/netif/ral/rt2860var.h
171
int8_t txpow1[54];
sys/dev/netif/ral/rt2860var.h
172
int8_t txpow2[54];
sys/dev/netif/ral/rt2860var.h
173
int8_t rssi_2ghz[3];
sys/dev/netif/ral/rt2860var.h
174
int8_t rssi_5ghz[3];
sys/dev/netif/ral/rt2860var.h
39
int8_t wr_antsignal;
sys/dev/netif/ral/rt2860var.h
40
int8_t wr_antnoise;
sys/dev/netif/wi/if_wi.c
1288
int8_t rssi, nf;
sys/dev/netif/wpi/if_wpi.c
1974
le32toh(desc->len), len, (int8_t)stat->rssi,
sys/dev/netif/wpi/if_wpi.c
2057
tap->wr_dbm_antsignal = (int8_t)(stat->rssi + WPI_RSSI_OFFSET);
sys/dev/netif/wpi/if_wpireg.h
863
int8_t maxpwr;
sys/dev/netif/wpi/if_wpireg.h
868
int8_t power;
sys/dev/netif/wpi/if_wpireg.h
877
int8_t maxpwr;
sys/dev/netif/wpi/if_wpivar.h
104
int8_t power;
sys/dev/netif/wpi/if_wpivar.h
111
int8_t maxpwr;
sys/dev/netif/wpi/if_wpivar.h
26
int8_t wr_dbm_antsignal;
sys/dev/netif/wpi/if_wpivar.h
265
int8_t maxpwr[IEEE80211_CHAN_MAX];
sys/dev/netif/wpi/if_wpivar.h
27
int8_t wr_dbm_antnoise;
sys/dev/powermng/kate/kate.c
74
int8_t sc_ii;
sys/dev/powermng/kate/kate.c
75
int8_t sc_in;
sys/dev/raid/aac/aacreg.h
625
int8_t AdapterTypeText[17+1];
sys/dev/raid/aac/aacreg.h
627
int8_t Pad[2];
sys/dev/raid/arcmsr/arcmsr.c
2779
int8_t *hello_string = "Hello! I am ARCMSR";
sys/dev/raid/mfi/mfi.c
1432
format_class(int8_t class)
sys/dev/raid/mfi/mfireg.h
905
int8_t evt_class;
sys/dev/raid/mrsas/mrsas.h
2133
int8_t class;
sys/dev/sound/pci/emu10kx-pcm.c
170
int8_t input;
sys/dev/sound/pci/emu10kx-pcm.c
184
int8_t input;
sys/dev/sound/pcm/channel.h
45
int8_t offset[SND_CHN_T_MAX];
sys/dev/sound/pcm/g711.h
176
((int8_t)((t)[(uint8_t)(v)] ^ 0x80)))
sys/dev/sound/pcm/pcm.h
113
INTPCM_T((b8)[1] | (((int8_t)((b8)[0])) << 8))
sys/dev/sound/pcm/pcm.h
116
(((int8_t)((b8)[0])) << 24))
sys/dev/sound/pcm/pcm.h
144
INTPCM_T((b8)[1] | (((int8_t)((b8)[0] ^ 0x80)) << 8))
sys/dev/sound/pcm/pcm.h
147
(((int8_t)((b8)[0] ^ 0x80)) << 24))
sys/dev/sound/pcm/pcm.h
180
INTPCM_T((b8)[0] | (((int8_t)((b8)[1])) << 8))
sys/dev/sound/pcm/pcm.h
183
(((int8_t)((b8)[3])) << 24))
sys/dev/sound/pcm/pcm.h
209
INTPCM_T((b8)[0] | (((int8_t)((b8)[1] ^ 0x80)) << 8))
sys/dev/sound/pcm/pcm.h
212
(((int8_t)((b8)[3] ^ 0x80)) << 24))
sys/dev/sound/pcm/pcm.h
250
INTPCM_T((b8)[0] | ((b8)[1] << 8) | (((int8_t)((b8)[2])) << 16))
sys/dev/sound/pcm/pcm.h
252
INTPCM_T((b8)[2] | ((b8)[1] << 8) | (((int8_t)((b8)[0])) << 16))
sys/dev/sound/pcm/pcm.h
271
(((int8_t)((b8)[2] ^ 0x80)) << 16))
sys/dev/sound/pcm/pcm.h
274
(((int8_t)((b8)[0] ^ 0x80)) << 16))
sys/dev/sound/pcm/pcm.h
307
#define _PCM_READ_S8_NE(b8) INTPCM_T(*((int8_t *)(b8)))
sys/dev/sound/pcm/pcm.h
309
INTPCM_T((int8_t)(*((uint8_t *)(b8)) ^ 0x80))
sys/dev/sound/pcm/pcm.h
312
*((int8_t *)(b8)) = (val); \
sys/dev/virtual/nvmm/x86/nvmm_x86.h
46
int8_t seg;
sys/kern/kern_proc.c
1074
int8_t delta8;
sys/kern/kern_proc.c
1106
delta8 = (int8_t)time_second -
sys/kern/kern_proc.c
1107
(int8_t)pid_doms[base % PIDSEL_DOMAINS];
sys/kern/kern_proc.c
207
pid_doms[i] = (int8_t)i - (int8_t)(PIDDOM_DELAY + 1);
sys/kern/kern_sysctl.c
933
error = SYSCTL_OUT(req, arg1, sizeof(int8_t));
sys/kern/kern_sysctl.c
938
error = SYSCTL_IN(req, arg1, sizeof(int8_t));
sys/libprop/prop_array.h
102
int8_t);
sys/libprop/prop_array.h
133
bool prop_array_add_int8(prop_array_t, int8_t);
sys/libprop/prop_array.h
98
int8_t *);
sys/libprop/prop_dictionary.h
126
int8_t *);
sys/libprop/prop_dictionary.h
130
int8_t);
sys/netbt/hci.h
1580
int8_t power; /* TX power */
sys/netbt/hci.h
1586
int8_t power; /* TX power */
sys/netbt/hci.h
2098
int8_t rssi; /* rssi */
sys/netbt/hci.h
2151
int8_t rssi;
sys/netgraph/netgraph/ng_parse.c
336
int8_t val8;
sys/netgraph/netgraph/ng_parse.c
340
if (val < (int8_t)0x80 || val > (u_int8_t)0xff || eptr == s + *off)
sys/netgraph/netgraph/ng_parse.c
343
val8 = (int8_t)val;
sys/netgraph/netgraph/ng_parse.c
344
bcopy(&val8, buf, sizeof(int8_t));
sys/netgraph/netgraph/ng_parse.c
345
*buflen = sizeof(int8_t);
sys/netgraph/netgraph/ng_parse.c
355
int8_t val;
sys/netgraph/netgraph/ng_parse.c
357
bcopy(data + *off, &val, sizeof(int8_t));
sys/netgraph/netgraph/ng_parse.c
375
*off += sizeof(int8_t);
sys/netgraph/netgraph/ng_parse.c
383
int8_t val;
sys/netgraph/netgraph/ng_parse.c
385
if (*buflen < sizeof(int8_t))
sys/netgraph/netgraph/ng_parse.c
388
bcopy(&val, buf, sizeof(int8_t));
sys/netgraph/netgraph/ng_parse.c
389
*buflen = sizeof(int8_t);
sys/netgraph7/netgraph/ng_parse.c
338
int8_t val8;
sys/netgraph7/netgraph/ng_parse.c
342
if (val < (int8_t)0x80 || val > (u_int8_t)0xff || eptr == s + *off)
sys/netgraph7/netgraph/ng_parse.c
345
val8 = (int8_t)val;
sys/netgraph7/netgraph/ng_parse.c
346
bcopy(&val8, buf, sizeof(int8_t));
sys/netgraph7/netgraph/ng_parse.c
347
*buflen = sizeof(int8_t);
sys/netgraph7/netgraph/ng_parse.c
358
int8_t val;
sys/netgraph7/netgraph/ng_parse.c
360
bcopy(data + *off, &val, sizeof(int8_t));
sys/netgraph7/netgraph/ng_parse.c
382
*off += sizeof(int8_t);
sys/netgraph7/netgraph/ng_parse.c
390
int8_t val;
sys/netgraph7/netgraph/ng_parse.c
392
if (*buflen < sizeof(int8_t))
sys/netgraph7/netgraph/ng_parse.c
395
bcopy(&val, buf, sizeof(int8_t));
sys/netgraph7/netgraph/ng_parse.c
396
*buflen = sizeof(int8_t);
sys/netproto/802_11/_ieee80211.h
144
int8_t ic_maxregpower; /* maximum regulatory tx power in dBm */
sys/netproto/802_11/_ieee80211.h
145
int8_t ic_maxpower; /* maximum tx power in .5 dBm */
sys/netproto/802_11/_ieee80211.h
146
int8_t ic_minpower; /* minimum tx power in .5 dBm */
sys/netproto/802_11/_ieee80211.h
149
int8_t ic_maxantgain; /* maximum antenna gain in .5 dBm */
sys/netproto/802_11/_ieee80211.h
420
int8_t rssi; /* rssi thresh (.5 dBm) */
sys/netproto/802_11/_ieee80211.h
447
int8_t rssi[3]; /* per-antenna rssi */
sys/netproto/802_11/_ieee80211.h
448
int8_t noise[3]; /* per-antenna noise floor */
sys/netproto/802_11/ieee80211.h
857
int8_t tx_elem[0]; /* TX power elements, 1/2 dB, signed */
sys/netproto/802_11/ieee80211_ioctl.h
429
int8_t isi_rssi; /* receive signal strength */
sys/netproto/802_11/ieee80211_ioctl.h
430
int8_t isi_noise; /* noise floor */
sys/netproto/802_11/ieee80211_ioctl.h
807
int8_t isr_noise;
sys/netproto/802_11/ieee80211_ioctl.h
808
int8_t isr_rssi;
sys/netproto/802_11/ieee80211_node.h
167
int8_t ni_noise; /* noise floor */
sys/netproto/802_11/ieee80211_node.h
470
int8_t ieee80211_getrssi(struct ieee80211vap *);
sys/netproto/802_11/ieee80211_node.h
471
void ieee80211_getsignal(struct ieee80211vap *, int8_t *, int8_t *);
sys/netproto/802_11/ieee80211_scan.h
279
int8_t se_rssi; /* avg'd recv ssi */
sys/netproto/802_11/ieee80211_scan.h
280
int8_t se_noise; /* noise floor */
sys/netproto/802_11/ieee80211_var.h
301
int8_t (*ic_node_getrssi)(const struct ieee80211_node*);
sys/netproto/802_11/ieee80211_var.h
303
int8_t *, int8_t *);
sys/netproto/802_11/ieee80211_var.h
747
uint8_t, uint16_t, int8_t, uint32_t, const uint8_t[]);
sys/netproto/802_11/ieee80211_var.h
749
uint8_t, int8_t, uint32_t);
sys/netproto/802_11/wlan/ieee80211.c
1137
uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t flags)
sys/netproto/802_11/wlan/ieee80211.c
1232
int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower,
sys/netproto/802_11/wlan/ieee80211.c
1274
int *nchans, uint8_t ieee, int8_t maxregpower, uint32_t flags)
sys/netproto/802_11/wlan/ieee80211_node.c
1145
static int8_t
sys/netproto/802_11/wlan/ieee80211_node.c
1158
node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise)
sys/netproto/802_11/wlan/ieee80211_node.c
2775
int8_t rssi;
sys/netproto/802_11/wlan/ieee80211_node.c
2794
int8_t rssi;
sys/netproto/802_11/wlan/ieee80211_node.c
2815
int8_t rssi;
sys/netproto/802_11/wlan/ieee80211_node.c
2830
int8_t
sys/netproto/802_11/wlan/ieee80211_node.c
2866
ieee80211_getsignal(struct ieee80211vap *vap, int8_t *rssi, int8_t *noise)
sys/netproto/802_11/wlan/ieee80211_node.c
89
static int8_t node_getrssi(const struct ieee80211_node *);
sys/netproto/802_11/wlan/ieee80211_node.c
90
static void node_getsignal(const struct ieee80211_node *, int8_t *, int8_t *);
sys/netproto/802_11/wlan/ieee80211_output.c
2054
int8_t limit = vap->iv_ic->ic_txpowlimit / 2;
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
1307
int8_t roamRssi, curRssi;
sys/netproto/802_11/wlan/ieee80211_scan_sta.c
839
int8_t rssia, rssib;
sys/netproto/802_11/wlan/ieee80211_wds.c
107
int8_t rssi, nf;
sys/sys/atomic_common.h
101
#define atomic_load_8(p) __atomic_load_generic(p, int8_t, uint8_t, 8)
sys/sys/atomic_common.h
114
__atomic_store_generic(p, v, int8_t, uint8_t, 8)
sys/sys/mqueue.h
115
int8_t msg_ptr[1];
sys/vfs/ext2fs/ext2fs.h
192
int8_t cs_init; /* cluster summary has been initialized */
sys/vfs/isofs/cd9660/iso.h
298
static __inline int8_t
sys/vfs/msdosfs/bootsect.h
29
int8_t bsOemName[8]; /* OEM name and version */
sys/vfs/msdosfs/bootsect.h
30
int8_t bsBPB[19]; /* BIOS parameter block */
sys/vfs/msdosfs/bootsect.h
31
int8_t bsDriveNumber; /* drive number (0x80) */
sys/vfs/msdosfs/bootsect.h
32
int8_t bsBootCode[479]; /* pad so struct is 512b */
sys/vfs/msdosfs/bootsect.h
40
int8_t exDriveNumber; /* drive number (0x80) */
sys/vfs/msdosfs/bootsect.h
41
int8_t exReserved1; /* reserved */
sys/vfs/msdosfs/bootsect.h
42
int8_t exBootSignature; /* ext. boot signature (0x29) */
sys/vfs/msdosfs/bootsect.h
45
int8_t exVolumeID[4]; /* volume ID number */
sys/vfs/msdosfs/bootsect.h
46
int8_t exVolumeLabel[11]; /* volume label */
sys/vfs/msdosfs/bootsect.h
47
int8_t exFileSysType[8]; /* fs type (FAT12 or FAT16) */
sys/vfs/msdosfs/bootsect.h
52
int8_t bsOemName[8]; /* OEM name and version */
sys/vfs/msdosfs/bootsect.h
53
int8_t bsBPB[25]; /* BIOS parameter block */
sys/vfs/msdosfs/bootsect.h
54
int8_t bsExt[26]; /* Bootsector Extension */
sys/vfs/msdosfs/bootsect.h
55
int8_t bsBootCode[448]; /* pad so structure is 512b */
sys/vfs/msdosfs/bootsect.h
64
int8_t bsOEMName[8]; /* OEM name and version */
sys/vfs/msdosfs/bootsect.h
65
int8_t bsBPB[53]; /* BIOS parameter block */
sys/vfs/msdosfs/bootsect.h
66
int8_t bsExt[26]; /* Bootsector Extension */
sys/vfs/msdosfs/bootsect.h
67
int8_t bsBootCode[420]; /* pad so structure is 512b */
sys/vfs/msdosfs/bpb.h
107
int8_t bpbBytesPerSec[2]; /* bytes per sector */
sys/vfs/msdosfs/bpb.h
108
int8_t bpbSecPerClust; /* sectors per cluster */
sys/vfs/msdosfs/bpb.h
109
int8_t bpbResSectors[2]; /* number of reserved sectors */
sys/vfs/msdosfs/bpb.h
110
int8_t bpbFATs; /* number of FATs */
sys/vfs/msdosfs/bpb.h
111
int8_t bpbRootDirEnts[2]; /* number of root directory entries */
sys/vfs/msdosfs/bpb.h
112
int8_t bpbSectors[2]; /* total number of sectors */
sys/vfs/msdosfs/bpb.h
113
int8_t bpbMedia; /* media descriptor */
sys/vfs/msdosfs/bpb.h
114
int8_t bpbFATsecs[2]; /* number of sectors per FAT */
sys/vfs/msdosfs/bpb.h
115
int8_t bpbSecPerTrack[2]; /* sectors per track */
sys/vfs/msdosfs/bpb.h
116
int8_t bpbHeads[2]; /* number of heads */
sys/vfs/msdosfs/bpb.h
117
int8_t bpbHiddenSecs[2]; /* number of hidden sectors */
sys/vfs/msdosfs/bpb.h
125
int8_t bpbBytesPerSec[2]; /* bytes per sector */
sys/vfs/msdosfs/bpb.h
126
int8_t bpbSecPerClust; /* sectors per cluster */
sys/vfs/msdosfs/bpb.h
127
int8_t bpbResSectors[2]; /* number of reserved sectors */
sys/vfs/msdosfs/bpb.h
128
int8_t bpbFATs; /* number of FATs */
sys/vfs/msdosfs/bpb.h
129
int8_t bpbRootDirEnts[2]; /* number of root directory entries */
sys/vfs/msdosfs/bpb.h
130
int8_t bpbSectors[2]; /* total number of sectors */
sys/vfs/msdosfs/bpb.h
131
int8_t bpbMedia; /* media descriptor */
sys/vfs/msdosfs/bpb.h
132
int8_t bpbFATsecs[2]; /* number of sectors per FAT */
sys/vfs/msdosfs/bpb.h
133
int8_t bpbSecPerTrack[2]; /* sectors per track */
sys/vfs/msdosfs/bpb.h
134
int8_t bpbHeads[2]; /* number of heads */
sys/vfs/msdosfs/bpb.h
135
int8_t bpbHiddenSecs[4]; /* number of hidden sectors */
sys/vfs/msdosfs/bpb.h
136
int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */
sys/vfs/ntfs/ntfs_vfsops.c
350
int8_t cpr = ntmp->ntm_mftrecsz;
sys/vfs/ufs/fs.h
251
int8_t fs_fmod; /* super block modified flag */
sys/vfs/ufs/fs.h
252
int8_t fs_clean; /* filesystem is clean flag */
sys/vfs/ufs/fs.h
253
int8_t fs_ronly; /* mounted read-only flag */
sys/vfs/ufs/fs.h
254
int8_t fs_flags; /* see FS_ flags below */
tools/tools/ath/athrd/athrd.c
137
int8_t antennaGainMax[2] = { 0, 0 }; /* XXX */
tools/tools/ath/athrd/athrd.c
1478
int8_t twiceAntennaGain, twiceAntennaReduction;
tools/tools/net80211/stumbler/stumbler.c
747
int8_t signal_dbm, noise_dbm;
usr.bin/m4/manual_tokenizer.c
43
typedef int8_t flex_int8_t;
usr.sbin/btconfig/btconfig.c
59
int8_t rssi;
usr.sbin/dntpd/ntp.h
106
int8_t precision;
usr.sbin/fstyp/ntfs.c
135
int8_t mftrecsz;
usr.sbin/fstyp/ntfs.c
90
int8_t bf_mftrecsz;
usr.sbin/mfiutil/mfi_evt.c
191
parse_class(char *arg, int8_t *class)
usr.sbin/mfiutil/mfi_evt.c
299
format_class(int8_t class)