HomeSort by relevance Sort by last modified time
    Searched refs:htp (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/cmd/dispadmin/
subr.c 62 * hrtconvert() returns the interval specified by htp as a single
63 * value in resolution htp->hrt_res. Returns -1 on overflow.
66 hrtconvert(hrtimer_t *htp)
71 product = htp->hrt_secs * htp->hrt_res;
73 if (product / htp->hrt_res == htp->hrt_secs) {
74 sum = product + htp->hrt_rem;
75 if (sum - htp->hrt_rem == product) {
90 * Convert interval expressed in htp->hrt_res to new_res
    [all...]
  /onnv/onnv-gate/usr/src/cmd/priocntl/
subr.c 562 * Convert interval expressed in htp->hrt_res to new_res.
564 * Calculate: (interval * new_res) / htp->hrt_res rounding off as
573 _hrtnewres(htp, new_res, round)
574 register hrtimer_t *htp;
591 if (new_res > NANOSEC || htp->hrt_rem < 0)
594 if (htp->hrt_rem >= htp->hrt_res) {
595 htp->hrt_secs += htp->hrt_rem / htp->hrt_res
    [all...]
  /onnv/onnv-gate/usr/src/cmd/truss/
htbl.c 45 htbl_t *htp; local
52 htp = (htbl_t *)my_malloc(sizeof (htbl_t), NULL);
53 htp->size = size;
54 htp->tbl = (hashb_t *)
59 temp = &htp->tbl[i];
63 return (htp);
67 destroy_hash(htbl_t *htp)
74 for (i = 0; i < htp->size; i++) {
75 cur = &htp->tbl[i];
93 free((char *)htp->tbl)
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/vm/
htable.c     [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
thr.c 1526 thr_hash_table_t *htp; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/portfs/
port.c 1803 portget_t *htp; local
    [all...]

Completed in 1560 milliseconds