/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | ssc100.c | 224 ssc100_common(struct ssc100_unit *unitp, uchar_t *byte, uchar_t input, in ssc100_common() 257 ssc100_get_reg(struct ssc100_unit *unitp, uchar_t *byte, uchar_t reg) in ssc100_get_reg() 270 ssc100_get(struct ssc100_unit *unitp, uchar_t *byte) in ssc100_get() 283 ssc100_set(struct ssc100_unit *unitp, uchar_t byte) in ssc100_set() 307 uchar_t byte; in ssc100_ioctl() local
|
H A D | pcf8574.c | 221 pcf8574_get(struct pcf8574_unit *unitp, uchar_t *byte) in pcf8574_get() 255 pcf8574_set(struct pcf8574_unit *unitp, uchar_t byte) in pcf8574_set() 297 uchar_t byte; in pcf8574_ioctl() local
|
H A D | pic16f819.c | 146 pic16f819_get(struct pic16f819_unit *unitp, int reg, uchar_t *byte, int flags) in pic16f819_get() 172 pic16f819_set(struct pic16f819_unit *unitp, int reg, uchar_t byte) in pic16f819_set()
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | mbtranslate.c | 62 *_strcode2byte(wchar_t *code, char *byte, int n) in _strcode2byte() 105 *_strbyte2code(char *byte, wchar_t *code, int n) in _strbyte2code()
|
H A D | wgetstr.c | 61 int byte[LENGTH]; in wgetnstr() local
|
/illumos-gate/usr/src/uts/sun4u/littleneck/io/ |
H A D | pcf8574_lneck.c | 232 pcf8574_get(struct pcf8574_unit *unitp, uchar_t *byte) in pcf8574_get() 266 pcf8574_set(struct pcf8574_unit *unitp, uchar_t byte) in pcf8574_set() 307 uchar_t byte; in pcf8574_ioctl() local 617 uint8_t byte; in littleneck_ks_poll() local
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_leb.c | 59 Dwarf_Unsigned byte = 0; in _dwarf_decode_u_leb128_chk() local 139 Dwarf_Unsigned byte = 0; in _dwarf_decode_s_leb128_chk() local
|
H A D | pro_encode_nm.c | 91 unsigned char byte = value & DATA_MASK; in _dwarf_pro_encode_signed_leb128_nm() local
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp_hash.c | 114 uint32_t index, bit, byte, crc; in nxge_crc32c_init() local 140 uint16_t index, bit, byte; in nxge_crc_ccitt_init() local 280 uint32_t crc, bit, byte, index; in nxge_init_h1_table() local 304 int bit, byte; in nxge_compute_h1_serial() local
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
H A D | nvm_iscsi_cfg.h | 59 u8 byte[NVM_ISCSI_CFG_DHCP_NAME_MAX_LEN]; member 66 u8 byte[NVM_ISCSI_IPV4_ADDR_BYTE_LEN]; member 73 u8 byte[NVM_ISCSI_IPV6_ADDR_BYTE_LEN]; member 123 u8 byte[NVM_ISCSI_CFG_ISCSI_NAME_MAX_PLUS_RESERVED]; member 131 u8 byte[NVM_ISCSI_CFG_CHAP_NAME_MAX_LEN]; member 139 u8 byte[NVM_ISCSI_CFG_CHAP_PWD_MAX_LEN]; member 144 u8 byte[8]; member
|
H A D | nvm_fcoe_cfg.h | 56 u8 byte[8]; member 62 u8 byte[8]; member
|
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/ |
H A D | pcf8574_impl.h | 43 #define PCF8574_BIT_READ_MASK(byte, bit) ((byte >> bit) & 0x01) argument 52 #define PCF8574_BIT_WRITE_MASK(byte, bit, value)\ argument
|
H A D | ssc100_impl.h | 43 #define SSC100_BIT_READ_MASK(byte, bit) ((byte >> bit) & 0x01) argument 52 #define SSC100_BIT_WRITE_MASK(byte, bit, value)\ argument
|
/illumos-gate/usr/src/common/font/ |
H A D | font.c | 398 int byte; in font_bit_to_pix4() local 459 int byte; in font_bit_to_pix8() local 522 int byte; in font_bit_to_pix16() local 584 int byte; in font_bit_to_pix24() local 651 int byte; in font_bit_to_pix32() local
|
/illumos-gate/usr/src/cmd/tic/ |
H A D | tic_read.c | 148 unsigned char byte[OFFSET_BUFSIZE][2]; in read_entry() local 297 char byte[2]; in must_swap() member
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | nfold.c | 62 int byte, i, msbit; in krb5_nfold() local
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/ |
H A D | line64.c | 204 unsigned char nib, *byte; in ldif_base64_decode() local 324 unsigned char *p, *byte, *stop; in ldif_put_type_and_value_with_options() local 430 unsigned char *byte, *stop; in ldif_base64_encode_internal() local
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 38 Byte *byte = &(ehdr->e_ident[0]); in Elf_ehdr() local
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | tputs.c | 48 __m_putchar(byte) in __m_putchar() argument
|
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | sock2p.c | 55 const unsigned char *byte = (const unsigned char *) in inet_ntop() local
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | inet_ntop.c | 145 long byte; in str2inet_addr() local 270 long byte; in __inet_pton() local
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | tputs.c | 53 __m_putchar(int byte) in __m_putchar()
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/common/ |
H A D | pcfs_common.c | 165 int byte; in dump_bytes() local 210 int byte; in header_for_dump() local
|
/illumos-gate/usr/src/common/smbsrv/ |
H A D | smb_door_legacy.c | 327 smb_dr_put_BYTE(smb_dr_ctx_t *ctx, BYTE byte) in smb_dr_put_BYTE() 342 BYTE byte = 0; in smb_dr_get_BYTE() local
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | utils.c | 127 unsigned char byte; in print_mem() local
|