Searched defs:mod_name (Results 1 - 25 of 26) sorted by relevance

12

/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) {
/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/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/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/cmd/mdb/common/mdb/
H A Dmdb_module.h54 const char *mod_name; /* Module name */ member in struct:mdb_module
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.c52 static kstat_t *iospc_create_picN_kstat(char *mod_name, int pic,
369 iospc_create_picN_kstat(char *mod_name, int pic, uint64_t ev_offset, argument
379 if ((picN_ksp = kstat_create(mod_name, 0, pic_name,
/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/cmd/sgs/elfedit/common/
H A D_elfedit.h100 const char *mod_name; member in struct:__anon1463
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...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_perfctr.c600 ni_create_picN_kstat(char *mod_name, int pic, int pic_sel_shift, argument
610 if ((picN_ksp = kstat_create(mod_name, inst, pic_name,
613 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/fm/fmd/common/
H A Dfmd_module.h111 char *mod_name; /* basename of module (ro) */ member in struct:fmd_module
/illumos-gate/usr/src/uts/common/os/
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...]
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 Ddriver_lyr.c223 ident_alloc(char *mod_name, dev_info_t *dip, dev_t dev, major_t major) argument
229 ASSERT(mod_name != NULL);
232 modid = mod_name_to_modid(mod_name);
245 ASSERT(strcmp((*lipp)->li_modname, mod_name) == 0);
260 (void) strncpy(lip->li_modname, mod_name, sizeof (lip->li_modname) - 1);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_recv.c51 char mod_name[8]; member in struct:_ibmf_mod_names_t
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot.h83 caddr32_t mod_name; /* use as (char *) */ member in struct:mb_module
H A Dstropts.h465 caddr_t mod_name; /* Name of module. */ member in struct:strmodconf
472 caddr32_t mod_name; member in struct:strmodconf32
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c502 find_predecessor(tnode_t *tn, char *mod_name) argument
506 while (pnode && (strcmp(topo_node_name(pnode), mod_name) != 0)) {
513 use_predecessor_fru(tnode_t *tn, char *mod_name) argument
519 if ((pnode = find_predecessor(tn, mod_name)) == NULL)
533 use_predecessor_label(topo_mod_t *mod, tnode_t *tn, char *mod_name) argument
539 if ((pnode = find_predecessor(tn, mod_name)) == NULL)
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_slice.c906 * char *mod_name, uint32_t mod_index,
912 * mod_name - name of the modified slice
944 char *mod_name,
957 if ((item = dlist_find(_modified_slices, mod_name,
977 (error = devconfig_set_name(slice, mod_name)) ||
1021 mod_name, mod_stblk, mod_nblks);
942 assemble_modified_slice( dm_descriptor_t src_slice, char *mod_name, uint32_t mod_index, uint64_t mod_stblk, uint64_t mod_nblks, uint64_t mod_size, devconfig_t **mod_slice) argument
/illumos-gate/usr/src/cmd/sgs/include/
H A Delfedit.h568 const char *mod_name; /* Name of module */ member in struct:__anon1616
577 const char *mod_name; member in struct:__anon1617
/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/cmd/fm/fmadm/common/
H A Dfaulty.c345 char *mod_name = NULL; local
355 (void) nvlist_lookup_string(nvl, FM_FMRI_MOD_NAME, &mod_name);
357 mod_name) {
359 scheme, mod_name);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c1225 m2d_walk_dinfo(uintptr_t addr, struct dev_info *di, char *mod_name) argument
1236 if (strcmp(name, mod_name) == 0)
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin.h223 krb5_principal mod_name; member in struct:_kadm5_principal_ent_t_v2
248 krb5_principal mod_name; member in struct:_kadm5_principal_ent_t_v1
679 krb5_principal mod_name; member in struct:_ovsec_kadm_principal_ent_t

Completed in 103 milliseconds

12