Searched refs:__uint8_t (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Ddirent.h53 __uint8_t d_type; /* file type, see below */
54 __uint8_t d_namlen; /* length of string in d_name */
H A D_stdint.h54 typedef __uint8_t uint8_t;
H A D_types.h58 typedef __uint8_t __sa_family_t;
H A Dendian.h37 typedef __uint8_t uint8_t;
H A Dtypes.h65 typedef __uint8_t u_int8_t; /* unsigned integrals (deprecated) */
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_brdcfg.h205 __uint8_t flash_md5[16];
206 __uint8_t crbinit_md5[16];
207 __uint8_t brdcfg_md5[16];
211 __uint8_t bootld_md5[16];
215 __uint8_t image_md5[16];
228 __uint8_t flash_md5[16 * 64];
229 /* __uint8_t crbinit_md5[16]; */
230 /* __uint8_t brdcfg_md5[16]; */
234 /* __uint8_t bootld_md5[16]; */
246 __uint8_t serial_nu
[all...]
H A Dnic_cmn.h491 __uint8_t HashType;
499 __uint8_t lro_frag:7, last_lro_frag:1;
509 __uint8_t direction;
514 __uint8_t nr_frags;
H A Dniu.c224 (void) memcpy(&temp, ((__uint8_t *)addr)+2, sizeof (unm_crbword_t));
501 (void) memcpy(&temp, ((__uint8_t *)addr) + 2,
509 (void) memcpy(&temp, ((__uint8_t *)addr) + 2,
525 (void) memcpy(&temp, ((__uint8_t *)addr) + 2,
533 (void) memcpy(&temp, ((__uint8_t *)addr) + 2,
H A Dunm_nic_hw.c500 UNM_NIC_PCI_WRITE_8 (*(__uint8_t *)data, addr);
565 UNM_NIC_PCI_WRITE_8 (*(__uint8_t *)data, addr);
713 UNM_NIC_PCI_WRITE_8(*(__uint8_t *)data, (void *) (uptr_t)off);
770 *(__uint8_t *)data = UNM_NIC_PCI_READ_8(addr);
822 *(__uint8_t *)data = UNM_NIC_PCI_READ_8((void *) (uptr_t)off);
878 *(__uint8_t *)data = UNM_NIC_PCI_READ_8(addr);
1151 *(__uint8_t *)data = UNM_NIC_PCI_READ_8(addr);
1215 UNM_NIC_PCI_WRITE_8(*(__uint8_t *)data, addr);
1268 tmpw = *((__uint8_t *)data);
1404 *(__uint8_t *)dat
[all...]
H A Dunm_inc.h43 typedef unsigned char __uint8_t; typedef
808 typedef __uint8_t unm_ethernet_macaddr_t[6];
H A Dunm_nic.h662 int unm_nic_macaddr_set(struct unm_adapter_s *, __uint8_t *addr);
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_types.h52 typedef unsigned char __uint8_t; typedef
124 typedef __uint8_t __uint_least8_t;
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h50 typedef __uint8_t uint8_t;

Completed in 387 milliseconds