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

/freebsd-10-stable/crypto/heimdal/kdc/
H A Dhprop.h67 char mod_name[64]; member in struct:v4_principal
/freebsd-10-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-10-stable/contrib/gdb/include/
H A Doasys.h78 bfd_byte mod_name[32]; member in struct:oasys_extmodule_table_a
/freebsd-10-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-10-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-10-stable/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_sys.c82 const char mod_name[] = "if_bridge"; local
95 if (strcmp(mod_name, mstat.name) == 0)
101 if (kldload(mod_name) < 0) {
102 syslog(LOG_ERR, "failed to load %s kernel module", mod_name);
/freebsd-10-stable/sys/boot/usb/
H A Dbsd_kernel.c479 if (devclass_equal(mod->mod_name, classname)) {
867 if (devclass_equal(mod->mod_name, classname))
H A Dbsd_kernel.h338 const char *mod_name; member in struct:module_data

Completed in 202 milliseconds