crypto/heimdal/kcm/protocol.c
763
int8_t not_tgt = 0;
crypto/heimdal/lib/asn1/lex.c
43
typedef int8_t flex_int8_t;
crypto/heimdal/lib/com_err/lex.c
43
typedef int8_t flex_int8_t;
crypto/heimdal/lib/krb5/fcache.c
545
int8_t pvno, tag;
crypto/heimdal/lib/krb5/fcache.c
607
int8_t dummy;
crypto/heimdal/lib/krb5/keytab_file.c
378
int8_t pvno, tag;
crypto/heimdal/lib/krb5/keytab_file.c
452
int8_t tmp8;
crypto/heimdal/lib/krb5/keytab_file.c
577
int8_t pvno, tag;
crypto/heimdal/lib/krb5/krb5-protos.h
3651
int8_t */*value*/);
crypto/heimdal/lib/krb5/krb5-protos.h
4057
int8_t /*value*/);
crypto/heimdal/lib/krb5/krb5-v4compat.h
116
int8_t k_flags; /* Flags from ticket */
crypto/heimdal/lib/krb5/store.c
1359
int8_t dummy8;
crypto/heimdal/lib/krb5/store.c
1524
int8_t dummy8;
crypto/heimdal/lib/krb5/store.c
558
int8_t value)
crypto/heimdal/lib/krb5/store.c
583
return krb5_store_int8(sp, (int8_t)value);
crypto/heimdal/lib/krb5/store.c
599
int8_t *value)
crypto/heimdal/lib/krb5/store.c
625
int8_t v;
crypto/heimdal/lib/krb5/test_store.c
41
int8_t val[] = {
crypto/heimdal/lib/sl/slc-lex.c
43
typedef int8_t flex_int8_t;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
479
case 1: return *(int8_t *)val;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
525
if ((int8_t)intval != intval)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
527
*(int8_t *)val = intval;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
78
u_int32_t __call_hash __P((HTAB *, int8_t *, int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/extern.h
83
int32_t __find_bigpair __P((HTAB *, CURSOR *, int8_t *, int32_t));
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
673
bucket = __call_hash(hashp, (int8_t *)key->data, key->size);
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
691
if (__find_bigpair(hashp, &cursor, (int8_t *)key->data,
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.c
939
__call_hash(HTAB *hashp, int8_t *k, int32_t len)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.h
131
#define DOMOD(X) ((X) = (int8_t *)((ptr_t)(X)|0x1))
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash.h
133
#define DODISK(X) ((X) = (int8_t *)((ptr_t)(X)|0x2))
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
185
__find_bigpair(HTAB *hashp, CURSOR *cursorp, int8_t *key, int32_t size)
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
190
int8_t *kkey;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
90
int8_t *key_data, *val_data, base_page;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
92
key_data = (int8_t *)key->data;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_bigkey.c
94
val_data = (int8_t *)val->data;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
405
int8_t base_page;
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
973
(void)memset((int8_t *)ip, 0, clearbytes);
crypto/krb5/src/plugins/kdb/db2/libdb2/hash/hash_page.c
974
(void)memset((int8_t *)ip + clearbytes,
crypto/openssh/crypto_api.h
18
typedef int8_t crypto_int8;
crypto/openssh/sntrup761.c
1699
typedef int8_t small;
crypto/openssl/include/internal/numbers.h
41
#define INT8_MIN __MININT__(int8_t)
crypto/openssl/include/internal/numbers.h
42
#define INT8_MAX __MAXINT__(int8_t)
crypto/openssl/test/sanitytest.c
190
if (!TEST_size_t_eq(sizeof(int8_t), 1)
include/protocols/routed.h
109
int8_t ru_tracefile[1];
include/protocols/routed.h
92
int8_t md5_keyid; /* key ID and auth data len */
include/protocols/routed.h
93
int8_t md5_auth_len; /* 16 */
lib/clang/liblldb/LLDBWrapLua.cpp
18678
int8_t result;
lib/clang/liblldb/LLDBWrapLua.cpp
18695
result = (int8_t)(arg1)->GetSignedInt8(*arg2,arg3);
lib/libbluetooth/bluetooth.h
163
int8_t rssi;
lib/libc/tests/gen/limits_test.c
49
CHECK_STYPE(int8_t, INT8);
lib/libc/tests/stdio/snprintf_test.c
133
SNPRINTF_TEST("0", "%w8d", (int8_t)0);
lib/libc/tests/stdio/snprintf_test.c
134
SNPRINTF_TEST("-128", "%w8d", (int8_t)SCHAR_MIN);
lib/libc/tests/stdio/snprintf_test.c
135
SNPRINTF_TEST("127", "%w8d", (int8_t)SCHAR_MAX);
lib/libc/tests/stdio/swprintf_test.c
134
SWPRINTF_TEST("0", "%w8d", (int8_t)0);
lib/libc/tests/stdio/swprintf_test.c
135
SWPRINTF_TEST("-128", "%w8d", (int8_t)SCHAR_MIN);
lib/libc/tests/stdio/swprintf_test.c
136
SWPRINTF_TEST("127", "%w8d", (int8_t)SCHAR_MAX);
lib/libsdp/sdp.h
289
int8_t b[16];
lib/libsdp/util.c
286
int8_t int8;
lib/libusbhid/parse.c
290
dval = (int8_t)hid_get_byte(s, 1);
lib/virtual_oss/bt/bt.h
102
int8_t acceptor_state;
sbin/hastd/nv.c
644
printf("(int8): %jd", (intmax_t)(*(int8_t *)data));
sbin/hastd/nv.c
682
printf(" %jd", (intmax_t)((int8_t *)data)[ii]);
sbin/hastd/nv.h
109
const int8_t *nv_get_int8_array(struct nv *nv, size_t *sizep,
sbin/hastd/nv.h
54
void nv_add_int8(struct nv *nv, int8_t value, const char *namefmt, ...)
sbin/hastd/nv.h
70
void nv_add_int8_array(struct nv *nv, const int8_t *value, size_t size,
sbin/hastd/nv.h
93
int8_t nv_get_int8(struct nv *nv, const char *namefmt, ...)
sbin/ifconfig/ifieee80211.c
3031
((float) ((int8_t) ie[i+3])) / 2.0);
sbin/ping/ping.c
1102
int8_t hlen;
sbin/ping/ping.c
1123
if (hlen < (int8_t) sizeof(struct ip)) {
sbin/routed/rtquery/rtquery.c
379
NA0.au.a_md5.md5_keyid = (int8_t)keyid;
sbin/sysctl/sysctl.c
101
[CTLTYPE_S8] = sizeof(int8_t),
sbin/sysctl/sysctl.c
1244
mv = *(int8_t *)p;
sbin/sysctl/sysctl.c
296
int8_t i8val;
sbin/sysctl/sysctl.c
338
i8val = (int8_t)strtol(newvalstr, &endptr, 0);
sbin/zfsbootcfg/zfsbootcfg.c
119
int8_t v;
stand/i386/libi386/biospci.c
399
biospci_locator(int8_t bus, uint8_t device, uint8_t function)
stand/i386/libi386/libi386.h
136
uint32_t biospci_locator(int8_t bus, uint8_t device, uint8_t function);
stand/libsa/zfs/nvlist.c
1362
nvlist_add_int8(nvlist_t *nvl, const char *name, int8_t value)
stand/libsa/zfs/nvlist.c
1428
nvlist_add_int8_array(nvlist_t *nvl, const char *name, int8_t *a, uint32_t n)
stand/libsa/zfs/nvlist.h
141
int nvlist_add_int8(nvlist_t *, const char *, int8_t);
stand/libsa/zfs/nvlist.h
152
int nvlist_add_int8_array(nvlist_t *, const char *, int8_t *, uint32_t);
stand/libsa/zfs/zfs.c
1142
int8_t v = val;
stand/libsa/zfs/zfs.c
945
if (size != sizeof (int8_t)) {
stand/libsa/zfs/zfs.c
949
rv = nvlist_add_int8(nv, name, *(int8_t *)data);
stand/libsa/zfs/zfs.c
981
rv = nvlist_add_byte(nv, name, *(int8_t *)data);
stand/libsa/zfs/zfs.c
989
rv = nvlist_add_uint8(nv, name, *(int8_t *)data);
sys/amd64/amd64/pmap.c
7106
u_int flags, int8_t psind)
sys/amd64/vmm/vmm_instruction_emul.c
2694
int8_t signed8;
sys/amd64/vmm/vmm_instruction_emul.c
2727
int8_t signed8;
sys/amd64/vmm/vmm_instruction_emul.c
689
val = (int8_t)val;
sys/arm/arm/pmap-v6.c
3873
u_int flags, int8_t psind)
sys/arm/freescale/vybrid/vf_dcu4.c
425
memset((int8_t *)sc->sc_info.fb_vbase, 0x0, sc->sc_info.fb_size);
sys/arm/ti/ti_pruss.c
112
int8_t channel;
sys/arm/ti/ti_pruss.c
113
int8_t last;
sys/arm/ti/ti_pruss.c
114
int8_t event;
sys/arm/ti/ti_pruss.c
312
ti_pruss_interrupts_enable(struct ti_pruss_softc *sc, int8_t irq, bool enable)
sys/arm/ti/ti_pruss.c
360
const int8_t irq = arg2;
sys/arm/ti/ti_pruss.c
386
const int8_t channelnr = sc->sc_irq_devs[irq].channel;
sys/arm/ti/ti_pruss.c
387
const int8_t eventnr = strtol( event, NULL, 10 ); // TODO: check if strol is valid
sys/arm/ti/ti_pruss.c
412
const int8_t irq = arg2;
sys/arm/ti/ti_pruss.c
432
const int8_t channelnr = strtol(channel, NULL, 10); // TODO: check if strol is valid
sys/arm/ti/ti_pruss.c
459
const int8_t irq = arg2;
sys/arm64/arm64/pmap.c
5360
u_int flags, int8_t psind)
sys/cam/ata/ata_all.c
759
ata_bswap(int8_t *buf, int len)
sys/cam/ata/ata_all.c
768
ata_btrim(int8_t *buf, int len)
sys/cam/ata/ata_all.c
770
int8_t *ptr;
sys/cam/ata/ata_all.c
780
ata_bpack(int8_t *src, int8_t *dst, int len)
sys/cam/ata/ata_all.h
137
void ata_bswap(int8_t *buf, int len);
sys/cam/ata/ata_all.h
138
void ata_btrim(int8_t *buf, int len);
sys/cam/ata/ata_all.h
139
void ata_bpack(int8_t *src, int8_t *dst, int len);
sys/cam/scsi/scsi_all.c
4202
*signed_info = (int8_t)fru_desc->fru;
sys/cam/scsi/scsi_all.c
4260
*signed_info = (int8_t)sense->fru;
sys/cddl/dev/fbt/fbt.h
50
int8_t fbtp_rval;
sys/cddl/dev/fbt/x86/fbt_isa.c
66
int8_t fbtrval;
sys/cddl/dev/kinst/amd64/kinst_isa.c
241
kp->kp_md.disp = (int64_t)(int8_t)byte;
sys/compat/freebsd32/freebsd32.h
70
int8_t leapsec;
sys/compat/freebsd32/freebsd32.h
71
int8_t _pad;
sys/compat/freebsd32/freebsd32_misc.c
4130
extern int8_t ffclock_updated;
sys/compat/linuxkpi/common/include/asm/types.h
45
typedef int8_t s8;
sys/compat/linuxkpi/common/include/asm/types.h
46
typedef int8_t __s8;
sys/compat/linuxkpi/common/include/net/cfg80211.h
428
int8_t tsf_report_link_id;
sys/compat/linuxkpi/common/include/net/cfg80211.h
611
int8_t signal;
sys/compat/linuxkpi/common/include/net/cfg80211.h
612
int8_t signal_avg;
sys/compat/linuxkpi/common/include/net/cfg80211.h
613
int8_t ack_signal;
sys/compat/linuxkpi/common/include/net/cfg80211.h
614
int8_t avg_ack_signal;
sys/compat/linuxkpi/common/include/net/mac80211.h
2468
ieee80211_get_key_rx_seq(struct ieee80211_key_conf *keyconf, int8_t tid,
sys/compat/linuxkpi/common/include/net/mac80211.h
265
int8_t power[5];
sys/compat/linuxkpi/common/include/net/mac80211.h
270
int8_t power[16];
sys/compat/linuxkpi/common/include/net/mac80211.h
547
int8_t link_id; /* signed! */
sys/compat/linuxkpi/common/include/net/mac80211.h
649
int8_t chain_signal[IEEE80211_MAX_CHAINS];
sys/compat/linuxkpi/common/include/net/mac80211.h
650
int8_t signal;
sys/compat/linuxkpi/common/src/linux_80211.c
343
(uintmax_t)sinfo.rx_duration, sinfo.rx_beacon, (int8_t)sinfo.rx_beacon_signal_avg);
sys/compat/linuxkpi/common/src/linux_80211.c
359
i, (int8_t)sinfo.chain_signal[i], (int8_t)sinfo.chain_signal_avg[i]);
sys/compat/linuxkpi/common/src/linux_80211.c
7240
int8_t crssi;
sys/compat/linuxkpi/common/src/linux_80211.h
136
int8_t wr_dbm_antsignal;
sys/compat/linuxkpi/common/src/linux_80211.h
137
int8_t wr_dbm_antnoise;
sys/dev/aac/aacreg.h
625
int8_t AdapterTypeText[17+1];
sys/dev/aac/aacreg.h
627
int8_t Pad[2];
sys/dev/aacraid/aacraid_reg.h
1353
int8_t data[CT_PACKET_SIZE];
sys/dev/aacraid/aacraid_reg.h
601
int8_t AdapterTypeText[17+1];
sys/dev/aacraid/aacraid_reg.h
603
int8_t Pad[2];
sys/dev/adb/adb_bus.c
133
int8_t first_relocated = -1;
sys/dev/adb/adb_mouse.c
491
int8_t outpacket[8];
sys/dev/adb/adb_mouse.c
89
int8_t packet[8];
sys/dev/aq/aq_hw.h
253
int8_t queue;
sys/dev/arcmsr/arcmsr.c
2940
int8_t *hello_string = "Hello! I am ARCMSR";
sys/dev/ath/ath_hal/ah.h
1034
int8_t ss_nf_cal[AH_MAX_CHAINS*2]; /* nf calibrated values for ctl+ext from eeprom */
sys/dev/ath/ath_hal/ah.h
1035
int8_t ss_nf_pwr[AH_MAX_CHAINS*2]; /* nf pwr values for ctl+ext from eeprom */
sys/dev/ath/ath_hal/ah.h
1077
int8_t lna1_lna2_delta;
sys/dev/ath/ath_hal/ah_desc.h
101
int8_t rs_rssi; /* rx frame RSSI (combined for 11n) */
sys/dev/ath/ath_hal/ah_desc.h
108
int8_t rs_rssi_ctl[3]; /* rx frame RSSI [ctl, chain 0-2] */
sys/dev/ath/ath_hal/ah_desc.h
109
int8_t rs_rssi_ext[3]; /* rx frame RSSI [ext, chain 0-2] */
sys/dev/ath/ath_hal/ah_desc.h
38
int8_t ts_rssi; /* tx ack RSSI */
sys/dev/ath/ath_hal/ah_desc.h
55
int8_t ts_rssi_ctl[3]; /* tx ack RSSI [ctl, chain 0-2] */
sys/dev/ath/ath_hal/ah_desc.h
56
int8_t ts_rssi_ext[3]; /* tx ack RSSI [ext, chain 0-2] */
sys/dev/ath/ath_hal/ah_eeprom_9287.c
100
*(int8_t *) val = pBase->pwrTableOffset;
sys/dev/ath/ath_hal/ah_eeprom_9287.c
104
*(int8_t *)val = pBase->tempSensSlope;
sys/dev/ath/ath_hal/ah_eeprom_9287.c
106
*(int8_t *)val = 0;
sys/dev/ath/ath_hal/ah_eeprom_9287.c
110
*(int8_t *)val = pBase->tempSensSlopePalOn;
sys/dev/ath/ath_hal/ah_eeprom_9287.c
112
*(int8_t *)val = 0;
sys/dev/ath/ath_hal/ah_eeprom_9287.c
130
ee->ee_antennaGainMax[1] = (int8_t) v;
sys/dev/ath/ath_hal/ah_eeprom_9287.c
97
*(int8_t *) val = ee->ee_antennaGainMax[1];
sys/dev/ath/ath_hal/ah_eeprom_9287.h
161
int8_t ee_antennaGainMax[2];
sys/dev/ath/ath_hal/ah_eeprom_9287.h
72
int8_t pwrTableOffset;
sys/dev/ath/ath_hal/ah_eeprom_9287.h
73
int8_t tempSensSlope;
sys/dev/ath/ath_hal/ah_eeprom_9287.h
74
int8_t tempSensSlopePalOn;
sys/dev/ath/ath_hal/ah_eeprom_9287.h
81
int8_t antennaGainCh[AR9287_MAX_CHAINS];
sys/dev/ath/ath_hal/ah_eeprom_9287.h
85
int8_t adcDesiredSize;
sys/dev/ath/ath_hal/ah_eeprom_9287.h
90
int8_t noiseFloorThreshCh[AR9287_MAX_CHAINS];
sys/dev/ath/ath_hal/ah_eeprom_9287.h
93
int8_t iqCalICh[AR9287_MAX_CHAINS];
sys/dev/ath/ath_hal/ah_eeprom_9287.h
94
int8_t iqCalQCh[AR9287_MAX_CHAINS];
sys/dev/ath/ath_hal/ah_eeprom_v14.c
132
*(int8_t *) val = ee->ee_antennaGainMax[1];
sys/dev/ath/ath_hal/ah_eeprom_v14.c
135
*(int8_t *) val = ee->ee_antennaGainMax[0];
sys/dev/ath/ath_hal/ah_eeprom_v14.c
139
*(int8_t *) val = pBase->pwr_table_offset;
sys/dev/ath/ath_hal/ah_eeprom_v14.c
141
*(int8_t *) val = AR5416_PWR_TABLE_OFFSET_DB;
sys/dev/ath/ath_hal/ah_eeprom_v14.c
166
ee->ee_antennaGainMax[1] = (int8_t) v;
sys/dev/ath/ath_hal/ah_eeprom_v14.c
169
ee->ee_antennaGainMax[0] = (int8_t) v;
sys/dev/ath/ath_hal/ah_eeprom_v14.h
200
int8_t antennaGainCh[AR5416_MAX_CHAINS]; // 3
sys/dev/ath/ath_hal/ah_eeprom_v14.h
205
int8_t pgaDesiredSize; // 1
sys/dev/ath/ath_hal/ah_eeprom_v14.h
214
int8_t iqCalICh[AR5416_MAX_CHAINS]; // 1
sys/dev/ath/ath_hal/ah_eeprom_v14.h
215
int8_t iqCalQCh[AR5416_MAX_CHAINS]; // 1
sys/dev/ath/ath_hal/ah_eeprom_v14.h
290
int8_t ee_antennaGainMax[2];
sys/dev/ath/ath_hal/ah_eeprom_v3.c
1169
ee->ee_antennaGainMax[0] = (int8_t)((eeval >> 8) & 0xFF);
sys/dev/ath/ath_hal/ah_eeprom_v3.c
1170
ee->ee_antennaGainMax[1] = (int8_t)(eeval & 0xFF);
sys/dev/ath/ath_hal/ah_eeprom_v3.c
1222
ee->ee_adcDesiredSize[i] = (int8_t)((eeval >> 8) & 0xff);
sys/dev/ath/ath_hal/ah_eeprom_v3.c
1258
ee->ee_pgaDesiredSize[i] = (int8_t)((eeval >> 8) & 0xff);
sys/dev/ath/ath_hal/ah_eeprom_v3.c
1655
*(int8_t *) val = ee->ee_antennaGainMax[0];
sys/dev/ath/ath_hal/ah_eeprom_v3.c
1658
*(int8_t *) val = ee->ee_antennaGainMax[1];
sys/dev/ath/ath_hal/ah_eeprom_v3.h
355
int8_t ee_antennaGainMax[2];
sys/dev/ath/ath_hal/ah_eeprom_v3.h
374
int8_t ee_adcDesiredSize[3]; /* 8-bit signed value */
sys/dev/ath/ath_hal/ah_eeprom_v3.h
375
int8_t ee_pgaDesiredSize[3]; /* 8-bit signed value */
sys/dev/ath/ath_hal/ah_eeprom_v3.h
393
int8_t ee_adcDesiredSizeTurbo[2];
sys/dev/ath/ath_hal/ah_eeprom_v3.h
394
int8_t ee_pgaDesiredSizeTurbo[2];
sys/dev/ath/ath_hal/ah_eeprom_v4k.c
107
*(int8_t *) val = ee->ee_antennaGainMax;
sys/dev/ath/ath_hal/ah_eeprom_v4k.c
125
ee->ee_antennaGainMax = (int8_t) v;
sys/dev/ath/ath_hal/ah_eeprom_v4k.h
180
int8_t ee_antennaGainMax;
sys/dev/ath/ath_hal/ah_eeprom_v4k.h
81
int8_t antennaGainCh[AR5416_4K_MAX_CHAINS]; // 1
sys/dev/ath/ath_hal/ah_eeprom_v4k.h
86
int8_t pgaDesiredSize; // 1
sys/dev/ath/ath_hal/ah_eeprom_v4k.h
95
int8_t iqCalICh[AR5416_4K_MAX_CHAINS]; // 1
sys/dev/ath/ath_hal/ah_eeprom_v4k.h
96
int8_t iqCalQCh[AR5416_4K_MAX_CHAINS]; // 1
sys/dev/ath/ath_hal/ah_internal.h
161
int8_t invalidNFcount; /* TO DO: REMOVE THIS! */
sys/dev/ath/ath_hal/ah_internal.h
195
int8_t iCoff;
sys/dev/ath/ath_hal/ah_internal.h
196
int8_t qCoff;
sys/dev/ath/ath_hal/ah_regdomain.c
992
int8_t antennaMax = twiceGain - chan->ic_maxantgain*2;
sys/dev/ath/ath_hal/ar5211/ar5211.h
74
int8_t stepName[16];
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
1515
int8_t twiceAntennaGain, twiceAntennaReduction = 0;
sys/dev/ath/ath_hal/ar5212/ar2316.c
691
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5212/ar2316.c
694
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5212/ar2317.c
671
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5212/ar2317.c
674
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5212/ar2413.c
686
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5212/ar2413.c
689
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5212/ar2425.c
648
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5212/ar2425.c
651
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5212/ar5112.c
820
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
sys/dev/ath/ath_hal/ar5212/ar5112.c
823
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + ar5112GetMinPower(ah, &data[last])*totalD)/totalD);
sys/dev/ath/ath_hal/ar5212/ar5212.h
110
int8_t stepName[16];
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1037
iCoff = (int8_t)(-iqCorrMeas) / iCoffDenom;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
137
int8_t twiceAntennaGain, twiceAntennaReduction;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
1623
int8_t adcDesiredSize, pgaDesiredSize;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
2145
int8_t twiceAntennaGain, twiceAntennaReduction;
sys/dev/ath/ath_hal/ar5212/ar5413.c
731
*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5212/ar5413.c
734
*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
sys/dev/ath/ath_hal/ar5416/ar2133.c
406
*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
sys/dev/ath/ath_hal/ar5416/ar2133.c
409
*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &data[last])*totalD)/totalD);
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
656
int8_t mask_m[123];
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
657
int8_t mask_p[123];
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
658
int8_t mask_amt;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
1156
int8_t pwr_table_offset;
sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
249
int8_t pwr_table_offset = 0;
sys/dev/ath/ath_hal/ar9002/ar9280.c
323
*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
sys/dev/ath/ath_hal/ar9002/ar9280.c
326
*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &data[last])*totalD)/totalD);
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
160
int8_t pwr_table_offset;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
592
int8_t mask_m[123];
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
593
int8_t mask_p[123];
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
594
int8_t mask_amt;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
599
OS_MEMZERO(&mask_m, sizeof(int8_t) * 123);
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
600
OS_MEMZERO(&mask_p, sizeof(int8_t) * 123);
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
174
uint16_t numXpdGain, uint16_t pdGainOverlap_t2, int8_t pwr_table_offset,
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
211
ar9280AdjustPDADCValues(struct ath_hal *ah, int8_t pwr_table_offset,
sys/dev/ath/ath_hal/ar9002/ar9280_olc.c
294
int8_t pwr_table_offset;
sys/dev/ath/ath_hal/ar9002/ar9285.h
31
int8_t max_skipcount; /* Max No. of times PACAL can be skipped */
sys/dev/ath/ath_hal/ar9002/ar9285.h
32
int8_t skipcount; /* No. of times the PACAL to be skipped */
sys/dev/ath/ath_hal/ar9002/ar9287.c
265
*maxPow = (int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD);
sys/dev/ath/ath_hal/ar9002/ar9287.c
268
*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9287GetMinPower(ah, &data[last])*totalD)/totalD);
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
123
int8_t pwr_table_offset;
sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
106
uint8_t *pCalChans, uint16_t availPiers, int8_t *pPwr)
sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
124
*pPwr = (int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0];
sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
126
*pPwr = ((int8_t) pRawDatasetOpLoop[idxL].pwrPdg[0][0] +
sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
127
(int8_t) pRawDatasetOpLoop[idxR].pwrPdg[0][0])/2;
sys/dev/ath/ath_hal/ar9002/ar9287_olc.c
84
int8_t val;
sys/dev/ath/ath_hal/ar9002/ar9287_olc.h
27
uint8_t *pCalChans, uint16_t availPiers, int8_t *pPwr);
sys/dev/ath/ath_hal/ar9002/ar9287_reset.c
100
int8_t txPower;
sys/dev/ath/if_ath.c
182
int8_t *, int8_t *);
sys/dev/ath/if_ath.c
3960
ath_node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise)
sys/dev/ath/if_ath_btcoex_mci.c
435
int8_t value_dbm;
sys/dev/ath/if_athioctl.h
108
int8_t ast_tx_rssi; /* tx rssi of last ack */
sys/dev/ath/if_athioctl.h
109
int8_t ast_rx_rssi; /* rx rssi from histogram */
sys/dev/ath/if_athioctl.h
133
int8_t ast_rx_noise; /* rx noise floor */
sys/dev/ath/if_athioctl.h
353
int8_t wr_antsignal;
sys/dev/ath/if_athioctl.h
354
int8_t wr_antnoise;
sys/dev/ath/if_athioctl.h
360
int8_t wr_chan_maxpow;
sys/dev/ath/if_athioctl.h
400
int8_t wt_chan_maxpow;
sys/dev/bhnd/bhnd.h
546
const char *name, int8_t *value);
sys/dev/bhnd/bhnd_subr.c
1387
bhnd_nvram_getvar_int8(device_t dev, const char *name, int8_t *value)
sys/dev/bhnd/cores/pmu/bhnd_pmu_subr.c
460
int8_t action; /* action */
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
88
uint32_t mask, int8_t shift,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
888
uint32_t mask, int8_t shift, uint32_t value)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
95
uint32_t mask, int8_t shift,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
983
uint32_t mask, int8_t shift, uint32_t *value)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
1166
int8_t shift;
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
1169
shift = (int8_t)(*state->input);
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
438
bhnd_sprom_opcode_set_shift(bhnd_sprom_opcode_state *state, int8_t shift)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom_subr.c
845
*opval = (int32_t)(int8_t)(*p);
sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h
101
int8_t shift; /**< current bind input shift */
sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h
163
int8_t i8[BHND_SPROM_ARRAY_MAXLEN];
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
506
return (_Alignof(int8_t));
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
933
*(int8_t *)outp = (int8_t)(int64_t)value;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1108
if (ilen != sizeof(int8_t))
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1112
intv.i64 = *(const int8_t *)inp;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1237
nbytes = sizeof(int8_t);
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1239
*((int8_t *)outp) = (int8_t)intv.i64;
sys/dev/bhnd/nvram/bhnd_nvram_value.h
230
int8_t i8[8]; /**< 8-bit signed data */
sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c
624
int8_t i8;
sys/dev/bnxt/bnxt_en/hsi_struct_def.h
65591
int8_t utc_offset;
sys/dev/bwi/bwimac.c
1805
int8_t tssi[4], tssi_avg, cur_txpwr;
sys/dev/bwi/bwirf.c
1045
bwi_rf_calc_txpower(int8_t *txpwr, uint8_t idx, const int16_t pa_params[])
sys/dev/bwi/bwirf.c
112
static int bwi_rf_calc_txpower(int8_t *, uint8_t, const int16_t[]);
sys/dev/bwi/bwirf.c
1174
const int8_t *txpower_map;
sys/dev/bwi/bwirf.c
153
static const int8_t bwi_txpower_map_11b[BWI_TSSI_MAX] =
sys/dev/bwi/bwirf.c
155
static const int8_t bwi_txpower_map_11g[BWI_TSSI_MAX] =
sys/dev/bwi/bwirf.c
2366
bwi_rf_get_latest_tssi(struct bwi_mac *mac, int8_t tssi[], uint16_t ofs)
sys/dev/bwi/bwirf.c
2374
tssi[i++] = (int8_t)__SHIFTOUT(val, BWI_LO_TSSI_MASK);
sys/dev/bwi/bwirf.c
2375
tssi[i++] = (int8_t)__SHIFTOUT(val, BWI_HI_TSSI_MASK);
sys/dev/bwi/bwirf.c
2386
bwi_rf_tssi2dbm(struct bwi_mac *mac, int8_t tssi, int8_t *txpwr)
sys/dev/bwi/bwirf.h
55
int bwi_rf_get_latest_tssi(struct bwi_mac *, int8_t[], uint16_t);
sys/dev/bwi/bwirf.h
56
int bwi_rf_tssi2dbm(struct bwi_mac *, int8_t, int8_t *);
sys/dev/bwi/if_bwivar.h
386
int8_t ctrl_lo;
sys/dev/bwi/if_bwivar.h
387
int8_t ctrl_hi;
sys/dev/bwi/if_bwivar.h
406
int8_t rf_nrssi_table[BWI_NRSSI_TBLSZ];
sys/dev/bwi/if_bwivar.h
429
int8_t rf_txpower_map0[BWI_TSSI_MAX];
sys/dev/bwi/if_bwivar.h
433
int8_t rf_txpower_map[BWI_TSSI_MAX];
sys/dev/bwi/if_bwivar.h
532
int8_t wr_antsignal;
sys/dev/bwi/if_bwivar.h
533
int8_t wr_antnoise;
sys/dev/bwn/if_bwn.c
5915
static int8_t
sys/dev/bwn/if_bwn_cordic.h
57
int8_t signx = 1;
sys/dev/bwn/if_bwn_phy_g.c
156
static int8_t bwn_phy_g_tssi2dbm_table[] = BWN_PHY_G_TSSI2DBM_TABLE;
sys/dev/bwn/if_bwn_phy_g.c
157
int8_t bg;
sys/dev/bwn/if_bwn_phy_g.c
196
int8_t j = 0;
sys/dev/bwn/if_bwn_phy_lp.c
1190
int8_t txpwridx;
sys/dev/bwn/if_bwnvar.h
233
int8_t i;
sys/dev/bwn/if_bwnvar.h
234
int8_t q;
sys/dev/bwn/if_bwnvar.h
260
int8_t power0;
sys/dev/bwn/if_bwnvar.h
261
int8_t power1;
sys/dev/bwn/if_bwnvar.h
266
int8_t power2;
sys/dev/bwn/if_bwnvar.h
271
int8_t ht_power0;
sys/dev/bwn/if_bwnvar.h
280
int8_t phy_ht_power1;
sys/dev/bwn/if_bwnvar.h
281
int8_t phy_ht_power2;
sys/dev/bwn/if_bwnvar.h
346
int8_t *pg_tssi2dbm;
sys/dev/bwn/if_bwnvar.h
368
int8_t pg_nrssi_lt[64];
sys/dev/bwn/if_bwnvar.h
396
int8_t plp_txpwridx;
sys/dev/bwn/if_bwnvar.h
421
int8_t rc_c1;
sys/dev/bwn/if_bwnvar.h
422
int8_t rc_c0;
sys/dev/bwn/if_bwnvar.h
567
int8_t wr_antsignal;
sys/dev/bwn/if_bwnvar.h
568
int8_t wr_antnoise;
sys/dev/bwn/if_bwnvar.h
600
int8_t noi_samples[8][4];
sys/dev/bxe/bxe_elink.c
14238
int8_t port = 0;
sys/dev/bxe/bxe_elink.c
14239
int8_t port_of_path = 0;
sys/dev/bxe/bxe_elink.c
14362
int8_t port;
sys/dev/bxe/bxe_elink.c
14456
int8_t port, reset_gpio;
sys/dev/bxe/bxe_elink.c
14460
int8_t port_of_path;
sys/dev/cxgb/cxgb_ioctl.h
126
int8_t mode;
sys/dev/cxgb/cxgb_ioctl.h
127
int8_t channel;
sys/dev/cxgbe/adapter.h
331
int8_t mdio_addr;
sys/dev/cxgbe/adapter.h
458
int8_t intr_pktc_idx; /* packet count threshold index */
sys/dev/cxgbe/adapter.h
461
int8_t cong_drop; /* congestion drop settings for the queue */
sys/dev/cxgbe/adapter.h
533
int8_t hwidx1; /* SGE bufsize idx for size1 */
sys/dev/cxgbe/adapter.h
534
int8_t hwidx2; /* SGE bufsize idx for size2 */
sys/dev/cxgbe/adapter.h
931
int8_t safe_zidx;
sys/dev/cxgbe/common/common.h
294
int8_t ipsecidx_shift;
sys/dev/cxgbe/common/common.h
295
int8_t fcoe_shift;
sys/dev/cxgbe/common/common.h
296
int8_t port_shift;
sys/dev/cxgbe/common/common.h
297
int8_t vnic_shift;
sys/dev/cxgbe/common/common.h
298
int8_t vlan_shift;
sys/dev/cxgbe/common/common.h
299
int8_t tos_shift;
sys/dev/cxgbe/common/common.h
300
int8_t protocol_shift;
sys/dev/cxgbe/common/common.h
301
int8_t ethertype_shift;
sys/dev/cxgbe/common/common.h
302
int8_t macmatch_shift;
sys/dev/cxgbe/common/common.h
303
int8_t matchtype_shift;
sys/dev/cxgbe/common/common.h
304
int8_t frag_shift;
sys/dev/cxgbe/common/common.h
305
int8_t roce_shift;
sys/dev/cxgbe/common/common.h
306
int8_t synonly_shift;
sys/dev/cxgbe/common/common.h
307
int8_t tcpflags_shift;
sys/dev/cxgbe/common/common.h
506
int8_t requested_aneg; /* link autonegotiation */
sys/dev/cxgbe/common/common.h
507
int8_t requested_fc; /* flow control */
sys/dev/cxgbe/common/common.h
508
int8_t requested_fec; /* FEC */
sys/dev/cxgbe/common/common.h
509
int8_t force_fec; /* FORCE_FEC in L1_CFG32 command. */
sys/dev/cxgbe/common/common.h
518
int8_t fc; /* actual link flow control */
sys/dev/cxgbe/common/common.h
519
int8_t fec_hint; /* cable/transceiver recommended fec */
sys/dev/cxgbe/common/common.h
520
int8_t fec; /* actual FEC */
sys/dev/cxgbe/common/t4_hw.c
4572
static int8_t fwcap_to_fec(uint32_t caps, bool unset_means_none)
sys/dev/cxgbe/common/t4_hw.c
4574
int8_t fec = 0;
sys/dev/cxgbe/common/t4_hw.c
4592
static uint32_t fec_to_fwcap(int8_t fec)
sys/dev/cxgbe/offload.h
92
int8_t schedcl;
sys/dev/cxgbe/osdep.h
53
typedef int8_t s8;
sys/dev/cxgbe/t4_ioctl.h
265
int8_t level; /* scheduler hierarchy level */
sys/dev/cxgbe/t4_ioctl.h
266
int8_t mode; /* per-class or per-flow */
sys/dev/cxgbe/t4_ioctl.h
267
int8_t rateunit; /* bit or packet rate */
sys/dev/cxgbe/t4_ioctl.h
268
int8_t ratemode; /* %port relative or kbps absolute */
sys/dev/cxgbe/t4_ioctl.h
269
int8_t channel; /* scheduler channel [0..N] */
sys/dev/cxgbe/t4_ioctl.h
270
int8_t cl; /* scheduler class [0..N] */
sys/dev/cxgbe/t4_ioctl.h
282
int8_t subcmd; /* sub-command */
sys/dev/cxgbe/t4_ioctl.h
283
int8_t type; /* packet or flow */
sys/dev/cxgbe/t4_ioctl.h
286
int8_t minmax; /* minmax enable */
sys/dev/cxgbe/t4_ioctl.h
329
int8_t queue; /* queue index; -1 => all queues */
sys/dev/cxgbe/t4_ioctl.h
330
int8_t cl; /* class index; -1 => unbind */
sys/dev/cxgbe/t4_ioctl.h
399
int8_t offload;
sys/dev/cxgbe/t4_ioctl.h
400
int8_t rx_coalesce;
sys/dev/cxgbe/t4_ioctl.h
401
int8_t cong_algo;
sys/dev/cxgbe/t4_ioctl.h
402
int8_t sched_class;
sys/dev/cxgbe/t4_ioctl.h
403
int8_t tstamp;
sys/dev/cxgbe/t4_ioctl.h
404
int8_t sack;
sys/dev/cxgbe/t4_ioctl.h
405
int8_t nagle;
sys/dev/cxgbe/t4_ioctl.h
406
int8_t ecn;
sys/dev/cxgbe/t4_ioctl.h
407
int8_t ddp;
sys/dev/cxgbe/t4_ioctl.h
408
int8_t tls;
sys/dev/cxgbe/t4_main.c
9019
int8_t old = lc->requested_fec;
sys/dev/cxgbe/t4_main.c
9097
int8_t fec;
sys/dev/cxgbe/tom/t4_tom.h
104
int8_t rx_coalesce;
sys/dev/cxgbe/tom/t4_tom.h
105
int8_t cong_algo;
sys/dev/cxgbe/tom/t4_tom.h
106
int8_t tc_idx;
sys/dev/cxgbe/tom/t4_tom.h
107
int8_t tstamp;
sys/dev/cxgbe/tom/t4_tom.h
108
int8_t sack;
sys/dev/cxgbe/tom/t4_tom.h
109
int8_t nagle;
sys/dev/cxgbe/tom/t4_tom.h
110
int8_t keepalive;
sys/dev/cxgbe/tom/t4_tom.h
111
int8_t wscale;
sys/dev/cxgbe/tom/t4_tom.h
112
int8_t ecn;
sys/dev/cxgbe/tom/t4_tom.h
113
int8_t mtu_idx;
sys/dev/cxgbe/tom/t4_tom.h
114
int8_t ulp_mode;
sys/dev/cxgbe/tom/t4_tom.h
115
int8_t tx_align;
sys/dev/cxgbe/tom/t4_tom.h
116
int8_t ctrlq_idx; /* ctrlq = &sc->sge.ctrlq[ctrlq_idx] */
sys/dev/dpaa/qman.c
299
t_Handle congst_group, int8_t overhead_accounting_len,
sys/dev/dpaa/qman.h
155
t_Handle congst_group, int8_t overhead_accounting_len,
sys/dev/drm2/drm.h
50
typedef int8_t __s8;
sys/dev/drm2/drm_os_freebsd.h
66
typedef int8_t s8;
sys/dev/e1000/e1000_osdep.h
129
typedef int8_t s8;
sys/dev/firewire/firewirereg.h
227
int8_t resp;
sys/dev/firewire/firewirereg.h
238
int8_t tl;
sys/dev/hid/hid.c
328
dval = (int8_t)uval;
sys/dev/iavf/iavf_osdep.h
134
typedef int8_t s8;
sys/dev/ice/ice_osdep.h
352
typedef int8_t s8;
sys/dev/igc/igc_osdep.h
59
typedef int8_t s8;
sys/dev/iicbus/pwm/adt746x.c
540
int8_t temp;
sys/dev/iicbus/rtc/nxprtc.c
538
sc->freqadj = (int8_t)freqadj;
sys/dev/ipw/if_ipw.c
1166
int8_t rssi, nf;
sys/dev/ipw/if_ipwvar.h
62
int8_t wr_antsignal;
sys/dev/ipw/if_ipwvar.h
63
int8_t wr_antnoise;
sys/dev/isci/environment.h
47
typedef int8_t S8;
sys/dev/iwi/if_iwi.c
1186
int8_t rssi, nf;
sys/dev/iwi/if_iwi.c
2813
iwi_set_sensitivity(struct iwi_softc *sc, int8_t rssi_dbm)
sys/dev/iwi/if_iwivar.h
37
int8_t wr_antsignal;
sys/dev/iwi/if_iwivar.h
38
int8_t wr_antnoise;
sys/dev/iwm/if_iwm.c
3267
tap->wr_dbm_antsignal = (int8_t)rssi;
sys/dev/iwm/if_iwm.c
3268
tap->wr_dbm_antnoise = (int8_t)sc->sc_noise;
sys/dev/iwm/if_iwm.c
3377
tap->wr_dbm_antsignal = (int8_t)rssi;
sys/dev/iwm/if_iwm.c
3378
tap->wr_dbm_antnoise = (int8_t)sc->sc_noise;
sys/dev/iwm/if_iwmreg.h
3636
int8_t txpower[IWM_MAX_CHAINS];
sys/dev/iwm/if_iwmreg.h
3637
int8_t reserved;
sys/dev/iwm/if_iwmreg.h
3687
int8_t beacon_filter_average_energy;
sys/dev/iwm/if_iwmreg.h
3688
int8_t beacon_filter_reason;
sys/dev/iwm/if_iwmreg.h
3689
int8_t beacon_filter_current_energy;
sys/dev/iwm/if_iwmreg.h
3690
int8_t beacon_filter_reserved;
sys/dev/iwm/if_iwmvar.h
113
int8_t wr_dbm_antsignal;
sys/dev/iwm/if_iwmvar.h
114
int8_t wr_dbm_antnoise;
sys/dev/iwn/if_iwn.c
2632
int8_t maxpwr;
sys/dev/iwn/if_iwn.c
3144
tap->wr_dbm_antsignal = (int8_t)rssi;
sys/dev/iwn/if_iwn.c
3145
tap->wr_dbm_antnoise = (int8_t)nf;
sys/dev/iwn/if_iwnreg.h
1026
int8_t global_limit; /* in half-dBm */
sys/dev/iwn/if_iwnreg.h
1033
int8_t srv_limit; /* in half-dBm */
sys/dev/iwn/if_iwnreg.h
1246
int8_t gain[3];
sys/dev/iwn/if_iwnreg.h
1916
int8_t maxpwr;
sys/dev/iwn/if_iwnreg.h
1931
int8_t chain[3]; /* max power in half-dBm */
sys/dev/iwn/if_iwnreg.h
1933
int8_t mimo2; /* max power in half-dBm */
sys/dev/iwn/if_iwnreg.h
1934
int8_t mimo3; /* max power in half-dBm */
sys/dev/iwn/if_iwnreg.h
1950
int8_t pa_det;
sys/dev/iwn/if_iwnvar.h
371
int8_t maxpwr2GHz;
sys/dev/iwn/if_iwnvar.h
372
int8_t maxpwr5GHz;
sys/dev/iwn/if_iwnvar.h
373
int8_t maxpwr[IEEE80211_CHAN_MAX];
sys/dev/iwn/if_iwnvar.h
62
int8_t wr_dbm_antsignal;
sys/dev/iwn/if_iwnvar.h
63
int8_t wr_dbm_antnoise;
sys/dev/iwx/if_iwx.c
4448
tap->wr_dbm_antnoise = (int8_t)sc->sc_noise;
sys/dev/iwx/if_iwxreg.h
4026
int8_t txpower[IWX_MAX_CHAINS];
sys/dev/iwx/if_iwxreg.h
4027
int8_t reserved;
sys/dev/iwx/if_iwxvar.h
105
int8_t wr_dbm_antsignal;
sys/dev/iwx/if_iwxvar.h
106
int8_t wr_dbm_antnoise;
sys/dev/ixgbe/ixgbe_osdep.h
145
typedef int8_t s8;
sys/dev/ixl/i40e_osdep.h
114
typedef int8_t s8;
sys/dev/malo/if_maloioctl.h
64
int8_t mst_rx_rssi;
sys/dev/malo/if_maloioctl.h
65
int8_t mst_rx_noise;
sys/dev/malo/if_maloioctl.h
91
int8_t wr_antsignal;
sys/dev/malo/if_maloioctl.h
92
int8_t wr_antnoise;
sys/dev/mfi/mfi.c
1511
format_class(int8_t class)
sys/dev/mfi/mfireg.h
916
int8_t evt_class;
sys/dev/mpi3mr/mpi/mpi30_type.h
60
typedef int8_t S8;
sys/dev/mrsas/mrsas.h
2795
int8_t class;
sys/dev/mrsas/mrsas.h
2797
int8_t class;
sys/dev/mwl/if_mwl.c
132
int8_t *, int8_t *);
sys/dev/mwl/if_mwl.c
2393
mwl_node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise)
sys/dev/mwl/if_mwl.c
2427
static const int8_t logdbtbl[32] = {
sys/dev/mwl/if_mwlioctl.h
113
int8_t wr_antsignal;
sys/dev/mwl/if_mwlioctl.h
114
int8_t wr_antnoise;
sys/dev/mwl/if_mwlioctl.h
65
int8_t mst_rx_rssi;
sys/dev/mwl/if_mwlioctl.h
66
int8_t mst_rx_noise;
sys/dev/mwl/mwlhal.h
114
int8_t maxTxPow; /* max tx power (dBm) */
sys/dev/oce/oce_hw.h
1857
int8_t flashrom_ver_str[32];
sys/dev/oce/oce_hw.h
1858
int8_t manufac_name[32];
sys/dev/oce/oce_hw.h
1860
int8_t seeprom_ver_lo;
sys/dev/oce/oce_hw.h
1861
int8_t seeprom_ver_hi;
sys/dev/oce/oce_hw.h
1862
int8_t rsvd0[2];
sys/dev/oce/oce_hw.h
1867
int8_t cntl_mod_num[32];
sys/dev/oce/oce_hw.h
1868
int8_t cntl_desc[64];
sys/dev/oce/oce_hw.h
1869
int8_t cntl_ser_num[32];
sys/dev/oce/oce_hw.h
1870
int8_t ip_ver_str[32];
sys/dev/oce/oce_hw.h
1871
int8_t fw_ver_str[32];
sys/dev/oce/oce_hw.h
1872
int8_t bios_ver_str[32];
sys/dev/oce/oce_hw.h
1873
int8_t redboot_ver_str[32];
sys/dev/oce/oce_hw.h
1874
int8_t drv_ver_str[32];
sys/dev/oce/oce_hw.h
1875
int8_t fw_on_flash_ver_str[32];
sys/dev/oce/oce_if.h
880
int8_t be3_native;
sys/dev/ocs_fc/ocs_node.c
803
int8_t pend_frames_empty;
sys/dev/ocs_fc/ocs_sport.c
1512
int8_t
sys/dev/ocs_fc/ocs_sport.h
95
extern int8_t ocs_vport_create_spec(ocs_t *ocs, uint64_t wwnn, uint64_t wwpn, uint32_t fc_id, uint32_t enable_ini, uint32_t enable_tgt, void *tgt_data, void *ini_data);
sys/dev/otus/if_otusreg.h
786
int8_t antennaGainCh[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
791
int8_t pgaDesiredSize;
sys/dev/otus/if_otusreg.h
800
int8_t iqCalICh[AR5416_MAX_CHAINS];
sys/dev/otus/if_otusreg.h
801
int8_t iqCalQCh[AR5416_MAX_CHAINS];
sys/dev/pst/pst-raid.c
120
int8_t name [32];
sys/dev/pst/pst-raid.c
339
bpack(int8_t *src, int8_t *dst, int len)
sys/dev/pst/pst-raid.c
342
int8_t *ptr, *buf = dst;
sys/dev/pst/pst-raid.c
82
static void bpack(int8_t *, int8_t *, int);
sys/dev/puc/puc_cfg.h
79
int8_t ports;
sys/dev/puc/puc_cfg.h
80
int8_t rid; /* Rid of first port */
sys/dev/puc/puc_cfg.h
81
int8_t d_rid; /* Delta rid of next ports */
sys/dev/puc/puc_cfg.h
82
int8_t d_ofs; /* Delta offset of next ports */
sys/dev/qat/qat_api/include/cpa_types.h
55
typedef int8_t Cpa8S;
sys/dev/qat/qat_api/qat_direct/include/adf_kernel_types.h
13
#define s8 int8_t
sys/dev/qat/qat_api/qat_utils/src/QatUtilsServices.c
87
(QatUtilsMemAllocInfoStruct *)((int8_t *)ptr -
sys/dev/qat_c2xxx/qatvar.h
674
int8_t qhw_sram_bar_id;
sys/dev/qat_c2xxx/qatvar.h
675
int8_t qhw_misc_bar_id;
sys/dev/qat_c2xxx/qatvar.h
676
int8_t qhw_etr_bar_id;
sys/dev/ral/rt2560.c
1096
int8_t rssi, nf;
sys/dev/ral/rt2560var.h
26
int8_t wr_antsignal;
sys/dev/ral/rt2560var.h
27
int8_t wr_antnoise;
sys/dev/ral/rt2560var.h
60
int8_t rssi;
sys/dev/ral/rt2661.c
1909
int8_t power;
sys/dev/ral/rt2661.c
2131
sc->rssi_2ghz_corr = (int8_t)(val & 0xff); /* signed */
sys/dev/ral/rt2661.c
2139
sc->rssi_5ghz_corr = (int8_t)(val & 0xff); /* signed */
sys/dev/ral/rt2661.c
2165
sc->txpow[i * 2] = (int8_t)(val >> 8); /* signed */
sys/dev/ral/rt2661.c
2168
sc->txpow[i * 2 + 1] = (int8_t)(val & 0xff); /* signed */
sys/dev/ral/rt2661.c
973
int8_t rssi, nf;
sys/dev/ral/rt2661var.h
134
int8_t txpow[38];
sys/dev/ral/rt2661var.h
26
int8_t wr_antsignal;
sys/dev/ral/rt2661var.h
27
int8_t wr_antnoise;
sys/dev/ral/rt2661var.h
56
int8_t rssi;
sys/dev/ral/rt2860.c
1190
int8_t rssi, nf;
sys/dev/ral/rt2860.c
167
static int8_t rt2860_rssi2dbm(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/ral/rt2860.c
2413
int8_t txpow1, txpow2;
sys/dev/ral/rt2860.c
2466
int8_t txpow1, txpow2;
sys/dev/ral/rt2860.c
2532
int8_t txpow1, txpow2;
sys/dev/ral/rt2860.c
3280
static int8_t
sys/dev/ral/rt2860.c
3309
b4inc(uint32_t b32, int8_t delta)
sys/dev/ral/rt2860.c
3311
int8_t i, b4;
sys/dev/ral/rt2860.c
3349
int8_t delta_2ghz, delta_5ghz;
sys/dev/ral/rt2860.c
3465
sc->txpow1[i + 0] = (int8_t)(val & 0xff);
sys/dev/ral/rt2860.c
3466
sc->txpow1[i + 1] = (int8_t)(val >> 8);
sys/dev/ral/rt2860.c
3471
sc->txpow2[i + 0] = (int8_t)(val & 0xff);
sys/dev/ral/rt2860.c
3472
sc->txpow2[i + 1] = (int8_t)(val >> 8);
sys/dev/ral/rt2860.c
3492
sc->txpow1[i + 14] = (int8_t)(val & 0xff);
sys/dev/ral/rt2860.c
3493
sc->txpow1[i + 15] = (int8_t)(val >> 8);
sys/dev/ral/rt2860.c
3497
sc->txpow2[i + 14] = (int8_t)(val & 0xff);
sys/dev/ral/rt2860.c
3498
sc->txpow2[i + 15] = (int8_t)(val >> 8);
sys/dev/ral/rt2860.c
4168
int8_t ridx, d;
sys/dev/ral/rt2860var.h
167
int8_t txpow1[54];
sys/dev/ral/rt2860var.h
168
int8_t txpow2[54];
sys/dev/ral/rt2860var.h
169
int8_t rssi_2ghz[3];
sys/dev/ral/rt2860var.h
170
int8_t rssi_5ghz[3];
sys/dev/ral/rt2860var.h
38
int8_t wr_antsignal;
sys/dev/ral/rt2860var.h
39
int8_t wr_antnoise;
sys/dev/rtsx/rtsx.c
122
int8_t rtsx_bus_busy; /* bus busy status */
sys/dev/rtsx/rtsx.c
123
int8_t rtsx_ios_bus_width; /* current host.ios.bus_width */
sys/dev/rtsx/rtsx.c
125
int8_t rtsx_ios_power_mode; /* current host.ios.power mode */
sys/dev/rtsx/rtsx.c
126
int8_t rtsx_ios_timing; /* current host.ios.timing */
sys/dev/rtsx/rtsx.c
127
int8_t rtsx_ios_vccq; /* current host.ios.vccq */
sys/dev/rtwn/if_rtwn_rx.c
173
rtwn_update_avgrssi(struct rtwn_softc *sc, struct rtwn_node *un, int8_t rssi,
sys/dev/rtwn/if_rtwn_rx.c
211
static int8_t
sys/dev/rtwn/if_rtwn_rx.c
214
int8_t rssi;
sys/dev/rtwn/if_rtwn_rx.c
301
int8_t rssi;
sys/dev/rtwn/if_rtwnvar.h
350
int8_t (*sc_get_rssi_cck)(struct rtwn_softc *, void *);
sys/dev/rtwn/if_rtwnvar.h
351
int8_t (*sc_get_rssi_ofdm)(struct rtwn_softc *, void *);
sys/dev/rtwn/if_rtwnvar.h
49
int8_t wr_dbm_antsignal;
sys/dev/rtwn/if_rtwnvar.h
50
int8_t wr_dbm_antnoise;
sys/dev/rtwn/rtl8188e/r88e.h
85
int8_t r88e_get_rssi_cck(struct rtwn_softc *, void *);
sys/dev/rtwn/rtl8188e/r88e.h
86
int8_t r88e_get_rssi_ofdm(struct rtwn_softc *, void *);
sys/dev/rtwn/rtl8188e/r88e_priv.h
31
int8_t ofdm_tx_pwr_diff;
sys/dev/rtwn/rtl8188e/r88e_priv.h
32
int8_t bw20_tx_pwr_diff;
sys/dev/rtwn/rtl8188e/r88e_rx.c
161
int8_t
sys/dev/rtwn/rtl8188e/r88e_rx.c
165
int8_t lna_idx, vga_idx, rssi;
sys/dev/rtwn/rtl8188e/r88e_rx.c
206
int8_t
sys/dev/rtwn/rtl8192c/r92c.h
109
int8_t r92c_get_rssi_cck(struct rtwn_softc *, void *);
sys/dev/rtwn/rtl8192c/r92c.h
110
int8_t r92c_get_rssi_ofdm(struct rtwn_softc *, void *);
sys/dev/rtwn/rtl8192c/r92c_priv.h
31
int8_t ht40_2s_tx_pwr_diff[R92C_MAX_CHAINS][R92C_GROUP_2G];
sys/dev/rtwn/rtl8192c/r92c_priv.h
32
int8_t ht20_tx_pwr_diff[R92C_MAX_CHAINS][R92C_GROUP_2G];
sys/dev/rtwn/rtl8192c/r92c_priv.h
33
int8_t ofdm_tx_pwr_diff[R92C_MAX_CHAINS][R92C_GROUP_2G];
sys/dev/rtwn/rtl8192c/r92c_priv.h
34
int8_t ht40_max_pwr[R92C_MAX_CHAINS][R92C_GROUP_2G];
sys/dev/rtwn/rtl8192c/r92c_priv.h
35
int8_t ht20_max_pwr[R92C_MAX_CHAINS][R92C_GROUP_2G];
sys/dev/rtwn/rtl8192c/r92c_rx.c
59
int8_t
sys/dev/rtwn/rtl8192c/r92c_rx.c
62
static const int8_t cckoff[] = { 16, -12, -26, -46 };
sys/dev/rtwn/rtl8192c/r92c_rx.c
65
int8_t rssi;
sys/dev/rtwn/rtl8192c/r92c_rx.c
79
int8_t
sys/dev/rtwn/rtl8192e/r92e.h
78
int8_t r92e_get_rssi_cck(struct rtwn_softc *, void *);
sys/dev/rtwn/rtl8192e/r92e_chan.c
121
int8_t pwr;
sys/dev/rtwn/rtl8192e/r92e_chan.c
132
int8_t pwr_diff, pwr;
sys/dev/rtwn/rtl8192e/r92e_rx.c
90
int8_t
sys/dev/rtwn/rtl8192e/r92e_var.h
39
int8_t cck_tx_pwr[R92E_MAX_RF_PATH][R92E_GROUP_2G];
sys/dev/rtwn/rtl8192e/r92e_var.h
40
int8_t ht40_tx_pwr_2g[R92E_MAX_RF_PATH][R92E_GROUP_2G];
sys/dev/rtwn/rtl8192e/r92e_var.h
42
int8_t cck_tx_pwr_diff_2g[R92E_MAX_RF_PATH][R92E_MAX_TX_COUNT];
sys/dev/rtwn/rtl8192e/r92e_var.h
43
int8_t ofdm_tx_pwr_diff_2g[R92E_MAX_RF_PATH][R92E_MAX_TX_COUNT];
sys/dev/rtwn/rtl8192e/r92e_var.h
44
int8_t bw20_tx_pwr_diff_2g[R92E_MAX_RF_PATH][R92E_MAX_TX_COUNT];
sys/dev/rtwn/rtl8192e/r92e_var.h
45
int8_t bw40_tx_pwr_diff_2g[R92E_MAX_RF_PATH][R92E_MAX_TX_COUNT];
sys/dev/rtwn/rtl8812a/r12a_var.h
69
int8_t cck_tx_pwr_diff_2g[R12A_MAX_RF_PATH][R12A_MAX_TX_COUNT];
sys/dev/rtwn/rtl8812a/r12a_var.h
70
int8_t ofdm_tx_pwr_diff_2g[R12A_MAX_RF_PATH][R12A_MAX_TX_COUNT];
sys/dev/rtwn/rtl8812a/r12a_var.h
71
int8_t bw20_tx_pwr_diff_2g[R12A_MAX_RF_PATH][R12A_MAX_TX_COUNT];
sys/dev/rtwn/rtl8812a/r12a_var.h
72
int8_t bw40_tx_pwr_diff_2g[R12A_MAX_RF_PATH][R12A_MAX_TX_COUNT];
sys/dev/rtwn/rtl8812a/r12a_var.h
74
int8_t ofdm_tx_pwr_diff_5g[R12A_MAX_RF_PATH][R12A_MAX_TX_COUNT];
sys/dev/rtwn/rtl8812a/r12a_var.h
75
int8_t bw20_tx_pwr_diff_5g[R12A_MAX_RF_PATH][R12A_MAX_TX_COUNT];
sys/dev/rtwn/rtl8812a/r12a_var.h
76
int8_t bw40_tx_pwr_diff_5g[R12A_MAX_RF_PATH][R12A_MAX_TX_COUNT];
sys/dev/rtwn/rtl8812a/r12a_var.h
77
int8_t bw80_tx_pwr_diff_5g[R12A_MAX_RF_PATH][R12A_MAX_TX_COUNT];
sys/dev/rtwn/rtl8812a/r12a_var.h
78
int8_t bw160_tx_pwr_diff_5g[R12A_MAX_RF_PATH][R12A_MAX_TX_COUNT];
sys/dev/rtwn/rtl8821a/r21a.h
75
int8_t r21a_get_rssi_cck(struct rtwn_softc *, void *);
sys/dev/rtwn/rtl8821a/r21a_rx.c
57
int8_t
sys/dev/rtwn/rtl8821a/r21a_rx.c
61
int8_t lna_idx, rssi;
sys/dev/sfxge/common/ef10_tlv_layout.h
372
int8_t with_rmon; /* 0 -> off, 1 -> on, -1 -> leave alone */
sys/dev/sfxge/common/ef10_tlv_layout.h
374
int8_t clk_mode; /* 0 -> off, 1 -> on, -1 -> leave alone */
sys/dev/sfxge/common/ef10_tlv_layout.h
376
int8_t rx_dc_size; /* -1 -> leave alone */
sys/dev/sfxge/common/ef10_tlv_layout.h
377
int8_t tx_dc_size;
sys/dev/sound/pci/emu10kx-pcm.c
171
int8_t input;
sys/dev/sound/pci/emu10kx-pcm.c
185
int8_t input;
sys/dev/sound/pcm/channel.h
177
int8_t muted[SND_VOL_C_MAX][SND_CHN_T_VOL_MAX];
sys/dev/sound/pcm/channel.h
49
int8_t offset[SND_CHN_T_MAX];
sys/dev/sound/pcm/feeder_volume.c
239
const int8_t *muted;
sys/dev/sound/pcm/g711.h
175
((int8_t)((t)[(uint8_t)(v)] ^ 0x80)))
sys/dev/sound/pcm/pcm.h
147
v = INTPCM_T((int8_t)*src);
sys/dev/sound/pcm/pcm.h
150
v = INTPCM_T((int8_t)(*src ^ 0x80));
sys/dev/sound/pcm/pcm.h
153
v = INTPCM_T(src[0] | (int8_t)src[1] << 8);
sys/dev/sound/pcm/pcm.h
156
v = INTPCM_T(src[1] | (int8_t)src[0] << 8);
sys/dev/sound/pcm/pcm.h
159
v = INTPCM_T(src[0] | (int8_t)(src[1] ^ 0x80) << 8);
sys/dev/sound/pcm/pcm.h
162
v = INTPCM_T(src[1] | (int8_t)(src[0] ^ 0x80) << 8);
sys/dev/sound/pcm/pcm.h
165
v = INTPCM_T(src[0] | src[1] << 8 | (int8_t)src[2] << 16);
sys/dev/sound/pcm/pcm.h
168
v = INTPCM_T(src[2] | src[1] << 8 | (int8_t)src[0] << 16);
sys/dev/sound/pcm/pcm.h
172
(int8_t)(src[2] ^ 0x80) << 16);
sys/dev/sound/pcm/pcm.h
176
(int8_t)(src[0] ^ 0x80) << 16);
sys/dev/sound/pcm/pcm.h
180
(int8_t)src[3] << 24);
sys/dev/sound/pcm/pcm.h
184
(int8_t)src[0] << 24);
sys/dev/sound/pcm/pcm.h
188
(int8_t)(src[3] ^ 0x80) << 24);
sys/dev/sound/pcm/pcm.h
192
(int8_t)(src[0] ^ 0x80) << 24);
sys/dev/sound/pcm/pcm.h
198
(int8_t)src[3] << 24);
sys/dev/sound/pcm/pcm.h
201
(int8_t)src[0] << 24);
sys/dev/sound/pcm/pcm.h
316
*(int8_t *)dst = v;
sys/dev/sound/pcm/pcm.h
319
*(int8_t *)dst = v ^ 0x80;
sys/dev/sound/usb/uaudio.c
5356
val = (int8_t)val;
sys/dev/sym/sym_hipd.c
102
typedef int8_t s8;
sys/dev/thunderbolt/tb_var.h
37
int8_t link;
sys/dev/thunderbolt/tb_var.h
38
int8_t depth;
sys/dev/usb/controller/musb_otg.h
332
int8_t channel;
sys/dev/usb/controller/musb_otg.h
353
int8_t channel;
sys/dev/usb/gadget/g_audio.c
86
int8_t sc_pattern[G_AUDIO_MAX_STRLEN];
sys/dev/usb/gadget/g_mouse.c
97
int8_t dx;
sys/dev/usb/gadget/g_mouse.c
98
int8_t dy;
sys/dev/usb/gadget/g_mouse.c
99
int8_t dz;
sys/dev/usb/input/atp.c
1094
fg_extract_sensor_data(const int8_t *sensor_data, u_int num, atp_axis axis,
sys/dev/usb/input/atp.c
762
static void fg_extract_sensor_data(const int8_t *, u_int, atp_axis,
sys/dev/usb/usb_controller.h
123
void (*get_power_mode) (struct usb_device *udev, int8_t *pmode);
sys/dev/usb/usb_hub.c
2936
int8_t temp;
sys/dev/usb/wlan/if_mtw.c
1449
b4inc(uint32_t b32, int8_t delta)
sys/dev/usb/wlan/if_mtw.c
1451
int8_t i, b4;
sys/dev/usb/wlan/if_mtw.c
1473
sc->txpow1[i + 0] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_mtw.c
1474
sc->txpow1[i + 1] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_mtw.c
1476
sc->txpow2[i + 0] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_mtw.c
1477
sc->txpow2[i + 1] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_mtw.c
1501
int8_t delta_2ghz, delta_5ghz;
sys/dev/usb/wlan/if_mtw.c
2133
int8_t retry;
sys/dev/usb/wlan/if_mtw.c
2403
int8_t nf;
sys/dev/usb/wlan/if_mtw.c
246
static int8_t mtw_rssi2dbm(struct mtw_softc *, uint8_t, uint8_t);
sys/dev/usb/wlan/if_mtw.c
4130
static int8_t
sys/dev/usb/wlan/if_mtw.c
4292
mt7601_r49_read(struct mtw_softc *sc, uint8_t flag, int8_t *val)
sys/dev/usb/wlan/if_mtw.c
4306
mt7601_rf_temperature(struct mtw_softc *sc, int8_t *val)
sys/dev/usb/wlan/if_mtwvar.h
216
int8_t seq;
sys/dev/usb/wlan/if_mtwvar.h
331
int8_t txpow1[54];
sys/dev/usb/wlan/if_mtwvar.h
332
int8_t txpow2[54];
sys/dev/usb/wlan/if_mtwvar.h
333
int8_t txpow3[54];
sys/dev/usb/wlan/if_mtwvar.h
334
int8_t rssi_2ghz[3];
sys/dev/usb/wlan/if_mtwvar.h
335
int8_t rssi_5ghz[3];
sys/dev/usb/wlan/if_mtwvar.h
344
int8_t bbp_temp;
sys/dev/usb/wlan/if_rsu.c
2295
static int8_t
sys/dev/usb/wlan/if_rsu.c
2298
static const int8_t cckoff[] = { 14, -2, -20, -40 };
sys/dev/usb/wlan/if_rsu.c
2302
int8_t rssi;
sys/dev/usb/wlan/if_rsu.c
236
static int8_t rsu_get_rssi(struct rsu_softc *, int, void *);
sys/dev/usb/wlan/if_rsureg.h
878
int8_t sc_nrxstream;
sys/dev/usb/wlan/if_rsureg.h
879
int8_t sc_ntxstream;
sys/dev/usb/wlan/if_rum.c
2102
int8_t power;
sys/dev/usb/wlan/if_rum.c
2434
sc->rssi_2ghz_corr = (int8_t)(val & 0xff); /* signed */
sys/dev/usb/wlan/if_rum.c
2443
sc->rssi_5ghz_corr = (int8_t)(val & 0xff); /* signed */
sys/dev/usb/wlan/if_rumvar.h
29
int8_t wr_antsignal;
sys/dev/usb/wlan/if_rumvar.h
30
int8_t wr_antnoise;
sys/dev/usb/wlan/if_run.c
1689
b4inc(uint32_t b32, int8_t delta)
sys/dev/usb/wlan/if_run.c
1691
int8_t i, b4;
sys/dev/usb/wlan/if_run.c
1737
sc->txpow1[i + 0] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1738
sc->txpow1[i + 1] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1743
sc->txpow2[i + 0] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1744
sc->txpow2[i + 1] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1749
sc->txpow3[i + 0] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1750
sc->txpow3[i + 1] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1767
sc->txpow1[i + 14] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1768
sc->txpow1[i + 15] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1771
sc->txpow2[i + 14] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1772
sc->txpow2[i + 15] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1777
sc->txpow3[i + 14] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1778
sc->txpow3[i + 15] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1792
sc->txpow1[i + 0] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1793
sc->txpow1[i + 1] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1798
sc->txpow2[i + 0] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1799
sc->txpow2[i + 1] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1825
sc->txpow1[i + 14] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1826
sc->txpow1[i + 15] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1829
sc->txpow2[i + 14] = (int8_t)(val & 0xff);
sys/dev/usb/wlan/if_run.c
1830
sc->txpow2[i + 15] = (int8_t)(val >> 8);
sys/dev/usb/wlan/if_run.c
1851
int8_t delta_2ghz, delta_5ghz;
sys/dev/usb/wlan/if_run.c
2633
int8_t retry;
sys/dev/usb/wlan/if_run.c
2887
int8_t nf;
sys/dev/usb/wlan/if_run.c
4174
int8_t txpow1, txpow2;
sys/dev/usb/wlan/if_run.c
4243
int8_t txpow1, txpow2;
sys/dev/usb/wlan/if_run.c
4308
int8_t txpow1, txpow2;
sys/dev/usb/wlan/if_run.c
4458
int8_t txpow1, txpow2, txpow3;
sys/dev/usb/wlan/if_run.c
4618
int8_t txpow1, txpow2;
sys/dev/usb/wlan/if_run.c
4731
int8_t txpow1, txpow2;
sys/dev/usb/wlan/if_run.c
483
static int8_t run_rssi2dbm(struct run_softc *, uint8_t, uint8_t);
sys/dev/usb/wlan/if_run.c
5398
static int8_t
sys/dev/usb/wlan/if_runvar.h
196
int8_t txpow1[54];
sys/dev/usb/wlan/if_runvar.h
197
int8_t txpow2[54];
sys/dev/usb/wlan/if_runvar.h
198
int8_t txpow3[54];
sys/dev/usb/wlan/if_runvar.h
199
int8_t rssi_2ghz[3];
sys/dev/usb/wlan/if_runvar.h
200
int8_t rssi_5ghz[3];
sys/dev/usb/wlan/if_runvar.h
52
int8_t wr_dbm_antsignal;
sys/dev/usb/wlan/if_uath.c
2726
int8_t nf;
sys/dev/usb/wlan/if_uathvar.h
51
int8_t wr_antsignal;
sys/dev/usb/wlan/if_uathvar.h
52
int8_t wr_antnoise;
sys/dev/usb/wlan/if_upgt.c
2214
int8_t nf;
sys/dev/usb/wlan/if_upgtvar.h
381
int8_t wr_antsignal;
sys/dev/usb/wlan/if_ural.c
853
int8_t rssi = 0, nf = 0;
sys/dev/usb/wlan/if_uralvar.h
32
int8_t wr_antsignal;
sys/dev/usb/wlan/if_uralvar.h
33
int8_t wr_antnoise;
sys/dev/usb/wlan/if_urtw.c
3951
int8_t *nf_p)
sys/dev/usb/wlan/if_urtw.c
4022
tap->wr_dbm_antsignal = (int8_t)rssi;
sys/dev/usb/wlan/if_urtw.c
4047
int8_t nf = -95;
sys/dev/usb/wlan/if_urtwreg.h
350
int8_t pwdb;
sys/dev/usb/wlan/if_urtwvar.h
62
int8_t wr_dbm_antsignal;
sys/dev/usb/wlan/if_zyd.c
2228
int8_t nf;
sys/dev/usb/wlan/if_zydreg.h
1185
int8_t wr_antsignal;
sys/dev/usb/wlan/if_zydreg.h
1186
int8_t wr_antnoise;
sys/dev/vmware/vmci/vmci_defs.h
130
int8_t action; /* VMCI_FA_X, for use in filters. */
sys/dev/wpi/if_wpi.c
1937
le32toh(desc->len), len, (int8_t)stat->rssi,
sys/dev/wpi/if_wpi.c
2020
tap->wr_dbm_antsignal = (int8_t)(stat->rssi + WPI_RSSI_OFFSET);
sys/dev/wpi/if_wpireg.h
857
int8_t maxpwr;
sys/dev/wpi/if_wpireg.h
862
int8_t power;
sys/dev/wpi/if_wpireg.h
871
int8_t maxpwr;
sys/dev/wpi/if_wpivar.h
104
int8_t power;
sys/dev/wpi/if_wpivar.h
111
int8_t maxpwr;
sys/dev/wpi/if_wpivar.h
242
int8_t maxpwr[IEEE80211_CHAN_MAX];
sys/dev/wpi/if_wpivar.h
25
int8_t wr_dbm_antsignal;
sys/dev/wpi/if_wpivar.h
26
int8_t wr_dbm_antnoise;
sys/dev/wtap/if_wtapioctl.h
102
int8_t ast_tx_rssi; /* tx rssi of last ack */
sys/dev/wtap/if_wtapioctl.h
103
int8_t ast_rx_rssi; /* rx rssi from histogram */
sys/dev/wtap/if_wtapioctl.h
125
int8_t ast_rx_noise; /* rx noise floor */
sys/dev/wtap/if_wtapioctl.h
151
int8_t wr_antsignal;
sys/dev/wtap/if_wtapioctl.h
152
int8_t wr_antnoise;
sys/dev/wtap/if_wtapioctl.h
158
int8_t wr_chan_maxpow;
sys/dev/wtap/if_wtapioctl.h
175
int8_t wt_chan_maxpow;
sys/dev/xen/blkback/blkback.c
1594
(int8_t)(sg->last_sect -
sys/dev/xen/blkback/blkback.c
1705
nsect = (int8_t)(ring_req->seg[i].last_sect -
sys/dev/xen/netback/netback_unit_tests.c
2452
int8_t dest[12];
sys/fs/cd9660/iso.h
308
static __inline int8_t
sys/fs/ext2fs/ext2fs.h
191
int8_t cs_init; /* cluster summary has been initialized */
sys/fs/msdosfs/bootsect.h
28
int8_t bsOemName[8]; /* OEM name and version */
sys/fs/msdosfs/bootsect.h
29
int8_t bsBPB[19]; /* BIOS parameter block */
sys/fs/msdosfs/bootsect.h
30
int8_t bsDriveNumber; /* drive number (0x80) */
sys/fs/msdosfs/bootsect.h
31
int8_t bsBootCode[479]; /* pad so struct is 512b */
sys/fs/msdosfs/bootsect.h
39
int8_t exDriveNumber; /* drive number (0x80) */
sys/fs/msdosfs/bootsect.h
40
int8_t exReserved1; /* reserved */
sys/fs/msdosfs/bootsect.h
41
int8_t exBootSignature; /* ext. boot signature (0x29) */
sys/fs/msdosfs/bootsect.h
43
int8_t exVolumeID[4]; /* volume ID number */
sys/fs/msdosfs/bootsect.h
44
int8_t exVolumeLabel[11]; /* volume label */
sys/fs/msdosfs/bootsect.h
45
int8_t exFileSysType[8]; /* fs type (FAT12 or FAT16) */
sys/fs/msdosfs/bootsect.h
50
int8_t bsOemName[8]; /* OEM name and version */
sys/fs/msdosfs/bootsect.h
51
int8_t bsBPB[25]; /* BIOS parameter block */
sys/fs/msdosfs/bootsect.h
52
int8_t bsExt[26]; /* Bootsector Extension */
sys/fs/msdosfs/bootsect.h
53
int8_t bsBootCode[448]; /* pad so structure is 512b */
sys/fs/msdosfs/bootsect.h
62
int8_t bsOEMName[8]; /* OEM name and version */
sys/fs/msdosfs/bootsect.h
63
int8_t bsBPB[53]; /* BIOS parameter block */
sys/fs/msdosfs/bootsect.h
64
int8_t bsExt[26]; /* Bootsector Extension */
sys/fs/msdosfs/bootsect.h
65
int8_t bsBootCode[420]; /* pad so structure is 512b */
sys/fs/msdosfs/bpb.h
104
int8_t bpbBytesPerSec[2]; /* bytes per sector */
sys/fs/msdosfs/bpb.h
105
int8_t bpbSecPerClust; /* sectors per cluster */
sys/fs/msdosfs/bpb.h
106
int8_t bpbResSectors[2]; /* number of reserved sectors */
sys/fs/msdosfs/bpb.h
107
int8_t bpbFATs; /* number of FATs */
sys/fs/msdosfs/bpb.h
108
int8_t bpbRootDirEnts[2]; /* number of root directory entries */
sys/fs/msdosfs/bpb.h
109
int8_t bpbSectors[2]; /* total number of sectors */
sys/fs/msdosfs/bpb.h
110
int8_t bpbMedia; /* media descriptor */
sys/fs/msdosfs/bpb.h
111
int8_t bpbFATsecs[2]; /* number of sectors per FAT */
sys/fs/msdosfs/bpb.h
112
int8_t bpbSecPerTrack[2]; /* sectors per track */
sys/fs/msdosfs/bpb.h
113
int8_t bpbHeads[2]; /* number of heads */
sys/fs/msdosfs/bpb.h
114
int8_t bpbHiddenSecs[2]; /* number of hidden sectors */
sys/fs/msdosfs/bpb.h
122
int8_t bpbBytesPerSec[2]; /* bytes per sector */
sys/fs/msdosfs/bpb.h
123
int8_t bpbSecPerClust; /* sectors per cluster */
sys/fs/msdosfs/bpb.h
124
int8_t bpbResSectors[2]; /* number of reserved sectors */
sys/fs/msdosfs/bpb.h
125
int8_t bpbFATs; /* number of FATs */
sys/fs/msdosfs/bpb.h
126
int8_t bpbRootDirEnts[2]; /* number of root directory entries */
sys/fs/msdosfs/bpb.h
127
int8_t bpbSectors[2]; /* total number of sectors */
sys/fs/msdosfs/bpb.h
128
int8_t bpbMedia; /* media descriptor */
sys/fs/msdosfs/bpb.h
129
int8_t bpbFATsecs[2]; /* number of sectors per FAT */
sys/fs/msdosfs/bpb.h
130
int8_t bpbSecPerTrack[2]; /* sectors per track */
sys/fs/msdosfs/bpb.h
131
int8_t bpbHeads[2]; /* number of heads */
sys/fs/msdosfs/bpb.h
132
int8_t bpbHiddenSecs[4]; /* number of hidden sectors */
sys/fs/msdosfs/bpb.h
133
int8_t bpbHugeSectors[4]; /* # of sectors if bpbSectors == 0 */
sys/fs/p9fs/p9_client.c
177
int8_t type;
sys/fs/p9fs/p9_client.c
278
p9_client_prepare_req(struct p9_client *c, int8_t type,
sys/fs/p9fs/p9_client.c
344
p9_client_request(struct p9_client *c, int8_t type, int *error,
sys/fs/p9fs/p9_client.c
66
struct p9_client *c, int8_t type, int *error, const char *fmt, ...);
sys/fs/p9fs/p9_client.h
165
int p9_buf_prepare(struct p9_buffer *buf, int8_t type);
sys/fs/p9fs/p9_protocol.c
115
int8_t *val = va_arg(ap, int8_t *);
sys/fs/p9fs/p9_protocol.c
343
int8_t val = va_arg(ap, int);
sys/fs/p9fs/p9_protocol.c
565
p9_buf_prepare(struct p9_buffer *buf, int8_t type)
sys/geom/label/g_label_ntfs.c
101
int8_t mftrecsz;
sys/geom/label/g_label_ntfs.c
86
int8_t bf_mftrecsz;
sys/i386/i386/pmap.c
3646
vm_prot_t prot, u_int flags, int8_t psind)
sys/i386/i386/pmap_base.c
682
u_int flags, int8_t psind)
sys/i386/include/pc/bios.h
168
int8_t ph_signature[4];
sys/i386/include/pmap_base.h
79
int8_t);
sys/kern/kern_ffclock.c
55
extern int8_t ffclock_updated;
sys/kern/kern_sysctl.c
1052
size = sizeof(int8_t);
sys/kern/kern_sysctl.c
1681
int8_t tmpout;
sys/kern/kern_sysctl.c
1688
tmpout = *(int8_t *)arg1;
sys/kern/kern_sysctl.c
2664
[CTLTYPE_S8] = sizeof(int8_t),
sys/kern/kern_sysctl.c
2775
mv = *(const int8_t *)p;
sys/kern/kern_sysctl.c
287
sizeof(int8_t), GETENV_SIGNED) == 0)
sys/kern/kern_tc.c
514
int8_t ffclock_updated; /* New estimates are available. */
sys/kern/kern_ubsan.c
1509
L = STATIC_CAST(int8_t, STATIC_CAST(uint8_t, ulNumber));
sys/kern/subr_asan.c
210
int8_t *byte = (int8_t *)kasan_md_addr_to_shad(addr);
sys/kern/subr_asan.c
211
int8_t last = (addr & KASAN_SHADOW_MASK) + 1;
sys/kern/subr_asan.c
261
int8_t *shad;
sys/kern/subr_asan.c
277
shad = (int8_t *)kasan_md_addr_to_shad((uintptr_t)addr);
sys/kern/subr_asan.c
315
int8_t *byte = (int8_t *)kasan_md_addr_to_shad(addr);
sys/kern/subr_asan.c
316
int8_t last = (addr & KASAN_SHADOW_MASK) + 1;
sys/kern/subr_asan.c
328
int8_t *byte, last;
sys/kern/subr_asan.c
335
byte = (int8_t *)kasan_md_addr_to_shad(addr);
sys/kern/subr_asan.c
348
int8_t *byte, last;
sys/kern/subr_asan.c
355
byte = (int8_t *)kasan_md_addr_to_shad(addr);
sys/kern/subr_asan.c
368
int8_t *byte, last;
sys/kern/subr_asan.c
375
byte = (int8_t *)kasan_md_addr_to_shad(addr);
sys/kern/subr_stats.c
136
int8_t vsslot; /* struct voistat slot index. */
sys/kern/subr_stats.c
69
int8_t stype; /* Type of stat e.g. VS_STYPE_SUM. */
sys/kern/subr_stats.c
94
int8_t voistatmaxid; /* Largest allocated voistat index. */
sys/kern/vfs_subr.c
1561
vfs_freevnodes_rollup(int8_t *lfreevnodes)
sys/kern/vfs_subr.c
1572
int8_t *lfreevnodes;
sys/kern/vfs_subr.c
1586
int8_t *lfreevnodes;
sys/net80211/_ieee80211.h
142
int8_t ic_maxregpower; /* maximum regulatory tx power in dBm */
sys/net80211/_ieee80211.h
143
int8_t ic_maxpower; /* maximum tx power in .5 dBm */
sys/net80211/_ieee80211.h
144
int8_t ic_minpower; /* minimum tx power in .5 dBm */
sys/net80211/_ieee80211.h
147
int8_t ic_maxantgain; /* maximum antenna gain in .5 dBm */
sys/net80211/_ieee80211.h
426
int8_t rssi; /* rssi thresh (.5 dBm) */
sys/net80211/_ieee80211.h
459
int8_t rssi[IEEE80211_MAX_CHAIN_PRISEC];
sys/net80211/_ieee80211.h
460
int8_t noise[IEEE80211_MAX_CHAIN_PRISEC];
sys/net80211/_ieee80211.h
627
int8_t c_nf; /* global NF */
sys/net80211/_ieee80211.h
628
int8_t c_rssi; /* global RSSI */
sys/net80211/ieee80211.c
1307
uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t flags)
sys/net80211/ieee80211.c
1477
int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower,
sys/net80211/ieee80211.c
1498
int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower,
sys/net80211/ieee80211.c
1530
int *nchans, uint8_t ieee, int8_t maxregpower, uint32_t flags)
sys/net80211/ieee80211.h
1103
int8_t tx_elem[0]; /* TX power elements, 1/2 dB, signed */
sys/net80211/ieee80211_ioctl.h
440
int8_t isi_rssi; /* receive signal strength */
sys/net80211/ieee80211_ioctl.h
441
int8_t isi_noise; /* noise floor */
sys/net80211/ieee80211_ioctl.h
827
int8_t isr_noise;
sys/net80211/ieee80211_ioctl.h
828
int8_t isr_rssi;
sys/net80211/ieee80211_node.c
1344
static int8_t
sys/net80211/ieee80211_node.c
1357
node_getsignal(const struct ieee80211_node *ni, int8_t *rssi, int8_t *noise)
sys/net80211/ieee80211_node.c
3042
int8_t rssi;
sys/net80211/ieee80211_node.c
3059
int8_t rssi;
sys/net80211/ieee80211_node.c
3078
int8_t rssi;
sys/net80211/ieee80211_node.c
3091
int8_t
sys/net80211/ieee80211_node.c
3129
ieee80211_getsignal(struct ieee80211vap *vap, int8_t *rssi, int8_t *noise)
sys/net80211/ieee80211_node.c
94
static int8_t node_getrssi(const struct ieee80211_node *);
sys/net80211/ieee80211_node.c
95
static void node_getsignal(const struct ieee80211_node *, int8_t *, int8_t *);
sys/net80211/ieee80211_node.h
238
int8_t ni_noise; /* noise floor */
sys/net80211/ieee80211_node.h
531
int8_t ieee80211_getrssi(struct ieee80211vap *);
sys/net80211/ieee80211_node.h
532
void ieee80211_getsignal(struct ieee80211vap *, int8_t *, int8_t *);
sys/net80211/ieee80211_output.c
2283
int8_t limit = vap->iv_ic->ic_txpowlimit / 2;
sys/net80211/ieee80211_ratectl.h
66
int8_t rssi; /* ACK RSSI */
sys/net80211/ieee80211_scan.h
285
int8_t se_rssi; /* avg'd recv ssi */
sys/net80211/ieee80211_scan.h
286
int8_t se_noise; /* noise floor */
sys/net80211/ieee80211_scan_sta.c
1350
int8_t roamRssi, curRssi;
sys/net80211/ieee80211_scan_sta.c
876
int8_t rssia, rssib;
sys/net80211/ieee80211_var.h
328
int8_t (*ic_node_getrssi)(const struct ieee80211_node*);
sys/net80211/ieee80211_var.h
330
int8_t *, int8_t *);
sys/net80211/ieee80211_var.h
812
uint8_t, uint16_t, int8_t, uint32_t, const uint8_t[], int);
sys/net80211/ieee80211_var.h
814
uint8_t, uint16_t, int8_t, uint32_t, const uint8_t[]);
sys/net80211/ieee80211_var.h
816
uint8_t, int8_t, uint32_t);
sys/net80211/ieee80211_wds.c
104
int8_t rssi, nf;
sys/netgraph/ng_parse.c
336
int8_t val8;
sys/netgraph/ng_parse.c
340
if (val < (int8_t)0x80 || val > (u_int8_t)0xff || eptr == s + *off)
sys/netgraph/ng_parse.c
343
val8 = (int8_t)val;
sys/netgraph/ng_parse.c
344
bcopy(&val8, buf, sizeof(int8_t));
sys/netgraph/ng_parse.c
345
*buflen = sizeof(int8_t);
sys/netgraph/ng_parse.c
356
int8_t val;
sys/netgraph/ng_parse.c
358
bcopy(data + *off, &val, sizeof(int8_t));
sys/netgraph/ng_parse.c
377
*off += sizeof(int8_t);
sys/netgraph/ng_parse.c
385
int8_t val;
sys/netgraph/ng_parse.c
387
if (*buflen < sizeof(int8_t))
sys/netgraph/ng_parse.c
390
bcopy(&val, buf, sizeof(int8_t));
sys/netgraph/ng_parse.c
391
*buflen = sizeof(int8_t);
sys/netgraph/ng_patch.c
387
*((int8_t *) &val) = - *((int8_t *) &val);
sys/netgraph/ng_vlan_rotate.c
377
int8_t rotate;
sys/netgraph/ng_vlan_rotate.c
378
int8_t vlans = 0;
sys/netgraph/ng_vlan_rotate.h
47
int8_t rot;
sys/netinet/in_pcb.h
140
int8_t pad8;
sys/netinet/in_pcb.h
145
int8_t inp_spare8[4];
sys/netinet/libalias/alias_mod.c
107
find_handler(int8_t dir, int8_t proto, struct libalias *la, struct ip *ip,
sys/netinet/libalias/alias_mod.h
95
int find_handler(int8_t, int8_t, struct libalias *, struct ip *,
sys/netinet/sctp_cc_functions.c
1519
int8_t increase;
sys/netinet/sctp_cc_functions.c
1520
int8_t drop_percent;
sys/netinet/sctp_indata.c
2347
static const int8_t sctp_map_lookup_tab[256] = {
sys/netinet/tcp_log_buf.c
299
int8_t tlb_logstate;
sys/netlink/netlink_message_writer.h
265
nlattr_add_s8(struct nl_writer *nw, uint16_t attrtype, int8_t value)
sys/netlink/netlink_message_writer.h
267
return (nlattr_add(nw, attrtype, sizeof(int8_t), &value));
sys/netlink/netlink_snl.h
1213
snl_add_msg_attr_s8(struct snl_writer *nw, int attrtype, int8_t value)
sys/netlink/netlink_snl.h
1215
return (snl_add_msg_attr(nw, attrtype, sizeof(int8_t), &value));
sys/powerpc/aim/mmu_oea.c
1138
u_int flags, int8_t psind)
sys/powerpc/aim/mmu_oea.c
1166
u_int flags, int8_t psind __unused)
sys/powerpc/aim/mmu_oea.c
268
vm_prot_t, u_int, int8_t);
sys/powerpc/aim/mmu_oea.c
283
int8_t);
sys/powerpc/aim/mmu_oea64.c
1615
vm_prot_t prot, u_int flags, int8_t psind)
sys/powerpc/aim/mmu_oea64.c
1799
int8_t psind;
sys/powerpc/aim/mmu_oea64.c
332
vm_page_t m, vm_prot_t prot, u_int flags, int8_t psind);
sys/powerpc/aim/mmu_oea64.c
364
u_int flags, int8_t psind);
sys/powerpc/aim/mmu_oea64.c
3650
vm_prot_t prot, u_int flags, int8_t psind)
sys/powerpc/aim/mmu_radix.c
2826
vm_prot_t prot, u_int flags, int8_t psind)
sys/powerpc/aim/mmu_radix.c
433
int mmu_radix_enter(pmap_t, vm_offset_t, vm_page_t, vm_prot_t, u_int, int8_t);
sys/powerpc/booke/pmap.c
1262
vm_prot_t prot, u_int flags, int8_t psind)
sys/powerpc/booke/pmap.c
1276
vm_prot_t prot, u_int pmap_flags, int8_t psind __unused)
sys/powerpc/booke/pmap.c
186
vm_prot_t, u_int flags, int8_t psind);
sys/powerpc/booke/pmap.c
296
vm_prot_t, u_int flags, int8_t psind);
sys/powerpc/include/mmuvar.h
57
u_int, int8_t);
sys/powerpc/powermac/grackle.c
260
(void)*(volatile int8_t *)addr;
sys/powerpc/powermac/pmu.c
922
info->current = (int8_t)resp[5];
sys/powerpc/powermac/smu.c
172
static int smu_get_datablock(device_t dev, int8_t id, uint8_t *buf,
sys/powerpc/powermac/smu.c
545
smu_get_datablock(device_t dev, int8_t id, uint8_t *buf, size_t len)
sys/powerpc/powerpc/pmap_dispatch.c
132
DEFINE_PMAP_IFUNC(int, enter, (pmap_t, vm_offset_t, vm_page_t, vm_prot_t, u_int, int8_t));
sys/powerpc/pseries/rtas_pci.c
173
retval = (int32_t)(int8_t)(retval);
sys/riscv/riscv/pmap.c
3256
u_int flags, int8_t psind)
sys/sys/arb.h
80
int8_t arbe_color; \
sys/sys/atomic_common.h
102
#define atomic_load_8(p) __atomic_load_generic(p, int8_t, uint8_t, 8)
sys/sys/atomic_common.h
117
__atomic_store_generic(p, v, int8_t, uint8_t, 8)
sys/sys/efi-edk2.h
21
typedef int8_t INT8;
sys/sys/pcpu.h
190
int8_t pc_vfs_freevnodes; /* freevnodes counter */
sys/sys/qmath.h
46
typedef int8_t s8q_t;
sys/sys/smp.h
86
int8_t cg_level; /* Shared cache level. */
sys/sys/smp.h
87
int8_t cg_flags; /* Traversal modifiers. */
sys/sys/stats.h
704
int8_t vs_stype;
sys/sys/sysctl.h
434
#define SYSCTL_NULL_S8_PTR ((int8_t *)NULL)
sys/sys/sysctl.h
441
sizeof(int8_t) == sizeof(*(ptr)))
sys/sys/sysctl.h
445
int8_t *__ptr = (ptr); \
sys/sys/timeffc.h
52
int8_t leapsec; /* Next leap second (in {-1,0,1}). */
sys/ufs/ffs/fs.h
397
int8_t fs_fmod; /* super block modified flag */
sys/ufs/ffs/fs.h
398
int8_t fs_clean; /* filesystem is clean flag */
sys/ufs/ffs/fs.h
399
int8_t fs_ronly; /* mounted read-only flag */
sys/ufs/ffs/fs.h
400
int8_t fs_old_flags; /* old FS_ flags */
sys/vm/pmap.h
131
vm_prot_t prot, u_int flags, int8_t psind);
sys/vm/vm_page.h
243
int8_t psind; /* pagesizes[] index (O) */
sys/vm/vm_page.h
244
int8_t segind; /* vm_phys segment index (C) */
sys/x86/include/fpu.h
157
int8_t fp_pad[6]; /* padding */
sys/x86/include/fpu.h
173
int8_t fp_pad[6]; /* padding */
sys/x86/include/pvclock.h
44
int8_t tsc_shift;
tests/sys/kern/sched_affinity.c
180
int8_t set;
tests/sys/kern/sched_affinity.c
198
int8_t set = 0;
tools/build/bootstrap-m4/inittokenizer.c
45
typedef int8_t flex_int8_t;
tools/build/cross-build/include/linux/sys/types.h
52
typedef int8_t __int8_t;
tools/regression/include/stdatomic/logic.c
115
TEST_TYPE(int8_t);
tools/tools/ath/athrd/athrd.c
138
int8_t antennaGainMax[2] = { 0, 0 }; /* XXX */
tools/tools/ath/athrd/athrd.c
1465
int8_t twiceAntennaGain, twiceAntennaReduction;
tools/tools/find-sb/mini_ufs.h
108
int8_t fs_fmod; /* super block modified flag */
tools/tools/find-sb/mini_ufs.h
109
int8_t fs_clean; /* filesystem is clean flag */
tools/tools/find-sb/mini_ufs.h
110
int8_t fs_ronly; /* mounted read-only flag */
tools/tools/find-sb/mini_ufs.h
111
int8_t fs_old_flags; /* old FS_ flags */
tools/tools/net80211/stumbler/stumbler.c
745
int8_t signal_dbm, noise_dbm;
usr.bin/gprof/gprof.c
406
samples[i] += *(int8_t *)&sample;
usr.bin/lex/initscan.c
44
typedef int8_t flex_int8_t;
usr.bin/sdiotool/linux_compat.h
39
#define bool int8_t
usr.sbin/bhyve/amd64/pci_gvt-d-opregion.h
46
int8_t sign[0x10]; ///< Offset 0x00 OpRegion Signature
usr.sbin/bhyve/pci_emul.h
130
int8_t pin;
usr.sbin/bhyve/usb_mouse.c
147
int8_t z; /* z wheel position */
usr.sbin/bluetooth/hccontrol/adv_data.c
130
(int8_t)advdata[n]);
usr.sbin/bluetooth/hccontrol/le.c
533
(int8_t)rp.transmit_power_level);
usr.sbin/bluetooth/hccontrol/le.c
766
(int8_t)reports[rc].data[length]);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_if.c
324
bridge_if_create(const char* b_name, int8_t up)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
1077
int8_t status, which;
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
818
bridge_port_index_get(const struct asn_oid *oid, uint sub, int8_t status)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_port.c
850
bridge_port_index_getnext(const struct asn_oid *oid, uint sub, int8_t status)
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_snmp.h
104
int8_t span_enable; /* Span flag set - private MIB. */
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_snmp.h
310
int bridge_set_if_up(const char* b_name, int8_t up);
usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
483
bridge_set_if_up(const char* b_name, int8_t up)
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h
46
int8_t rssi;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h
64
int8_t rssi;
usr.sbin/bsnmpd/modules/snmp_wlan/wlan_snmp.h
66
int8_t noise;
usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.c
952
int8_t i;
usr.sbin/cxgbetool/cxgbetool.c
2747
idx = (int8_t)val;
usr.sbin/cxgbetool/cxgbetool.c
3010
op.u.config.minmax = (int8_t)l;
usr.sbin/cxgbetool/cxgbetool.c
3066
op.u.params.channel = (int8_t)l;
usr.sbin/cxgbetool/cxgbetool.c
3068
op.u.params.cl = (int8_t)l;
usr.sbin/cxgbetool/cxgbetool.c
3213
op.queue = (int8_t)val;
usr.sbin/cxgbetool/cxgbetool.c
3224
op.cl = (int8_t)val;
usr.sbin/fstyp/ntfs.c
142
int8_t mftrecsz;
usr.sbin/fstyp/ntfs.c
94
int8_t bf_mftrecsz;
usr.sbin/mfiutil/mfi_evt.c
193
parse_class(char *arg, int8_t *class)
usr.sbin/mfiutil/mfi_evt.c
301
format_class(int8_t class)
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
259
GET_VALUE(CTLTYPE_S8, int8_t);
usr.sbin/virtual_oss/virtual_oss/format.c
285
uint32_t samples, int8_t shift)
usr.sbin/virtual_oss/virtual_oss/int.h
131
int8_t rx_shift[VMAX_CHAN];
usr.sbin/virtual_oss/virtual_oss/int.h
132
int8_t tx_shift[VMAX_CHAN];
usr.sbin/virtual_oss/virtual_oss/int.h
221
int8_t shift;
usr.sbin/virtual_oss/virtual_oss/int.h
280
extern int64_t vclient_noise(uint32_t *, int64_t, int8_t);
usr.sbin/virtual_oss/virtual_oss/int.h
288
extern void format_maximum(const int64_t *, int64_t *, uint32_t, uint32_t, int8_t);
usr.sbin/virtual_oss/virtual_oss/main.c
194
vclient_noise(uint32_t *pnoise, int64_t volume, int8_t shift)