Searched refs:data8 (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/dev/usb/wlan/ |
| H A D | if_urtw.c | 1105 uint8_t data8; in urtw_adapter_start_b() local 1293 uint8_t data8; in urtw_8187b_cmd_reset() local 1298 data8 = (data8 & 0x2) | URTW_CMD_RST; in urtw_8187b_cmd_reset() 1304 if (!(data8 & URTW_CMD_RST)) in urtw_8187b_cmd_reset() 1341 uint8_t data8; in urtw_stop() local 2255 uint8_t data8; in urtw_eprom_readbit() local 2369 uint8_t data8; in urtw_get_rfchip() local 2375 switch (data8) { in urtw_get_rfchip() 3203 uint8_t data8; in urtw_8225v2b_rf_init() local 3245 data8 = (data8 & 0x3f) | 0x80; in urtw_8225v2b_rf_init() [all …]
|
| /freebsd-14.2/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-14.2/contrib/libcbor/test/ |
| H A D | bad_inputs_test.c | 82 unsigned char data8[] = {0xA3, 0x64, 0x68, 0x61, 0x6C, 0x66, 0xFF, 0x00, variable 88 item = cbor_load(data8, 39, &res); in test_8()
|
| H A D | bytestring_test.c | 111 unsigned char data8[] = { variable
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | log.c | 411 uint8_t* data8 = (uint8_t*)data; in log_hex_f() local 427 buf[j*2] = hexchar[ data8[i+j] >> 4 ]; in log_hex_f() 428 buf[j*2 + 1] = hexchar[ data8[i+j] & 0xF ]; in log_hex_f()
|
| /freebsd-14.2/contrib/ofed/libibverbs/ |
| H A D | sa.h | 95 uint8_t data8[16]; member
|
| /freebsd-14.2/sys/sys/ |
| H A D | soundcard.h | 529 u_char data8[4000]; member 1324 _pm_info.device=dev, _pm_info.data.data8[0]=pgm, \ 1329 _pm_info.device=dev, bcopy( pgm, _pm_info.data.data8, 128), \
|
| /freebsd-14.2/sys/ofed/include/rdma/ |
| H A D | ib_sa.h | 280 u8 data8[16]; member
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_sa_query.c | 365 { SERVICE_REC_FIELD(data8),
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 640 HANDLE_DW_FORM(0x07, data8, 2, DWARF)
|