OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:byte3
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/netinet/
sctp_crc32.c
155
u_int8_t byte0, byte1, byte2,
byte3
;
local
168
byte3
= (result >> 24) & 0x000000ff;
169
result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) |
byte3
);
/src/sys/dev/ata/
ata_raid_via.c
122
uint8_t checksum, checksum_alt,
byte3
, *ptr;
local
168
for (
byte3
= 0, checksum = 0, ptr = (uint8_t *)info, count = 0;
171
byte3
= *ptr++;
174
checksum_alt = checksum + (
byte3
& ~VIA_T_BOOTABLE);
175
checksum +=
byte3
;
/src/sys/dev/scsipi/
scsi_ctron_ether.h
35
u_int8_t
byte3
;
member in struct:scsi_ctron_ether_generic
if_dse.c
159
uint8_t
byte3
;
member in struct:__anon3633
scsi_spc.h
200
uint8_t
byte3
;
member in struct:scsi_control_mode_page
264
uint8_t
byte3
;
member in struct:scsi_informational_exceptions_control_page
309
uint8_t
byte3
;
member in struct:scsi_protocol_specific_lun_page
327
uint8_t
byte3
; /* see SCSI PROTOCOL SPECIFIC LUN PAGE */
member in struct:scsi_protocol_specific_port_page
scsipi_cd.h
89
u_int8_t
byte3
;
member in struct:scsipi_read_subchannel
/src/sbin/atactl/
atactl.c
105
uint8_t
byte3
;
member in struct:scsi_ata_pass_through_16
122
uint8_t
byte3
;
member in struct:scsi_ata_pass_through_12
669
c.cmd16.
byte3
= b3;
687
c.cmd12.
byte3
= b3;
/src/sys/dev/pci/
arcmsrvar.h
156
uint8_t
byte3
;
member in struct:arc_fw_hdr
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_dp_types.h
341
}
byte3
;
member in struct:dwnstream_portxcaps::__anon4547
/src/sys/dev/ic/
advlib.h
367
ASC_SCSI_INQ3
byte3
;
member in struct:__anon2636
Completed in 36 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026