Searched defs:u8 (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/lib/libast/common/features/
H A Dalign.c45 void* u8; member in union:_u_
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dtypes.h39 typedef uint8_t u8; /* Unsigned types of an exact size */ typedef
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcamellia.c33 typedef unsigned char u8; typedef
70 (ct)[0] = (u8)((st) >> 24); \
71 (ct)[1] = (u8)((st) >> 16); \
72 (ct)[2] = (u8)((st) >> 8); \
73 (ct)[3] = (u8)(st); }
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dcamellia.c35 typedef unsigned char u8; typedef
72 (ct)[0] = (u8)((st) >> 24); \
73 (ct)[1] = (u8)((st) >> 16); \
74 (ct)[2] = (u8)((st) >> 8); \
75 (ct)[3] = (u8)(st); }
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dterm.c435 grub_uint8_t u8[20], *ptr; local
452 grub_ucs4_to_utf8 (&code, 1, u8, sizeof (u8));
454 for (ptr = u8; *ptr; ptr++)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c52 typedef unsigned char u8; typedef
H A Dnatsemi.c74 typedef uint8_t u8; typedef
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...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_types.h60 typedef uint8_t u8; typedef
76 typedef u8 uint8;
222 u8 thresh; /* Alert Threshold (in percent) */
223 u8 delta; /* Alert Threshold delta (in percent) */
224 u8 rsrvd1;
225 u8 limit_hi; /* DASD limit (in logical blocks) */
227 u8 rsrvd2[3];
228 u8 used_hi; /* DASD usage (in logical blocks) */
/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp_tlv.c1266 uint8_t u8; local
1292 u8 = *value;
1293 app->la_pri = (u8 & 0xE0) >> 5;
1294 app->la_sel = u8 & 0x3;
1376 uint8_t u8; local
1389 u8 = *value;
1390 pfc->lp_willing = u8 >> 7;
1391 pfc->lp_mbc = (u8 >> 6) & 0x1;
1392 pfc->lp_cap = u8 & 0xF;
1555 uint8_t u8; local
1644 uint8_t u8; local
[all...]
/osnet-11/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...]
/osnet-11/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...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c4421 uint8_t u8; local
4439 u8 = vdp->vd_val;
4440 val = &u8;

Completed in 118 milliseconds