byte 814 arch/i386/i386/db_disasm.c #define f_mod(byte) ((byte)>>6) byte 815 arch/i386/i386/db_disasm.c #define f_reg(byte) (((byte)>>3)&0x7) byte 816 arch/i386/i386/db_disasm.c #define f_rm(byte) ((byte)&0x7) byte 818 arch/i386/i386/db_disasm.c #define sib_ss(byte) ((byte)>>6) byte 819 arch/i386/i386/db_disasm.c #define sib_index(byte) (((byte)>>3)&0x7) byte 820 arch/i386/i386/db_disasm.c #define sib_base(byte) ((byte)&0x7) byte 147 arch/i386/i386/vm86.c u_int byte; /* bt instruction doesn't do byte 151 arch/i386/i386/vm86.c copyin(bitmap, &byte, sizeof(u_char)); byte 155 arch/i386/i386/vm86.c :"r" (byte),"r" (nr)); byte 230 arch/i386/stand/pxeboot/net.c u_int byte; byte 240 arch/i386/stand/pxeboot/net.c byte = addr & 0xff; byte 241 arch/i386/stand/pxeboot/net.c *--cp = byte % 10 + '0'; byte 242 arch/i386/stand/pxeboot/net.c byte /= 10; byte 243 arch/i386/stand/pxeboot/net.c if (byte > 0) { byte 244 arch/i386/stand/pxeboot/net.c *--cp = byte % 10 + '0'; byte 245 arch/i386/stand/pxeboot/net.c byte /= 10; byte 246 arch/i386/stand/pxeboot/net.c if (byte > 0) byte 247 arch/i386/stand/pxeboot/net.c *--cp = byte + '0'; byte 243 dev/gpio/gpioiic.c gpioiic_i2c_write_byte(void *cookie, u_int8_t byte, int flags) byte 245 dev/gpio/gpioiic.c return (i2c_bitbang_write_byte(cookie, byte, flags, &gpioiic_bbops)); byte 129 dev/i2c/i2cvar.h #define iic_write_byte(ic, byte, flags) \ byte 130 dev/i2c/i2cvar.h (*(ic)->ic_write_byte)((ic)->ic_cookie, (byte), (flags)) byte 2426 dev/ic/advlib.c u_int8_t byte; byte 2433 dev/ic/advlib.c byte = (sdtr_period_ix << 4) | (syn_offset & ASC_SYN_MAX_OFFSET); byte 2434 dev/ic/advlib.c return (byte); byte 944 dev/ic/adwlib.c u_int8_t byte; byte 984 dev/ic/adwlib.c byte = ADW_READ_BYTE_REGISTER(iot, ioh, IOPB_RAM_BIST); byte 985 dev/ic/adwlib.c if ((byte & RAM_TEST_DONE) == 0 || (byte & 0x0F) != byte 1012 dev/ic/adwlib.c byte = ADW_READ_BYTE_REGISTER(iot, ioh, IOPB_RAM_BIST); byte 1013 dev/ic/adwlib.c if ((byte & RAM_TEST_DONE)==0 || (byte & RAM_TEST_STATUS)!=0) { byte 918 dev/ic/adwlib.h #define ADW_WRITE_BYTE_REGISTER(iot, ioh, reg_off, byte) \ byte 919 dev/ic/adwlib.h bus_space_write_1((iot), (ioh), (reg_off), (byte)) byte 934 dev/ic/adwlib.h #define ADW_READ_BYTE_LRAM(iot, ioh, addr, byte) \ byte 937 dev/ic/adwlib.h (byte) = bus_space_read_1((iot), (ioh), IOPB_RAM_DATA); \ byte 941 dev/ic/adwlib.h #define ADW_WRITE_BYTE_LRAM(iot, ioh, addr, byte) \ byte 944 dev/ic/adwlib.h bus_space_write_1((iot), (ioh), IOPB_RAM_DATA, (byte)); \ byte 9887 dev/ic/aic79xx.c uint8_t *byte; byte 9896 dev/ic/aic79xx.c byte = cmd->bytes; byte 9937 dev/ic/aic79xx.c if (byte[0] != 0xFF) { byte 9939 dev/ic/aic79xx.c atio->tag_action = *byte++; byte 9940 dev/ic/aic79xx.c atio->tag_id = *byte++; byte 9945 dev/ic/aic79xx.c byte++; byte 9948 dev/ic/aic79xx.c switch (*byte >> CMD_GROUP_CODE_SHIFT) { byte 9970 dev/ic/aic79xx.c memcpy(atio->cdb_io.cdb_bytes, byte, atio->cdb_len); byte 7191 dev/ic/aic7xxx.c uint8_t *byte; byte 7200 dev/ic/aic7xxx.c byte = cmd->bytes; byte 7242 dev/ic/aic7xxx.c if (byte[0] != 0xFF) { byte 7244 dev/ic/aic7xxx.c atio->tag_action = *byte++; byte 7245 dev/ic/aic7xxx.c atio->tag_id = *byte++; byte 7250 dev/ic/aic7xxx.c byte++; byte 7253 dev/ic/aic7xxx.c switch (*byte >> CMD_GROUP_CODE_SHIFT) { byte 7275 dev/ic/aic7xxx.c memcpy(atio->cdb_io.cdb_bytes, byte, atio->cdb_len); byte 681 dev/ic/ispreg.h #define ISPBSMX(c, byte, shift, mask) \ byte 682 dev/ic/ispreg.h (((c)[(byte)] >> (shift)) & (mask)) byte 418 dev/isa/gscsio.c gscsio_acb_write_byte(void *cookie, uint8_t byte, int flags) byte 437 dev/isa/gscsio.c ACB_WRITE(GSCSIO_ACB_SDA, byte); byte 805 dev/isa/gus.c goto byte; byte 820 dev/isa/gus.c byte: byte 195 dev/isa/opti.c opti_outb(port, byte) byte 197 dev/isa/opti.c u_char byte; byte 200 dev/isa/opti.c outb( port, byte ); byte 54 dev/midivar.h #define MIDIBUF_WRITE(buf, byte) \ byte 56 dev/midivar.h (buf)->data[MIDIBUF_END(buf)] = (byte); \ byte 59 dev/midivar.h #define MIDIBUF_READ(buf, byte) \ byte 61 dev/midivar.h (byte) = (buf)->data[(buf)->start++]; \ byte 406 dev/pci/bktr/bktr_card.c int byte; byte 423 dev/pci/bktr/bktr_card.c if ( (byte = i2cRead( bktr, (addr | 1) )) == -1 ) byte 425 dev/pci/bktr/bktr_card.c data[ x ] = byte; byte 3726 dev/pci/bktr/bktr_core.c int byte = 0; byte 3735 dev/pci/bktr/bktr_core.c if ( bit ) byte |= (1<<x); byte 3757 dev/pci/bktr/bktr_core.c *data=byte; byte 427 dev/pci/if_bge.c u_int32_t byte = 0; byte 456 dev/pci/if_bge.c byte = CSR_READ_4(sc, BGE_EE_DATA); byte 458 dev/pci/if_bge.c *dest = (byte >> ((addr % 4) * 8)) & 0xFF; byte 470 dev/pci/if_bge.c u_int8_t byte = 0; byte 473 dev/pci/if_bge.c err = bge_eeprom_getbyte(sc, off + i, &byte); byte 476 dev/pci/if_bge.c *(dest + i) = byte; byte 110 dev/pci/if_em_hw.c static int32_t em_verify_write_ich8_byte(struct em_hw *hw, uint32_t index, uint8_t byte); byte 111 dev/pci/if_em_hw.c static int32_t em_write_ich8_byte(struct em_hw *hw, uint32_t index, uint8_t byte); byte 7967 dev/pci/if_em_hw.c em_verify_write_ich8_byte(struct em_hw *hw, uint32_t index, uint8_t byte) byte 7972 dev/pci/if_em_hw.c DEBUGOUT2("Byte := %2.2X Offset := %d\n", byte, index); byte 7974 dev/pci/if_em_hw.c error = em_write_ich8_byte(hw, index, byte); byte 7978 dev/pci/if_em_hw.c DEBUGOUT2("Retrying \t Byte := %2.2X Offset := %d\n", byte, index); byte 7979 dev/pci/if_em_hw.c error = em_write_ich8_byte(hw, index, byte); byte 205 dev/pci/if_ti.c ti_eeprom_putbyte(struct ti_softc *sc, int byte) byte 218 dev/pci/if_ti.c if (byte & i) byte 252 dev/pci/if_ti.c u_int8_t byte = 0; byte 301 dev/pci/if_ti.c byte |= i; byte 312 dev/pci/if_ti.c *dest = byte; byte 324 dev/pci/if_ti.c u_int8_t byte = 0; byte 327 dev/pci/if_ti.c err = ti_eeprom_getbyte(sc, off + i, &byte); byte 330 dev/pci/if_ti.c *(dest + i) = byte; byte 423 dev/pci/if_tl.c u_int8_t tl_eeprom_putbyte(sc, byte) byte 425 dev/pci/if_tl.c int byte; byte 438 dev/pci/if_tl.c if (byte & i) { byte 473 dev/pci/if_tl.c u_int8_t byte = 0; byte 516 dev/pci/if_tl.c byte |= i; byte 527 dev/pci/if_tl.c *dest = byte; byte 542 dev/pci/if_tl.c u_int8_t byte = 0; byte 545 dev/pci/if_tl.c err = tl_eeprom_getbyte(sc, off + i, &byte); byte 548 dev/pci/if_tl.c *(dest + i) = byte; byte 412 lib/libsa/net.c u_int byte; byte 422 lib/libsa/net.c byte = addr & 0xff; byte 423 lib/libsa/net.c *--cp = byte % 10 + '0'; byte 424 lib/libsa/net.c byte /= 10; byte 425 lib/libsa/net.c if (byte > 0) { byte 426 lib/libsa/net.c *--cp = byte % 10 + '0'; byte 427 lib/libsa/net.c byte /= 10; byte 428 lib/libsa/net.c if (byte > 0) byte 429 lib/libsa/net.c *--cp = byte + '0';