Searched refs:__uint64_t (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ioctl.h63 __uint64_t off;
71 __uint64_t rx_packets;
72 __uint64_t tx_packets;
73 __uint64_t rx_bytes;
74 __uint64_t rx_errors;
75 __uint64_t tx_bytes;
76 __uint64_t tx_errors;
77 __uint64_t rx_CRC_errors;
78 __uint64_t rx_short_length_error;
79 __uint64_t rx_long_length_erro
[all...]
H A Dnic_cmn.h266 __uint64_t CMD_CONSUMER_OFFSET;
282 __uint64_t D3_STATE_REGISTER;
364 __uint64_t word0;
372 __uint64_t AddrBuffer2;
373 __uint64_t word1;
389 __uint64_t word2;
397 __uint64_t AddrBuffer3;
398 __uint64_t word3;
406 __uint64_t AddrBuffer1;
407 __uint64_t word
[all...]
H A Dunm_nic_hw.c509 UNM_NIC_PCI_WRITE_64 (*(__uint64_t *)data, addr);
574 UNM_NIC_PCI_WRITE_64 (*(__uint64_t *)data, addr);
722 UNM_NIC_PCI_WRITE_64(*(__uint64_t *)data, (void *) (uptr_t)off);
779 *(__uint64_t *)data = UNM_NIC_PCI_READ_64(addr);
831 *(__uint64_t *)data = UNM_NIC_PCI_READ_64((void *) (uptr_t)off);
887 *(__uint64_t *)data = UNM_NIC_PCI_READ_64(addr);
1160 *(__uint64_t *)data = UNM_NIC_PCI_READ_64(addr);
1224 UNM_NIC_PCI_WRITE_64(*(__uint64_t *)data, addr);
1241 __uint64_t off8, mem_crb, tmpw, word[2] = {0, 0};
1278 tmpw = *((__uint64_t *)dat
[all...]
H A Dunm_brdcfg.h244 __uint64_t mac_addr[FLASH_NUM_PORTS * FLASH_NUM_MAC_PER_PORT];
H A Dunm_inc.h46 typedef unsigned long long __uint64_t; typedef
47 typedef __uint64_t jiffies_t;
578 typedef __uint64_t unm_dataword_t; /* single word in data space */
579 typedef __uint64_t unm64ptr_t; /* a pointer that occupies 64 bits */
1560 int unm_imb_writelit64(unsigned long off, __uint64_t data);
H A Dniu.c179 __uint64_t result;
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_types.h59 typedef unsigned long __uint64_t; typedef
70 typedef unsigned long long __uint64_t; typedef
104 typedef __uint64_t __size_t; /* sizeof() */
107 typedef __uint64_t __uintfptr_t;
108 typedef __uint64_t __uintptr_t;
119 typedef __uint64_t __uintmax_t;
123 typedef __uint64_t __uint_fast64_t;
127 typedef __uint64_t __uint_least64_t;
129 typedef __uint64_t __u_register_t;
130 typedef __uint64_t __vm_offset_
[all...]
H A Dendian.h70 (((__uint64_t)__bswap32((x) & 0xffffffff) << 32) | __bswap32((x) >> 32))
81 __bswap64_gen((__uint64_t)(x)) : __bswap64_var(x))
110 static __inline __uint64_t
111 __bswap64_var(__uint64_t _x)
/illumos-gate/usr/src/boot/sys/sys/
H A D_types.h42 typedef __uint64_t __fsblkcnt_t;
43 typedef __uint64_t __fsfilcnt_t;
H A D_stdint.h69 typedef __uint64_t uint64_t;
H A Dtypes.h68 typedef __uint64_t u_int64_t;
70 typedef __uint64_t u_quad_t; /* quads (deprecated) */
273 typedef __uint64_t uoff_t;
297 #define __bitcount64(x) __builtin_popcountll((__uint64_t)(x))
331 static __inline __uint64_t
332 __bitcount64(__uint64_t _x)
346 static __inline __uint64_t
347 __bitcount64(__uint64_t _x)
H A Dendian.h52 typedef __uint64_t uint64_t;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dlibdwarfdefs.h43 /* We want __uint32_t and __uint64_t and __int32_t __int64_t
87 typedef unsigned long long __uint64_t; typedef
H A Ddwarf_base_types.h112 typedef __uint64_t Dwarf_ufixed64;
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h322 __uint64_t

Completed in 106 milliseconds