Home
last modified time | relevance | path

Searched refs:modlist (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c153 if (*modlist == NULL) { in LDAP__setmod()
155 if (*modlist == NULL) in LDAP__setmod()
168 if ((*modlist)[cMods] == NULL) { in LDAP__setmod()
171 *modlist = (LDAPMod **)ber_memrealloc(*modlist, in LDAP__setmod()
173 if (*modlist == NULL) in LDAP__setmod()
177 if ((*modlist)[cMods] == NULL) in LDAP__setmod()
180 mod = (*modlist)[cMods]; in LDAP__setmod()
185 (*modlist)[cMods] = NULL; in LDAP__setmod()
195 (*modlist)[cMods + 1] = NULL; in LDAP__setmod()
254 bv = (*modlist)[cMods]->mod_values; in LDAP_addmod()
[all …]
/freebsd/sys/kern/
H A Dkern_linker.c137 typedef TAILQ_HEAD(, modlist) modlisthead_t;
138 struct modlist { struct
139 TAILQ_ENTRY(modlist) link; /* chain together all modules */
144 typedef struct modlist *modlist_t; argument
1610 mod = malloc(sizeof(struct modlist), M_LINKER, M_NOWAIT | M_ZERO); in modlist_newmodule()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp659 ModuleList &modlist = target.GetImages(); in Evaluate_DW_OP_entry_value() local
673 Function *callee_func = call_edge->GetCallee(modlist, parent_exe_ctx); in Evaluate_DW_OP_entry_value()
684 if (edge->GetCallee(modlist, parent_exe_ctx) == current_func) { in Evaluate_DW_OP_entry_value()