Home
last modified time | relevance | path

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

/dragonfly/tools/regression/usr.sbin/installer/libaura/dict2/
HDMakefile3 PROG=dict2
4 SRCS=dict2.c mem.c dict.c
/dragonfly/sys/libprop/
HDprop_dictionary.c492 prop_dictionary_t dict2 = v2; in _prop_dictionary_equals() local
496 if (dict1 == dict2) in _prop_dictionary_equals()
504 if ((uintptr_t)dict1 < (uintptr_t)dict2) { in _prop_dictionary_equals()
506 _PROP_RWLOCK_RDLOCK(dict2->pd_rwlock); in _prop_dictionary_equals()
508 _PROP_RWLOCK_RDLOCK(dict2->pd_rwlock); in _prop_dictionary_equals()
513 if (dict1->pd_count != dict2->pd_count) in _prop_dictionary_equals()
527 *next_obj2 = dict2->pd_array[idx].pde_objref; in _prop_dictionary_equals()
530 dict2->pd_array[idx].pde_key)) in _prop_dictionary_equals()
537 _PROP_RWLOCK_UNLOCK(dict2->pd_rwlock); in _prop_dictionary_equals()
1162 prop_dictionary_equals(prop_dictionary_t dict1, prop_dictionary_t dict2) in prop_dictionary_equals() argument
[all …]
/dragonfly/tools/regression/
HDregression.runlist3 usr.sbin/installer/libaura/dict2/dict2 userland defaults
/dragonfly/sbin/hammer/
HDcmd_recover.c319 struct recover_dict *dict2; in recover_elm() local
569 dict2 = get_dict(ondisk->entry.obj_id, pfs_id); in recover_elm()
570 path1 = recover_path(dict2); in recover_elm()
572 if (dict2->name == NULL) in recover_elm()
573 dict2->name = name; in recover_elm()
584 if ((dict2->flags & DICTF_PARENT) == 0) { in recover_elm()
585 dict2->flags |= DICTF_PARENT; in recover_elm()
586 dict2->parent = dict; in recover_elm()
596 path2 = recover_path(dict2); in recover_elm()
/dragonfly/tools/regression/usr.sbin/installer/libaura/
HDMakefile1 SUBDIR+= dict1 dict2 dict3