/src/sys/arch/news68k/dev/ |
ms.c | 74 int code, index, byte0, byte1, byte2; local in function:ms_intr 100 byte1 = sc->sc_buf[MS_X_BYTE]; 111 dx = byte1 & MS_X_DATA;
|
/src/sys/netinet/ |
sctp_crc32.c | 155 u_int8_t byte0, byte1, byte2, byte3; local in function:sctp_csum_finalize 166 byte1 = (result >> 8) & 0x000000ff; 169 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
|
/src/sys/arch/newsmips/apbus/ |
ms_ap.c | 116 int code, index, byte0, byte1, byte2; local in function:ms_ap_intr 147 byte1 = sc->sc_buf[1]; 159 dx = byte1 - 0x80; 161 dx = byte1;
|
/src/sys/arch/newsmips/dev/ |
ms_hb.c | 123 int code, index, byte0, byte1, byte2; local in function:ms_hb_intr 154 byte1 = sc->sc_buf[1]; 166 dx = byte1 - 0x80; 168 dx = byte1;
|
/src/sys/dev/scsipi/ |
scsi_tape.h | 196 u_int8_t byte1; /* set LSB to read hardware block pos */ member in struct:scsi_tape_read_position
|
/src/sys/dev/pci/ |
arcmsrvar.h | 154 uint8_t byte1; member in struct:arc_fw_hdr
|
/src/sys/dev/ic/ |
advlib.h | 365 ASC_SCSI_INQ1 byte1; member in struct:__anonb66e5a2c0608
|