Home
last modified time | relevance | path

Searched defs:byte (Results 51 – 75 of 96) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c149 #define sbyte(x, byte) ((((ulong_t)(x)) >> (byte * 8)) & 0xff) argument
171 #define gbyte(x, byte) ((((ulong_t)(x)) & 0xff) << (byte * 8)) argument
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c733 uint8_t byte; in idm_idpool_alloc() local
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dmain.c181 int ndx, byte, word; in dump_hex_bytes() local
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c61 static s32 ixgbe_out_i2c_byte_ack(struct ixgbe_hw *hw, u8 byte) in ixgbe_out_i2c_byte_ack()
78 static s32 ixgbe_in_i2c_byte_ack(struct ixgbe_hw *hw, u8 *byte) in ixgbe_in_i2c_byte_ack()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.S93 #define SETL41(reg, byte) \ argument
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c55 write_string(byte, sp) in write_string() argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c1012 uint8_t byte; in ql_change_endian() local
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h258 cisdata_t *byte; /* read pointer for GET_BYTE macros */ member
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c1209 int byte; in crc32_mchash() local
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c58 write_string(int byte, t_string *sp) in write_string()
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c1405 kb8042_send_to_keyboard(struct kb8042 *kb8042, int byte, boolean_t polled)
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c1084 unsigned char *byte; in hash() local
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1368 Byte *byte; in dcmd_ElfEhdr() local
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c880 u8 byte = ((u8 *)tcp)[off+i]; in __hal_tcp_lro_capable() local
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1595 uchar_t byte; in ecpp_putioc() local
4687 nibble_peripheral2host(struct ecppunit *pp, uint8_t *byte) in nibble_peripheral2host()
H A Di8042.c1012 unsigned char byte; in i8042_intr() local
H A Dcryptmod.c742 int byte, i, msbit; in nfold() local
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c2902 int byte = 0, state = VIRGIN, new; in sockaddr() local
2960 int byte = 0, state = VIRGIN, new; in link_addr() local
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c1922 uchar_t *byte; in calc_ocsum() local
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c976 uint8_t byte; in emlxs_dump_string_dmpfile() local
1255 uint8_t byte; in emlxs_dump_host_block() local
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1266 uint8_t volatile byte[NCPU]; in xt_sync() member
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1393 uchar_t byte; in apic_shutdown() local
/illumos-gate/usr/src/common/dis/i386/
H A Ddis_tables.c3182 int byte; in dtrace_get_opcode() local
3208 int byte; in dtrace_get_SIB() local
3676 int byte; in dtrace_imm_opnd() local
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandocdb.c1479 char byte; in parse_man() local
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c307 uint8_t byte; in smb_idpool_alloc() local

1234