Searched refs:mod_name (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/crypto/heimdal/kdc/
H A Dhprop.h67 char mod_name[64]; member in struct:v4_principal
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dfree.c65 if(princ->mod_name)
66 krb5_free_principal(context->context, princ->mod_name);
H A Dmarshall.c123 krb5_store_int32(sp, princ->mod_name != NULL);
124 if(princ->mod_name)
125 krb5_store_principal(sp, princ->mod_name);
212 krb5_ret_principal(sp, &princ->mod_name);
214 princ->mod_name = NULL;
H A Dget_s.c131 &out->mod_name);
135 &out->mod_name);
137 out->mod_name = NULL;
H A Dadmin.h140 krb5_principal mod_name; member in struct:_kadm5_principal_ent_t
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cpp35 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, argument
37 module = internal_strdup(mod_name);
H A Dsanitizer_symbolizer.h47 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);
/freebsd-11-stable/contrib/gdb/include/
H A Doasys.h78 bfd_byte mod_name[32]; member in struct:oasys_extmodule_table_a
/freebsd-11-stable/bin/pax/
H A Dar_subs.c119 if ((res = mod_name(arcn)) < 0)
232 if ((pat_sel(arcn) < 0) || ((res = mod_name(arcn)) < 0))
444 if ((res = mod_name(arcn)) < 0) {
844 if ((chk_lnk(arcn) < 0) || ((res = mod_name(arcn)) < 0))
H A Dextern.h199 int mod_name(ARCHD *);
H A Dpat_rep.c594 * mod_name()
608 mod_name(ARCHD *arcn) function
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dget.c55 { "mod_name", KADM5_MOD_NAME, 0, 0, "Modifier", "Modifier", 0 },
196 if (princ->mod_name == NULL)
199 krb5_unparse_name_fixed_short(context, princ->mod_name, buf, buf_len);
201 krb5_unparse_name_fixed(context, princ->mod_name, buf, buf_len);
452 #define DEFAULT_COLUMNS_LONG "principal,princ_expire_time,pw_expiration,last_pwd_change,max_life,max_rlife,kvno,mkvno,last_success,last_failed,fail_auth_count,mod_time,mod_name,attributes,keytypes,pkinit-acl,aliases"
H A Drpc.c407 CHECK(krb5_store_int32(sp, ent->mod_name == NULL));
408 if (ent->mod_name)
409 CHECK(store_principal_xdr(contextp, sp, ent->mod_name));
470 ret_principal_xdr(contextp, sp, &ent->mod_name);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c84 const char mod_name[] = "if_bridge"; local
97 if (strcmp(mod_name, mstat.name) == 0)
103 if (kldload(mod_name) < 0) {
104 syslog(LOG_ERR, "failed to load %s kernel module", mod_name);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h406 const char *mod_name; member in struct:module_data
H A Dbsd_kernel.c700 if (devclass_equal(mod->mod_name, classname)) {
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c1810 char *mod_name,
1815 if (find_module_name(mod_name, &index)) {
1817 "Module name %s not found\n", mod_name);
1809 insert_per_module_debug(IN osm_subn_t * p_subn, char *mod_name, osm_log_level_t level) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4815 std::string mod_name;
4821 valid &= modInfo.get_name(mod_name);
4830 FileSpec file(mod_name);

Completed in 295 milliseconds