Searched refs:data8 (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/dev/usb/wlan/ |
| H A D | if_urtw.c | 1107 uint8_t data8; in urtw_adapter_start_b() local 1289 uint8_t data8; in urtw_8187b_cmd_reset() local 1294 data8 = (data8 & 0x2) | URTW_CMD_RST; in urtw_8187b_cmd_reset() 1300 if (!(data8 & URTW_CMD_RST)) in urtw_8187b_cmd_reset() 1337 uint8_t data8; in urtw_stop() local 2251 uint8_t data8; in urtw_eprom_readbit() local 2365 uint8_t data8; in urtw_get_rfchip() local 2371 switch (data8) { in urtw_get_rfchip() 3199 uint8_t data8; in urtw_8225v2b_rf_init() local 3241 data8 = (data8 & 0x3f) | 0x80; in urtw_8225v2b_rf_init() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | blkptr.c | 53 uint8_t *data8 = data; in encode_embedded_bp_compressed() local 73 BF64_SET(w, (i % sizeof (w)) * NBBY, NBBY, data8[i]); in encode_embedded_bp_compressed()
|
| /freebsd-13.1/contrib/libcbor/test/ |
| H A D | bad_inputs_test.c | 87 unsigned char data8[] = {0xA3, 0x64, 0x68, 0x61, 0x6C, 0x66, 0xFF, 0x00, variable 93 item = cbor_load(data8, 39, &res); in test_8()
|
| H A D | type_2_test.c | 115 unsigned char data8[] = { variable
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | log.c | 375 uint8_t* data8 = (uint8_t*)data; in log_hex_f() local 391 buf[j*2] = hexchar[ data8[i+j] >> 4 ]; in log_hex_f() 392 buf[j*2 + 1] = hexchar[ data8[i+j] & 0xF ]; in log_hex_f()
|
| /freebsd-13.1/contrib/ofed/libibverbs/ |
| H A D | sa.h | 95 uint8_t data8[16]; member
|
| /freebsd-13.1/sys/sys/ |
| H A D | soundcard.h | 531 u_char data8[4000]; member 1326 _pm_info.device=dev, _pm_info.data.data8[0]=pgm, \ 1331 _pm_info.device=dev, bcopy( pgm, _pm_info.data.data8, 128), \
|
| /freebsd-13.1/sys/ofed/include/rdma/ |
| H A D | ib_sa.h | 282 u8 data8[16]; member
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_sa_query.c | 367 { SERVICE_REC_FIELD(data8),
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 623 HANDLE_DW_FORM(0x07, data8, 2, DWARF)
|