Home
last modified time | relevance | path

Searched refs:htp (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/dispadmin/
H A Dsubr.c64 hrtconvert(hrtimer_t *htp) in hrtconvert() argument
69 product = htp->hrt_secs * htp->hrt_res; in hrtconvert()
71 if (product / htp->hrt_res == htp->hrt_secs) { in hrtconvert()
118 if (htp->hrt_rem >= htp->hrt_res) { in _hrtnewres()
119 htp->hrt_secs += htp->hrt_rem / htp->hrt_res; in _hrtnewres()
120 htp->hrt_rem = htp->hrt_rem % htp->hrt_res; in _hrtnewres()
123 interval = htp->hrt_rem; in _hrtnewres()
125 htp->hrt_res = new_res; in _hrtnewres()
197 htp->hrt_rem = result; in _hrtnewres()
201 htp->hrt_rem = result; in _hrtnewres()
[all …]
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c571 register hrtimer_t *htp; in _hrtnewres()
591 if (htp->hrt_rem >= htp->hrt_res) {
592 htp->hrt_secs += htp->hrt_rem / htp->hrt_res;
593 htp->hrt_rem = htp->hrt_rem % htp->hrt_res;
596 interval = htp->hrt_rem;
598 htp->hrt_res = new_res;
658 htp->hrt_rem = result;
669 htp->hrt_res = new_res;
670 htp->hrt_rem = result;
674 htp->hrt_rem = result;
[all …]
/illumos-gate/usr/src/cmd/truss/
H A Dhtbl.c43 htbl_t *htp; in init_hash() local
51 htp->size = size; in init_hash()
52 htp->tbl = (hashb_t *) in init_hash()
57 temp = &htp->tbl[i]; in init_hash()
61 return (htp); in init_hash()
65 destroy_hash(htbl_t *htp) in destroy_hash() argument
73 cur = &htp->tbl[i]; in destroy_hash()
91 free((char *)htp->tbl); in destroy_hash()
92 htp->tbl = NULL; in destroy_hash()
93 free(htp); in destroy_hash()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A DMakefile.in333 rm -rf $(@:.html=.htp)
335 -o $(@:.html=.htp) $<; \
338 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
339 mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \
341 if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \
342 rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhtable.c1669 htable_t **htp, in htable_walk() argument
1675 htable_t *prev = *htp; in htable_walk()
1704 *htp = prev; in htable_walk()
1739 *htp = ht; in htable_walk()
1761 *htp = NULL; in htable_walk()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c1568 thr_hash_table_t *htp; in finish_init() local
1600 udp->thr_hash_table = htp = (thr_hash_table_t *)data; in finish_init()
1604 for (i = 0; i < HASHTBLSZ; i++, htp++) { in finish_init()
1605 htp->hash_lock.mutex_flag = LOCK_INITED; in finish_init()
1606 htp->hash_lock.mutex_magic = MUTEX_MAGIC; in finish_init()
1607 htp->hash_cond.cond_magic = COND_MAGIC; in finish_init()
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c1819 portget_t *htp; in port_queue_thread() local
1837 htp = ttp; in port_queue_thread()
1841 if (htp == ttp->portget_next) in port_queue_thread()