Searched defs:u8 (Results 26 - 49 of 49) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h150 typedef uint8_t u8; typedef
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h97 #define u8 uint8_t macro
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm_common.h196 uint8_t u8[8]; member in union:__anon8869
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c1262 kb8042_send_and_wait(struct kb8042 *kb8042, uint8_t u8, boolean_t polled) argument
1282 ddi_put8(kb8042->handle, outp, u8);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c104 typedef unsigned char u8; typedef
H A Dpcnet32.c57 typedef unsigned char u8; typedef
218 u8 phys_addr[6];
588 u8 *ptxb;
601 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2); /* type */
676 u8 promaddr[6];
H A Dr8169.c55 typedef unsigned char u8; typedef
258 u8 version; /* depend on RTL8169 docs */
291 static u8 tx_ring[NUM_TX_DESC * sizeof(struct TxDesc) + 256];
299 static u8 rx_ring[NUM_RX_DESC * sizeof(struct TxDesc) + 256];
509 u8 *ptxb;
517 memcpy(ptxb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
644 u8 diff;
H A Dsundance.c55 typedef unsigned char u8; typedef
529 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
588 u8 ee_data[EEPROM_SIZE];
H A Dw89c840.c87 typedef unsigned char u8; typedef
H A Dforcedeth.c63 typedef unsigned char u8; typedef
319 u8 *ring_addr;
343 static inline void pci_push(u8 * base)
351 u8 *base = (u8 *) BASE;
395 u8 *base = (u8 *) BASE;
453 u8 *base = (u8 *) BASE;
469 u8 *bas
[all...]
H A Dns83820.c56 typedef unsigned char u8; typedef
394 u8 *base;
587 static void ns83820_getmac(struct nic *nic __unused, u8 * mac)
604 u8 *rfcr = ns->base + RFCR;
734 memcpy(txb + 2 * ETH_ALEN, (u8 *) & nstype, 2);
H A Dsis900.h366 typedef unsigned char u8; typedef
H A Dtlan.h43 typedef unsigned char u8; typedef
396 inline u8 TLan_DioRead8(u16 base_addr, u16 internal_addr)
426 inline void TLan_DioWrite8(u16 base_addr, u16 internal_addr, u8 data)
456 inline void TLan_ClearBit(u8 bit, u16 port)
464 inline int TLan_GetBit(u8 bit, u16 port)
472 inline void TLan_SetBit(u8 bit, u16 port)
485 inline u32 TLan_HashFunc(u8 * a)
487 u8 hash;
507 #define DA( a, bit ) ( ( (u8) a[bit/8] ) & ( (u8) (
[all...]
H A Dtulip.c120 typedef uint8_t u8; typedef
276 static u8 t21040_csr13[] = {2,0x0C,8,4, 4,0,0,0, 0,0,0,0, 4,0,0,0};
320 u8 type;
321 u8 media;
327 u8 leafcount, csr12dir; /* General purpose pin directions. */
424 u8 media_table_storage[(sizeof(struct mediatable) + 32*sizeof(struct medialeaf))];
1087 memcpy(txb + 2 * ETH_ALEN, (u8 *)&nstype, 2);
1212 u8 chip_rev;
1213 u8 ee_data[EEPROM_SIZE];
1842 u8 *init_sequenc
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Djfs.h97 typedef unsigned char u8; typedef
154 u8 thresh; /* Alert Threshold (in percent) */
155 u8 delta; /* Alert Threshold delta (in percent) */
156 u8 rsrvd1;
157 u8 limit_hi; /* DASD limit (in logical blocks) */
159 u8 rsrvd2[3];
160 u8 used_hi; /* DASD usage (in logical blocks) */
241 u8 rsrvd4[7]; /* 7: reserved - set to 0 */
297 u8 namlen; /* 1: */
309 u8 namle
[all...]
/illumos-gate/usr/src/uts/common/kiconv/kiconv_emea/
H A Dkiconv_emea.c611 uint32_t u8; local
721 u8 = *ib++;
725 if (*ib < u8_valid_min_2nd_byte[u8] ||
726 *ib > u8_valid_max_2nd_byte[u8]) {
739 u8 = (u8 << 8) | ((uint32_t)*ib);
747 if (tbl[i].u8 == u8)
749 else if (tbl[i].u8 < u8)
901 uint32_t u8; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c2207 uchar_t u8[LDTERM_CS_MAX_BYTE_LENGTH]; local
2251 u8[0] = *startp;
2267 u8[i] = *startp;
2274 *readp = ldterm_utf8_width(u8, i);
2453 uchar_t u8[LDTERM_CS_MAX_BYTE_LENGTH]; local
2483 u8[len++] = (uchar_t)c;
2507 u8_2[i] = u8[len - i - 1];
2549 uchar_t u8[LDTERM_CS_MAX_BYTE_LENGTH]; local
2564 u8[len++] = (uchar_t)c;
2578 u8[le
5034 uchar_t u8[LDTERM_CS_MAX_BYTE_LENGTH]; local
5385 ldterm_utf8_width(uchar_t *u8, int length) argument
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h127 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */ typedef
133 ** Defer sourcing vdbe.h until after the "u8" typedef is defined.
271 u8 inTrans; /* 0: not writable. 1: Transaction. 2: Checkpoint */
352 u8 file_format; /* What file format version is this database? */
353 u8 safety_level; /* How aggressive at synching data to disk */
354 u8 want_to_close; /* Close after all VDBEs are deallocated */
355 u8 temp_store; /* 1=file, 2=memory, 0=compile-time default */
356 u8 onError; /* Default conflict algorithm */
374 u8 busy; /* TRUE if currently initializing */
436 u8 includeType
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h323 typedef uint8_t u8; typedef
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c3752 uint8_t u8; local
3770 u8 = vdp->vd_val;
3771 val = &u8;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1929 uint8_t u8; local
1932 (void) nvpair_value_byte(nvp, (uchar_t *)&u8);
1935 diff = (u8 != ou8);
1939 diff = (u8 != ou8);
3374 uchar_t u8; local
3376 (void) nvpair_value_byte(nvp, &u8);
3377 (void) fprintf(fp, "%u\n", u8);
5931 uint8_t u8; local
5933 res = readuint8(valst, &u8, &tmp);
5935 res = nvlist_add_byte(*nvlp, name, u8);
6022 uint8_t u8; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3034 uint64_t u8 = ZFS_PROP_UNDEFINED; local
3049 zfs_prop_to_name(ZFS_PROP_UTF8ONLY), &u8);
3068 (norm != ZFS_PROP_UNDEFINED || u8 != ZFS_PROP_UNDEFINED ||
3087 u8 = 1;
3088 if (u8 == ZFS_PROP_UNDEFINED)
3089 VERIFY(zfs_get_zplprop(os, ZFS_PROP_UTF8ONLY, &u8) == 0);
3091 zfs_prop_to_name(ZFS_PROP_UTF8ONLY), u8) == 0);
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c310 uint8_t u8; member in union:__anon184
327 peekpoke_value.u8 = *(uint8_t *)value_p;
355 *(uint8_t *)value_p = peekpoke_value.u8;
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_inc.h49 typedef uint8_t u8; typedef

Completed in 171 milliseconds

12