HomeSort by: relevance | last modified time | path
    Searched defs:byte0 (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/acorn32/stand/lib/
riscospart.c 112 u_char byte0, accum_diff; local in function:filecore_checksum
118 byte0 = bootblock[0];
127 accum_diff |= bootblock[i] ^ byte0;
136 accum_diff |= bootblock[i] ^ byte0;
  /src/sys/arch/news68k/dev/
ms.c 74 int code, index, byte0, byte1, byte2; local in function:ms_intr
99 byte0 = sc->sc_buf[MS_S_BYTE];
104 if (byte0 & MS_S_SW1)
106 if (byte0 & MS_S_SW3)
108 if (byte0 & MS_S_SW2)
112 if (byte0 & MS_S_XSIGN)
115 if (byte0 & MS_S_YSIGN)
  /src/sys/netinet/
sctp_crc32.c 155 u_int8_t byte0, byte1, byte2, byte3; local in function:sctp_csum_finalize
165 byte0 = result & 0x000000ff;
169 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
  /src/sys/arch/arm/arm/
disksubr_acorn.c 144 u_char byte0, accum_diff; local in function:filecore_checksum
150 byte0 = bootblock[0];
159 accum_diff |= bootblock[i] ^ byte0;
168 accum_diff |= bootblock[i] ^ byte0;
  /src/sys/fs/filecorefs/
filecore_utils.c 157 u_char byte0, accum_diff; local in function:filecore_bbchecksum
163 byte0 = bootblock[0];
172 accum_diff |= bootblock[i] ^ byte0;
181 accum_diff |= bootblock[i] ^ byte0;
  /src/sys/arch/newsmips/apbus/
ms_ap.c 116 int code, index, byte0, byte1, byte2; local in function:ms_ap_intr
146 byte0 = sc->sc_buf[0];
151 if (byte0 & 0x01)
153 if (byte0 & 0x04)
155 if (byte0 & 0x02)
158 if (byte0 & 0x08)
162 if (byte0 & 0x10)
  /src/sys/arch/newsmips/dev/
ms_hb.c 123 int code, index, byte0, byte1, byte2; local in function:ms_hb_intr
153 byte0 = sc->sc_buf[0];
158 if (byte0 & 0x01)
160 if (byte0 & 0x04)
162 if (byte0 & 0x02)
165 if (byte0 & 0x08)
169 if (byte0 & 0x10)
  /src/sys/dev/i2c/
spdmem_i2c.c 104 uint8_t reg, byte0, byte2; local in function:spdmem_reset_page
119 &byte0, 1, 0);
132 * byte0 is the length, byte2 is the memory type. Both of them should
138 * Note: The encoding of byte0 is vary in memory type, so we check
143 if ((byte0 == 0) || (byte2 == 0)) {
  /src/usr.sbin/sysinst/arch/acorn32/
md.c 315 u_char byte0, accum_diff; local in function:filecore_checksum
321 byte0 = bootblock[0];
330 accum_diff |= bootblock[i] ^ byte0;
339 accum_diff |= bootblock[i] ^ byte0;
  /src/sbin/disklabel/
main.c 1062 u_char byte0, accum_diff; local in function:filecore_checksum
1068 byte0 = bootblock[0];
1077 accum_diff |= bootblock[i] ^ byte0;
1086 accum_diff |= bootblock[i] ^ byte0;
  /src/sys/dev/scsipi/
scsi_spc.h 532 uint8_t byte0; member in struct:scsi_sense_data::__anon6d647c70010a::__anon6d647c700208
541 uint8_t byte0; member in struct:scsi_sense_data::__anon6d647c70010a::__anon6d647c700308
547 uint8_t byte0; member in struct:scsi_sense_data::__anon6d647c70010a::__anon6d647c700408
553 uint8_t byte0; member in struct:scsi_sense_data::__anon6d647c70010a::__anon6d647c700508
560 #define SSD_SKSV 0x80 /* byte0 of sks field */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_dp_types.h 334 union dwnstream_port_caps_byte0 byte0; member in struct:dwnstream_portxcaps::__anon38fe600e1308
  /src/sys/dev/ic/
advlib.h 364 ASC_SCSI_INQ0 byte0; member in struct:__anonb66e5a2c0608

Completed in 68 milliseconds