Searched refs:ull (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libast/common/features/
H A Dlimits.c95 uint64_t ull; local
127 ull = 0;
128 ull = ~ull;
264 if (ull == ul)
281 vll = ull;
292 vll = (uint64_t)(ull >> 1) + 1;
303 vll = (uint64_t)(ull >> 1);
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetPhyStatistics.c219 psas->SecondsSinceLastReset = kname->value.ull;
223 psas->TxFrames = kname->value.ull;
227 psas->RxFrames = kname->value.ull;
231 psas->TxWords = kname->value.ull;
235 psas->RxWords = kname->value.ull;
239 psas->InvalidDwordCount = kname->value.ull;
243 psas->RunningDisparityErrorCount = kname->value.ull;
247 psas->LossofDwordSyncCount = kname->value.ull;
251 psas->PhyResetProblemCount = kname->value.ull;
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c642 unsigned long long ull; local
705 ull = strtoull(buf, NULL, 10);
707 return (ull);
711 if (ull == ULLONG_MAX) {
715 ull++;
719 return (ull);
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dkstat.c149 bdp->ac_memctl = knp->value.ull;
156 bdp->ac_memdecode[0] = knp->value.ull;
163 bdp->ac_memdecode[1] = knp->value.ull;
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dmft.c491 data_pos &= ~7ull;
498 bit &= ~7ull, bit += 8) {
506 return data_pos + (bit & ~7ull) + b;
600 tb = 1 << (lcn & 7ull);
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlether.c299 eattr->lei_attr[CURRENT].le_spdx->lesd_speed = (int)(sp64/1000000ull);
/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c274 uint64_t ull = (uint8_t)value_buf[0]; local
277 ull <<= BITSPERBYTE;
278 ull = (uint8_t)value_buf[i] | ull;
281 dl_fprintf(stream, "%llu", ull);
/osnet-11/usr/src/grub/grub2/
H A Dconfigure18759 unsigned long long int ull = 18446744073709551615ULL;
18771 unsigned long long int ullmax = 18446744073709551615ull;
18774 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
18775 | (ullmax / ull) | (ullmax % ull));
18912 unsigned long long int ull = 18446744073709551615ULL;
18924 unsigned long long int ullmax = 18446744073709551615ull;
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7096 unsigned long long ull; local
7117 ull = strtoull(rctlval->zone_rctlval_limit, &endp, 0);
7122 limit = (rctl_qty_t)ull;
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c3791 } else if (i + 1ull == position) {

Completed in 131 milliseconds