Searched refs:ull (Results 101 - 125 of 166) sorted by relevance

1234567

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c296 #define MBYTE (1048576ull)
1381 rsp[m].masr_addr = 0ull;
1477 while (nbytes != 0ull) {
3552 while (nbytes != 0ull) {
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c1971 hiokp->ipackets64.value.ull = statsp.ipackets;
1974 hiokp->opackets64.value.ull = statsp.opackets;
1979 hiokp->rbytes64.value.ull = statsp.rbytes;
1981 hiokp->obytes64.value.ull = statsp.obytes;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_jalapeno.c291 curnack &= ~(1ull << lo);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ecc.c261 uint64_t afsr = 0ull;
H A Dpci_dma.c307 SYNC_BUF_PA(mp) = 0ull;
1522 uint64_t mask = ~(1ull << iommu_p->iommu_inst);
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c159 #define BITMASK_XBITS(x) ((1ull << (x)) - 1ull)
1930 perf_global_ctrl |= 1ull << cfg->core_picno;
1946 1ull << (cfg->core_picno - num_gpc + 32);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c477 *speed = dev->link_speed * 1000000ull;
H A Doce_stat.c372 *val = dev->link_speed * 1000000ull;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c502 tmp = ixgbe->link_speed * 1000000ull;
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_dma.c237 if (px_lib_iommu_getbypass(px_p->px_dip, 0ull,
1277 uint64_t mask = ~(1ull << mmu_p->mmu_inst);
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_gld.c54 *val = igb->link_speed * 1000000ull;
1151 tmp = igb->link_speed * 1000000ull;
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c312 #define MBYTE (1048576ull)
426 ml = memlist_del_span(ml, 0ull, mp->slice_base);
2582 while (nbytes != 0ull) {
2964 if (len == 0ull)
3195 while (nbytes != 0ull) {
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c136 static const unsigned long long DFLTLOGTIME = -1ull; /* log forever */
411 items->access_time : 0ull);
424 items->access_time : 0ull);
1742 * to zero and 'edp->len' to -1ull gives maximal coverage.
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.c76 #define MBYTE (1048576ull)
1213 ml2 = memlist_del_span(ml2, 0ull, mp->slice_base);
2606 ml2 = memlist_del_span(ml2, 0ull, mp->slice_base);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c521 tmp = 1ull;
536 tmp = 1ull;
622 tmp = 1ull;
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c260 px_ilu_log_mask |= (1ull <<
263 px_ilu_log_mask &= ~(1ull <<
2328 px_set_cb(fault_p->px_fh_dip, 0ull);
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c683 uint64_t speed = ph->phy_speed * 1000000ull;
931 *val = ph->phy_speed * 1000000ull;
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c1357 for (i = ETHERADDRL, macaddr = 0ull; i != 0; --i) {
1372 for (i = ETHERADDRL, mul_addr = 0ull; i != 0; --i) {
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c581 if ((attr_p->dma_attr_addr_lo != 0ull) ||
587 *lo_p = 0ull;
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c737 kpm_pgsz = 1ull << kpm_pgshft;
2079 ppvm_max = (caddr_t)(0ull - ppvm_size);
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_kstats.c766 (bgep->param_link_speed * 1000000ull) : 0;
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c1826 if (s < (4ull * 1024ull * 1024ull * 1024ull)) {
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c899 *val = 100 * 1000000ull; /* 100 Mbps */
/illumos-gate/usr/src/uts/sun4u/io/
H A Dupa64s.c993 if (child_rp->upa64s_size >= (1ull << 32))
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_stat.c331 *val = Adapter->link_speed * 1000000ull;

Completed in 223 milliseconds

1234567