Home
last modified time | relevance | path

Searched refs:ust (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c198 unpacked ust; in _fp_fpu_simulator() local
206 _fp_mul(pfpsd, &us1, &us2, &ust); in _fp_fpu_simulator()
209 _fp_add(pfpsd, &ust, &us3, &ud); in _fp_fpu_simulator()
218 _fp_mul(pfpsd, &us1, &us2, &ust); in _fp_fpu_simulator()
221 _fp_sub(pfpsd, &ust, &us3, &ud); in _fp_fpu_simulator()
230 _fp_mul(pfpsd, &us1, &us2, &ust); in _fp_fpu_simulator()
233 if (ust.fpclass != fp_quiet && in _fp_fpu_simulator()
234 ust.fpclass != fp_signaling) in _fp_fpu_simulator()
235 ust.sign ^= 1; in _fp_fpu_simulator()
248 if (ust.fpclass != fp_quiet && in _fp_fpu_simulator()
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c225 struct ustat ust; in uts_ustat64() local
235 ust.f_tfree = (daddr_t)fsbc64; in uts_ustat64()
236 ust.f_tinode = (ino_t)stvfs.f_ffree; in uts_ustat64()
239 cp2 = ust.f_fname; in uts_ustat64()
241 while (i++ < sizeof (ust.f_fname)) in uts_ustat64()
247 (i++ < sizeof (stvfs.f_fstr) - sizeof (ust.f_fpack))) in uts_ustat64()
249 (void) strncpy(ust.f_fpack, cp + 1, sizeof (ust.f_fpack)); in uts_ustat64()
251 if (copyout(&ust, cbuf, sizeof (ust))) in uts_ustat64()
/illumos-gate/usr/src/cmd/pools/poolstat/
H A Dsa_kstat.c315 uint64_t allticks, ust, kst, ist, wst; in update_pset_stats() local
317 ust = kst = ist = wst = 0; in update_pset_stats()
327 ust += delta(&sdp->sd_nks, &sdp->sd_oks, in update_pset_stats()
338 if ((allticks = ust + kst + wst + ist) != 0) { in update_pset_stats()
340 (double)(ust + kst) / allticks * bag->pset_sb_size; in update_pset_stats()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c448 struct swapent st, *ust; in swapctl() local
590 ust = (swapent_t *)((swaptbl_t *)sc_arg)->swt_ent; in swapctl()
591 if (copyin(ust, &st, sizeof (swapent_t)) != 0) in swapctl()
624 if (copyout(&st, ust, sizeof (swapent_t)) != 0 || in swapctl()
692 ust = (swapent_t *)((swaptbl_t *)sc_arg)->swt_ent; in swapctl()
694 if (copyin(ust, &st, sizeof (swapent_t)) != 0) { in swapctl()
704 if (copyout(&st, ust, sizeof (swapent_t)) != 0) { in swapctl()
795 struct swapent32 st, *ust; in swapctl32() local
897 if (copyin(ust, &st, sizeof (swapent32_t)) != 0) in swapctl32()
998 if (copyin(ust, &st, sizeof (*ust)) != 0) { in swapctl32()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c1308 static float rst, ust, kst, xferrate, utt, ktt; local
1357 &ust, &kst, &xferrate, &utt, &ktt, &rtt, &wfield,