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

123

/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_misc_free.c44 if(val->mod_name)
45 krb5_free_principal(handle->context, val->mod_name);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsvc-sockfilter36 mod_name=`svcprop -p socket-filter/module_name $SMF_FMRI 2>/dev/null`
41 /sbin/soconfig -F $filter_name $mod_name $type $order $socktups
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_wcb.c98 wcb->w_walker->iwlk_modp->mod_name,
113 wcb->w_walker->iwlk_modp->mod_name,
134 wcb->w_walker->iwlk_modp->mod_name,
H A Dmdb_help.c83 mdb_printf("\n%<u>%-70s%</u>\n", mod->mod_name);
248 mdb_printf(" Module: %s\n", idcp->idc_modp->mod_name);
280 (*ip)++, idcp->idc_modp->mod_name, idcp->idc_name);
292 (*ip)++, iwp->iwlk_modp->mod_name, iwp->iwlk_name);
326 s, idcp->idc_modp->mod_name);
343 s, iwp->iwlk_modp->mod_name);
H A Dmdb_module.h54 const char *mod_name; /* Module name */ member in struct:mdb_module
H A Dmdb_module.c122 mod->mod_name = strdup(name);
285 (void) mdb_nv_insert(&mdb.m_modules, mod->mod_name, NULL,
329 strfree((char *)mod->mod_name);
410 strfree((char *)mod->mod_name);
460 mod->mod_name, idcp->idc_name);
475 mdb_dprintf(MDB_DBG_DCMD, "removed dcmd %s`%s\n", mod->mod_name, dname);
553 mod->mod_name, iwp->iwlk_name);
567 mdb_dprintf(MDB_DBG_WALK, "removed walk %s`%s\n", mod->mod_name, wname);
591 (void) mdb_module_unload(mod->mod_name, mode);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_compat.h83 old_krb5_principal mod_name; member in struct:_old_krb5_db_entry
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_counters.c87 pcmu_create_picN_kstat(char *mod_name, int pic, int pic_shift, argument
97 if ((picN_ksp = kstat_create(mod_name, inst, pic_name,
100 mod_name, pic_name);
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dmisc_free.c106 if(val->mod_name)
107 krb5_free_principal(handle->context, val->mod_name);
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.h86 char *mod_name,
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c78 * or null. So, since the client is not allowed to set mod_name
82 /* krb5_parse_name(handle->context, "bogus/bogus", &arg.rec.mod_name); */
83 arg.rec.mod_name = NULL;
85 arg.rec.mod_name = NULL;
101 krb5_free_principal(handle->context, arg.rec.mod_name);
140 * or null. So, since the client is not allowed to set mod_name
144 krb5_parse_name(handle->context, "bogus/bogus", &arg.rec.mod_name);
146 arg.rec.mod_name = NULL;
162 krb5_free_principal(handle->context, arg.rec.mod_name);
227 krb5_parse_name(handle->context, "bogus/bogus", &arg.rec.mod_name);
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c104 const char *name = mp->mod_name;
149 mp->mod_ckpt, mp->mod_name);
714 ckp->ckp_strn += strlen(mp->mod_name) + 1;
753 fcfm.fcfm_name = fmd_ckpt_string(ckp, mp->mod_name);
789 mp->mod_name, mp->mod_gen + 1));
842 TRACE((FMD_DBG_CKPT, "ckpt save end %s", mp->mod_name));
848 mp->mod_name, mp->mod_gen);
1123 if (strcmp(mp->mod_name, fmd_ckpt_strptr(ckp, fcfm->fcfm_name, "")) ||
1126 "checkpoint is not for module %s\n", mp->mod_name);
1160 TRACE((FMD_DBG_CKPT, "ckpt restore begin %s", mp->mod_name));
[all...]
H A Dfmd_builtin.c47 if (strcmp(mp->mod_name, bp->bltin_name) == 0)
H A Dfmd_module.c192 mp->mod_name = fmd_strdup(buf, FMD_SLEEP);
199 "%s/%s/%s", fmd.d_rootdir, dir, mp->mod_name);
204 mp->mod_timerids = fmd_idspace_create(mp->mod_name, 1, limit + 1);
205 mp->mod_threads = fmd_idspace_create(mp->mod_name, 0, INT_MAX);
333 fmd_dprintf(FMD_DBG_MOD, "loaded module %s\n", mp->mod_name);
412 fmd_dprintf(FMD_DBG_MOD, "unloaded module %s\n", mp->mod_name);
481 fmd_strfree(mp->mod_name);
877 fmd_errclass(err), mp->mod_name, (void *)mp);
881 fmd_errclass(err), mp->mod_name, (void *)mp);
923 (void *)mp, mp->mod_name, m
[all...]
H A Dfmd_thread.c127 "%s (tid %u)\n", tp->thr_mod->mod_name, tp->thr_tid);
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c669 dacf_module_register(char *mod_name, struct dacfsw *sw) argument
682 "version %d interface, not registered\n", mod_name,
701 "not registered.\n", mod_name);
709 if (mod_hash_find(dacf_module_hash, (mod_hash_key_t)mod_name,
718 "already registered.", mod_name);
731 str = kmem_alloc(strlen(mod_name) + 1, KM_SLEEP);
732 (void) strcpy(str, mod_name);
741 "already registered.", mod_name);
769 dprintf("%s registered.\n", mod_name);
787 dacf_module_unregister(char *mod_name) argument
[all...]
H A Dmodconf.c438 char *mod_name; local
445 mod_name = mcp->mod_modname;
447 *p0 = ddi_name_to_major(mod_name);
1161 char *mod_name; local
1165 mod_name = mcp->mod_modname;
1166 if (strcmp(mod_name, modl->sockmod_reg_info->smod_name) != 0) {
1169 " %s != %s \n", mod_name,
1385 char *mod_name; local
1396 mod_name = mcp->mod_modname;
1398 if ((sysnum = mod_getsysnum(mod_name))
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_counters.c99 pci_create_picN_kstat(char *mod_name, int pic, int pic_shift, argument
109 if ((picN_ksp = kstat_create(mod_name, inst, pic_name,
112 mod_name, pic_name);
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-kstats.c74 static kstat_t *fpc_create_picN_kstat(char *mod_name, int pic,
401 fpc_create_picN_kstat(char *mod_name, int pic, int pic_sel_shift, int num_ev, argument
410 if ((picN_ksp = kstat_create(mod_name, 0, pic_name,
413 mod_name, pic_name);
445 "pic_sel_shift %d\n", mod_name, pic, num_ev, pic_sel_shift);
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1087 n = strlen(mod->mod_name) + strlen(cmd->cmd_name[0]) + 6;
1114 if (strcmp(mod->mod_name, MSG_ORIG(MSG_MOD_SYS)) == 0)
1119 mod->mod_name, cmd->cmd_name[0]);
1308 printf("Module: >%s<\n", m->mod->mod_name);
1343 cmp = strcasecmp(name, moddef->ml_mod->mod_name);
1351 cmp = strcasecmp(moddef->ml_mod->mod_name,
1556 const char *mod_name, const char *cmd_name,
1583 mod_name, cmd_name, NULL);
1693 dl_path, mod_name, cmd_name, optarg->oa_name);
1837 MSG_INTL(MSG_ERR_NULLPRICMDNAM), mod->mod_name,
1555 validate_optarg(elfedit_cmd_optarg_t *optarg, int isopt, MODLIST_T *moddef, const char *mod_name, const char *cmd_name, void *dl_hdl, const char *dl_path) argument
[all...]
H A D_elfedit.h100 const char *mod_name; member in struct:__anon1463
/illumos-gate/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc_kstats.c44 static kstat_t *n2piupc_create_picN_kstat(char *mod_name, int pic,
174 n2piupc_create_picN_kstat(char *mod_name, int pic, uint64_t ev_offset, argument
185 if ((picN_ksp = kstat_create(mod_name, 0, pic_name,
188 mod_name, pic_name);
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot.h83 caddr32_t mod_name; /* use as (char *) */ member in struct:mb_module
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c611 char *name, *mod_name; local
620 mod_name = (char *) NULL;
653 mod_name = (char *) NULL;
667 &mod_name)))
674 if (!mod_name)
675 mod_name = strdup(null_mprinc_name);
685 krb5_xfree(mod_name);
703 krb5_xfree(mod_name);
723 strlen(mod_name),
743 entry->fail_auth_count, mod_name, mod_dat
1784 char *mod_name; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dsock_conf.c143 smod_unregister(const char *mod_name) argument
148 if ((smodp = smod_find(mod_name)) != NULL) {

Completed in 363 milliseconds

123