/src/sys/dev/acpi/ |
dwiic_acpi.c | 49 uint32_t ht; member in struct:dwiic_acpi_param 156 param->ht = (uint32_t)obj->Package.Elements[2].Integer.Value; 176 sc->sda_hold_time = fmcn.ht;
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_validation.h | 60 * @ht: Hash table used to find resource- or buffer object duplicates 78 struct drm_open_hash *ht; member in struct:vmw_validation_context 110 { .ht = _ht, \ 151 * @ht: Pointer to a hash table to use for duplicate finding 156 struct drm_open_hash *ht) 158 ctx->ht = ht;
|
ttm_object.c | 255 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; local in function:ttm_base_object_noref_lookup 259 ret = drm_ht_find_item_rcu(ht, key, &hash); 275 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; local in function:ttm_base_object_lookup 279 ret = drm_ht_find_item_rcu(ht, key, &hash); 319 struct drm_open_hash *ht = &tfile->ref_hash[TTM_REF_USAGE]; local in function:ttm_ref_object_exists 324 if (unlikely(drm_ht_find_item_rcu(ht, base->handle, &hash) != 0)) 356 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; local in function:ttm_ref_object_add 374 ret = drm_ht_find_item_rcu(ht, base->handle, &hash); 405 ret = drm_ht_insert_item_rcu(ht, &ref->hash); 433 struct drm_open_hash *ht; variable in typeref:struct:drm_open_hash * 453 struct drm_open_hash *ht = &tfile->ref_hash[ref_type]; local in function:ttm_ref_object_base_unref [all...] |
/src/usr.bin/skeyinit/ |
skeyinit.c | 55 char lastc, me[LOGIN_NAME_MAX+1], *p, *pw, *ht = NULL; local in function:main 130 ht = optarg; 216 if (ht) { 218 if (strcmp(ht, skey_get_algorithm()) && skey_set_algorithm(ht))
|
/src/lib/libskey/ |
skeylogin.c | 130 const char *ht = NULL; local in function:skeylookup 154 ht = cp; 158 ht = "md4"; 173 if (ht && skey_set_algorithm(ht) == NULL) { 174 warnx("Unknown hash algorithm %s, using %s", ht,
|
/src/usr.bin/config/ |
hash.c | 98 ht_init(struct hashtab *ht, size_t sz) 102 ht->ht_tab = emalloc(sz * sizeof (ht->ht_tab[0])); 103 ht->ht_size = sz; 104 ht->ht_mask = sz - 1; 106 TAILQ_INIT(&ht->ht_tab[n]); 107 ht->ht_used = 0; 108 ht->ht_lim = HASHFRACTION(sz); 115 ht_expand(struct hashtab *ht) 121 n = ht->ht_size * 2 209 struct hashtab *ht; local in function:intern 233 struct hashtab *ht; local in function:ht_new [all...] |
/src/usr.sbin/ldpd/ |
conffile.c | 263 int ht = atoi(line); local in function:Fhellotime 264 if (ht <= 0) 266 ldp_hello_time = ht;
|
/src/sbin/brconfig/ |
brconfig.c | 384 u_int8_t ht, fd, ma; local in function:show_config 392 ht = param.ifbrp_hellotime; 403 prefix, pri, ht, fd, ma);
|
/src/sys/crypto/adiantum/ |
adiantum.c | 1844 uint8_t ht[16]; 1856 poly1305_final(ht, &P); 1862 add128(h, ht, hl); 1836 uint8_t ht[16]; local in function:adiantum_hash
|
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_drv.h | 260 u32 ht; member in struct:ast_vbios_enhtable
|
/src/sys/dev/pci/ |
if_iwnreg.h | 1381 struct iwn_rx_ht_phy_stats ht; member in struct:iwn_rx_stats
|