Home
last modified time | relevance | path

Searched refs:ht (Results 1 – 25 of 62) sorted by last modified time

123

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c699 dbuf_hash_table_t ht; in dbuf_stats() local
705 if (mdb_readvar(&ht, "dbuf_hash_table") == -1) { in dbuf_stats()
716 for (bucket = 0; bucket < ht.hash_table_mask+1; bucket++) { in dbuf_stats()
720 (uintptr_t)(ht.hash_table+bucket)) == -1) { in dbuf_stats()
722 bucket, ht.hash_table+bucket); in dbuf_stats()
747 ht.hash_table_mask+1, ndbufs, in dbuf_stats()
748 (ht.hash_table_mask+1)/ndbufs); in dbuf_stats()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src313 bel=^G, clear=^L, cr=^M, cub1=^H, cud1=^J, ht=^I, kcub1=^H,
343 cbt=\E[Z, ht=^I, hts=\EH, tbc=\E[3g,
491 ht=^I, use=ansi+local1, use=ansi-mini,
526 home=\E[H, ht=^I, il1=\E[L$<5*/>, ind=\ED, kbs=^H,
547 dch1=\E[P, dl1=\E[M, ed=\E[J, el=\E[K, home=\E[H, ht=^I,
575 ech=\E[%p1%dX, el1=\E[1K, hpa=\E[%i%p1%dG, ht=\E[I,
730 cuu1=\EA, dl1=\EM, ed=\EJ, el=\EK, el1=\Eo, home=\EH, ht=^I,
748 dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, home=\E[H, ht=^I,
772 dim=\Em, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL,
789 dim=\Em, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL,
[all …]
H A Dtermcap.src19207 # * Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m1743 file path=opt/util-tests/tests/pci/bridge-ht-p.out mode=0444
1744 file path=opt/util-tests/tests/pci/bridge-ht.msi-p.out mode=0444
1745 file path=opt/util-tests/tests/pci/bridge-ht.msi.command-p.out mode=0444
1746 file path=opt/util-tests/tests/pci/bridge-ht.out mode=0444
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_lease.c155 smb_hash_t *ht = sr->sr_server->sv_lease_ht; in smb2_lease_create() local
169 hashkey &= (ht->num_buckets - 1); in smb2_lease_create()
170 bucket = &ht->buckets[hashkey].b_list; in smb2_lease_create()
245 smb_hash_t *ht = sv->sv_lease_ht; in lease_lookup() local
251 hashkey &= (ht->num_buckets - 1); in lease_lookup()
252 bucket = &ht->buckets[hashkey].b_list; in lease_lookup()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_init.c2030 bmic_host_wellness_time_t *ht; in update_time() local
2034 ht = kmem_zalloc(sizeof (*ht), KM_SLEEP); in update_time()
2035 ht->start_tag[0] = '<'; in update_time()
2036 ht->start_tag[1] = 'H'; in update_time()
2037 ht->start_tag[2] = 'W'; in update_time()
2038 ht->start_tag[3] = '>'; in update_time()
2039 ht->time_tag[0] = 'T'; in update_time()
2040 ht->time_tag[1] = 'D'; in update_time()
2041 ht->time_length = sizeof (ht->time); in update_time()
2048 ht->time[0] = BIN2BCD(tod.tod_hour); /* Hour */ in update_time()
[all …]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c3749 struct s_x1node **ht; /* Hash table for lookups */ member
3778 x1a->ht = (x1node**)&(x1a->tbl[1024]); in Strsafe_init()
3779 for(i=0; i<1024; i++) x1a->ht[i] = 0; in Strsafe_init()
3795 np = x1a->ht[h];
3813 array.ht = (x1node**)&(array.tbl[size]);
3814 for(i=0; i<size; i++) array.ht[i] = 0;
3820 if( array.ht[h] ) array.ht[h]->from = &(newnp->next);
3821 newnp->next = array.ht[h];
3823 newnp->from = &(array.ht[h]);
3824 array.ht[h] = newnp;
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DUARequester.java359 Hashtable ht = new Hashtable(); in findAttributes() local
392 ht, in findAttributes()
H A DServiceStoreFactory.java329 Hashtable ht = new Hashtable(); in deserialize() local
370 ht, in deserialize()
H A DServiceStoreInMemory.java132 private Hashtable ht = new Hashtable(); // for collecting attributes. field in ServiceStoreInMemory.AttributeBVCollector
149 findMatchingAttributes(rec, attrTags, ht, ret); in setReturn()
922 InMemoryEvaluator(Hashtable ht, in InMemoryEvaluator() argument
925 attrLevel = ht; in InMemoryEvaluator()
1782 Hashtable ht = new Hashtable(); in deleteAttributes() local
1811 if (ht.get(rec) != null) { in deleteAttributes()
1816 ht.put(rec, rec); in deleteAttributes()
2051 Hashtable ht = new Hashtable(); in findServices() local
2055 ht.put(ServiceStore.FS_SERVICES, services); in findServices()
2060 ht.put(ServiceStore.FS_SIGTABLE, signatures); in findServices()
[all …]
H A DServiceTable.java1100 Hashtable ht = in findAttributes() local
1105 attributes = (Vector)ht.get(ServiceStore.FA_ATTRIBUTES); in findAttributes()
1107 sig = (Hashtable)ht.get(ServiceStore.FA_SIG); in findAttributes()
1539 Hashtable ht = in makeSAAdvert() local
1545 Vector attrs = (Vector)ht.get(ServiceStore.FA_ATTRIBUTES); in makeSAAdvert()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c545 htable_t *ht; in do_va2pa() local
582 if (mdb_vread(&ht, sizeof (htable_t *), in do_va2pa()
587 for (; ht != NULL; ht = htable.ht_next) { in do_va2pa()
589 (uintptr_t)ht) == -1) { in do_va2pa()
602 "pte=0x%llr\n", level, ht, pte); in do_va2pa()
698 htable_t *ht; in do_report_maps() local
725 if (mdb_vread(&ht, sizeof (htable_t *), in do_report_maps()
730 for (; ht != NULL; ht = htable.ht_next) { in do_report_maps()
732 (uintptr_t)ht) == -1) { in do_report_maps()
749 "hat=%p htable=%p\n", hatp, ht); in do_report_maps()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th240 over 9 = or ( c bool -- c bool ) \ [ht] horizontal tab
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c89 HT_HANDLE *ht; in ht_create_table() local
101 if ((ht = (HT_HANDLE *)malloc(msize)) == 0) in ht_create_table()
105 ht->ht_table = (HT_TABLE_ENTRY *)((char *)ht + sizeof (HT_HANDLE)); in ht_create_table()
106 ht->ht_table_size = table_size; in ht_create_table()
107 ht->ht_table_mask = table_size - 1; in ht_create_table()
108 ht->ht_key_size = key_size; in ht_create_table()
109 ht->ht_total_items = 0; in ht_create_table()
110 ht->ht_flags = flags; in ht_create_table()
111 ht->ht_hash = ht_default_hash; in ht_create_table()
112 ht->ht_callback = 0; in ht_create_table()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps273 tab ht ta str Tab to next 8 space hardware tab stop.
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c41 new->ht = 0; in sqliteHashInit()
54 if( pH->ht ) sqliteFree(pH->ht); in sqliteHashClear()
55 pH->ht = 0; in sqliteHashClear()
174 if( pH->ht ) sqliteFree(pH->ht); in rehash()
175 pH->ht = new_ht; in rehash()
213 if( pH->ht ){ in findElementGivenHash()
214 elem = pH->ht[h].chain; in findElementGivenHash()
215 count = pH->ht[h].count; in findElementGivenHash()
243 if( pH->ht[h].chain==elem ){ in removeElementGivenHash()
244 pH->ht[h].chain = elem->next; in removeElementGivenHash()
[all …]
H A Dhash.h41 } *ht; member
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps268 tab, "ht" "ta" Tab to next 8 space hardware tab stop.
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c108 did_hash_destroy(did_hash_t *ht) in did_hash_destroy() argument
113 if (ht == NULL) in did_hash_destroy()
115 for (idx = 0; idx < ht->dph_hashlen; idx++) { in did_hash_destroy()
116 for (e = ht->dph_hash[idx]; e != NULL; ) { in did_hash_destroy()
122 topo_mod_free(ht->dph_mod, in did_hash_destroy()
123 ht->dph_hash, ht->dph_hashlen * sizeof (did_t *)); in did_hash_destroy()
124 topo_mod_free(ht->dph_mod, ht, sizeof (did_hash_t)); in did_hash_destroy()
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_standard732 elif `${TPUT} ht >/dev/null`
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.h45 extern hment_t *hment_remove(page_t *, htable_t *ht, uint_t entry);
56 extern hment_t *hment_prepare(htable_t *ht, uint_t entry, page_t *);
61 extern void hment_assign(htable_t *ht, uint_t entry, page_t *, hment_t *);
H A Dhat_i86.c301 static x86pte_t hati_update_pte(htable_t *ht, uint_t entry, x86pte_t expected,
456 htable_t *ht; /* top level htable */ in hat_alloc() local
548 ht = htable_create(hat, (uintptr_t)0, TOP_LEVEL(hat), NULL); in hat_alloc()
549 hat->hat_htable = ht; in hat_alloc()
560 ht = hat->hat_htable; in hat_alloc()
562 ht = htable_create(hat, va, rp->hkr_level, in hat_alloc()
565 start = htable_va2entry(va, ht); in hat_alloc()
566 cnt = HTABLE_NUM_PTES(ht) - start; in hat_alloc()
571 cnt = htable_va2entry(rp->hkr_end_va, ht) - in hat_alloc()
576 x86pte_copy(src, ht, start, cnt); in hat_alloc()
[all …]
H A Dhat_kdi.c82 htable_t *ht __unused; in hat_kdi_init()
90 ht = htable_create(kas.a_hat, hat_kdi_page, 0, NULL); in hat_kdi_init()
99 hat_devload(kas.a_hat, (caddr_t)hat_kdi_pte, MMU_PAGESIZE, ht->ht_pfn, in hat_kdi_init()
103 PT_INDEX_PTR(hat_kdi_pte, htable_va2entry(hat_kdi_page, ht)); in hat_kdi_init()
105 HTABLE_INC(ht->ht_valid_cnt); in hat_kdi_init()
106 htable_release(ht); in hat_kdi_init()
H A Dhment.c487 hment_walk(page_t *pp, htable_t **ht, uint_t *entry, hment_t *prev) in hment_walk() argument
495 *ht = (htable_t *)pp->p_mapping; in hment_walk()
511 *ht = hm->hm_htable; in hment_walk()
525 hment_remove(page_t *pp, htable_t *ht, uint_t entry) in hment_remove() argument
538 ASSERT(ht == (htable_t *)pp->p_mapping); in hment_remove()
552 dummy.hm_htable = ht; in hment_remove()
555 idx = HMENT_HASH(ht->ht_pfn, entry); in hment_remove()
560 "entry=0x%x hash index=0x%x", (uintptr_t)pp, (uintptr_t)ht, in hment_remove()
723 htable_t *ht; in hment_steal() local
754 ht = hm->hm_htable; in hment_steal()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1357 dtrace_helptrace_t *ht; in dtrace_helptrace_step() local
1391 ht = alloca(size); in dtrace_helptrace_step()
1393 if (mdb_vread(ht, size, addr) == -1) { in dtrace_helptrace_step()
1398 if (ht->dtht_helper != NULL) { in dtrace_helptrace_step()
1399 rval = wsp->walk_callback(addr, ht, wsp->walk_cbdata); in dtrace_helptrace_step()

123