/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | ostypes.h | 42 typedef unsigned long long int u64; typedef
|
/illumos-gate/usr/src/cmd/fs.d/zfs/fstyp/ |
H A D | fstyp.c | 89 uint64_t u64; local 106 if (nvlist_lookup_uint64(h->config, "guid", &u64) == 0) { 107 (void) snprintf(buf, sizeof (buf), "%llu", (u_longlong_t)u64); 110 if (nvlist_lookup_uint64(h->config, "version", &u64) == 0) { 111 (void) snprintf(buf, sizeof (buf), "%llu", (u_longlong_t)u64);
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acwin.h | 69 typedef COMPILER_DEPENDENT_UINT64 u64; typedef
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | libdlsim.c | 141 uint64_t u64; local 148 status = dladm_get_conf_field(handle, conf, FSIMNETTYPE, &u64, 149 sizeof (u64)); 152 attrp->sna_type = (uint_t)u64; 154 status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64, 155 sizeof (u64)); 158 attrp->sna_mac_len = (uint_t)u64; 479 uint64_t u64; local 490 u64 = attrp->sna_type; 492 DLADM_TYPE_UINT64, &u64); [all...] |
H A D | libdlib.c | 366 uint64_t u64; local 388 u64 = pattr->dia_pkey; 392 DLADM_TYPE_UINT64, &u64); 614 uint64_t u64; local 652 status = dladm_get_conf_field(handle, conf, FPORTPKEY, &u64, 653 sizeof (u64)); 657 pkey = (ib_pkey_t)u64;
|
H A D | libdlvnic.c | 199 uint64_t u64; local 233 status = dladm_get_conf_field(handle, conf, FMADDRTYPE, &u64, 234 sizeof (u64)); 238 attrp->va_mac_addr_type = (vnic_mac_addr_type_t)u64; 241 &u64, sizeof (u64))) != DLADM_STATUS_OK) { 244 attrp->va_vrid = (vrid_t)u64; 248 &u64, sizeof (u64))) != DLADM_STATUS_OK) { 251 attrp->va_af = (int)u64; 670 uint64_t u64; local [all...] |
H A D | libdlaggr.c | 273 uint64_t u64; local 282 status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64)); 285 attrp->lg_key = (uint16_t)u64; 287 status = dladm_get_conf_field(handle, conf, FPOLICY, &u64, 288 sizeof (u64)); 291 attrp->lg_policy = (uint32_t)u64; 316 status = dladm_get_conf_field(handle, conf, FLACPMODE, &u64, 317 sizeof (u64)); 320 attrp->lg_lacp_mode = (aggr_lacp_mode_t)u64; 389 uint64_t u64; local 1020 uint64_t u64; local 1183 uint64_t u64; local 1239 uint64_t u64; local 1463 uint64_t u64; local [all...] |
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_ndd.c | 195 uint64_t u64; local 253 value = (uchar_t *)&u64; 259 u64 = mac_stat_get((mac_handle_t)mip, 265 new_value = u32 = (long)u64; 285 new_value = (u64/1000000);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | epoll.h | 30 uint64_t u64; member in union:epoll_data
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | bcmtype.h | 73 typedef u64 u64_t; 108 typedef u_int64_t u64; typedef 239 typedef U64 u64; typedef
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_tools_4u.c | 79 uint64_t u64; member in union:__anon9796 120 err = px_phys_peek_4u(size, paddr, &peek_value.u64, type); 140 *value_p = peek_value.u64; 179 poke_value.u64 = value; 210 err = px_phys_poke_4u(size, paddr, &poke_value.u64, type);
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 139 typedef uint64_t u64; typedef 145 #define __le64 u64 148 #define __be64 u64
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000_osdep.h | 205 typedef uint64_t u64; typedef 210 #define __le64 u64
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_osdep.h | 107 typedef uint64_t u64; typedef 114 #define __le64 u64 117 #define __be64 u64 156 u64 pa; /* Physical (DMA/Hardware) address. */
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | e1000_osdep.h | 161 #define __le64 u64 170 typedef uint64_t u64; typedef
|
/illumos-gate/usr/src/cmd/od/ |
H A D | od.c | 105 typedef unsigned long long u64; typedef 132 DECL_GET(u64) 156 DECL_OUT(oct_q, u64, " %022llo") 160 DECL_OUT(dec_q, u64, " %020llu")
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_tools.c | 78 uint64_t u64; member in union:__anon9790 153 err = pci_do_phys_peek(size, paddr, &peek_value.u64, type); 164 *value_p = (uint64_t)peek_value.u64; 203 poke_value.u64 = value; 232 err = pci_do_phys_poke(size, paddr, &poke_value.u64, type);
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.c | 797 uint64_t u64; local 802 u64 = fmd_prop_get_int32(hdl, GLOBAL_PROP_LOG_LEVEL); 803 g_verbose = (int)u64; 816 u64 = fmd_prop_get_int32(hdl, fmd_props[i].fmdp_name); 821 u64 = fmd_prop_get_int64(hdl, fmd_props[i].fmdp_name); 831 (void) snprintf(buf, INT64_BUF_LEN, "0x%llx", u64);
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 153 typedef uint64_t u64; typedef
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_misc.c | 141 uint64_t u64, mask; local 179 u64 = pagep->upg_free[i1]; 184 if ((u64 & mask) != mask) 189 if ((u64 & (1ul << (i3 + 8 * i2))) == 0)
|
/illumos-gate/usr/src/uts/common/io/xge/drv/ |
H A D | xge_osdep.h | 100 #define u64 uint64_t macro 101 typedef u64 dma_addr_t; 402 dma_addr_t dma_addr, u64 dma_offset, size_t length, int dir)
|
/illumos-gate/usr/src/uts/common/sys/rsm/ |
H A D | rsm_common.h | 190 uint64_t u64; member in union:__anon8869
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | jfs.h | 103 typedef unsigned long long u64; typedef 243 u64 totalUsable; /* 8: VFS: total of 1K blocks which are 246 u64 minFree; /* 8: VFS: # of 1K blocks held in reserve for 259 u64 realFree; /* 8: VFS: # of free 1K blocks can be used by
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_db.c | 1221 uint64_t u64; local 1229 u64 = linkp->ll_linkid; 1230 ptr += write_uint64(ptr, BUFLEN(lim, ptr), "linkid", &u64); 1232 u64 = linkp->ll_class; 1233 ptr += write_uint64(ptr, BUFLEN(lim, ptr), "class", &u64); 1234 u64 = linkp->ll_media; 1235 ptr += write_uint64(ptr, BUFLEN(lim, ptr), "media", &u64);
|
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_impl.h | 266 uint64_t u64; member in union:split
|