Home
last modified time | relevance | path

Searched refs:module_name (Results 1 – 14 of 14) sorted by relevance

/onnv-gate/usr/src/uts/common/crypto/core/
H A Dkcf_policy.c103 kcf_policy_remove_by_name(char *module_name, uint_t *count, in kcf_policy_remove_by_name() argument
118 if (strncmp(module_name, policy_desc->pd_name, in kcf_policy_remove_by_name()
184 kcf_policy_lookup_by_name(char *module_name) in kcf_policy_lookup_by_name() argument
195 if (strncmp(module_name, policy_desc->pd_name, in kcf_policy_lookup_by_name()
240 kcf_policy_load_soft_disabled(char *module_name, uint_t new_count, in kcf_policy_load_soft_disabled() argument
254 new_desc->pd_name = kmem_alloc(strlen(module_name) + 1, KM_SLEEP); in kcf_policy_load_soft_disabled()
255 (void) strcpy(new_desc->pd_name, module_name); in kcf_policy_load_soft_disabled()
266 if (strncmp(policy_tab[i]->pd_name, module_name, in kcf_policy_load_soft_disabled()
H A Dkcf_mech_tabs.c856 char *module_name; in crypto_mech2id_common() local
860 if (get_sw_provider_for_mech(mechname, &module_name) in crypto_mech2id_common()
866 module_name_size = strlen(module_name) + 1; in crypto_mech2id_common()
867 if (modload("crypto", module_name) == -1 || in crypto_mech2id_common()
868 (mcp = mod_hold_by_name(module_name)) == NULL) { in crypto_mech2id_common()
869 kmem_free(module_name, module_name_size); in crypto_mech2id_common()
882 (void) modload("crypto", module_name); in crypto_mech2id_common()
884 kmem_free(module_name, module_name_size); in crypto_mech2id_common()
H A Dkcf_prov_tabs.c517 kcf_prov_tab_lookup_by_name(char *module_name) in kcf_prov_tab_lookup_by_name() argument
529 if (strncmp(module_name, prov_desc->pd_name, in kcf_prov_tab_lookup_by_name()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm259 foreach my $module_name ( map { $base_class . "::" . $_ } @languages ) {
260 next unless length $module_name; # sanity
261 next if $seen{$module_name}++ # Already been here, and it was no-go
262 || !&_try_use($module_name); # Try to use() it, but can't it.
263 return($module_name->new); # Make it!
/onnv-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`
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1197 char *module_name) in diffparams() argument
1213 res = diffnvlists(old->nvlist, new->nvlist, module_name, &diff, in diffparams()
1235 char *module_name) in difffilter() argument
1254 res = diffnvlists(old->nvlist, new->nvlist, module_name, &diff, in difffilter()
1748 char *module_name, in diffnvlists() argument
1771 tfp = validmod(module_name, &openerr); in diffnvlists()
1800 res = readtype(tfp, module_name, SHORT_NAME(nme), &type, in diffnvlists()
4916 read_enum_nvs(char *line, char *module_name) in read_enum_nvs() argument
5031 "corrupt.\n"), module_name); in read_enum_nvs()
5410 char *module_name, in read_perm_items() argument
[all …]
/onnv-gate/usr/src/uts/common/sys/
H A Dkiconv.h94 char *module_name; member
/onnv-gate/usr/src/uts/i86pc/sys/
H A Dpsm_common.h112 extern int acpi_psm_init(char *module_name, int verbose_flags);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL450 a bLuRfle.pm module or that the C<eval " require \"$module_name.pm\"; ">
/onnv-gate/usr/src/uts/common/os/
H A Dkiconv.c1066 if (info == NULL || info->module_name == NULL || in kiconv_register_module()
1076 if (strcmp(module_list[mid].name, info->module_name) == 0) in kiconv_register_module()
1142 if (info == NULL || info->module_name == NULL || in kiconv_unregister_module()
1147 if (strcmp(module_list[mid].name, info->module_name) == 0) in kiconv_unregister_module()
/onnv-gate/usr/src/uts/common/c2/
H A Daudit.c1797 audit_cryptoadm(int cmd, char *module_name, crypto_mech_name_t *mech_names, in audit_cryptoadm() argument
1829 module_name, device_instance); in audit_cryptoadm()
1841 module_name); in audit_cryptoadm()
1853 module_name); in audit_cryptoadm()
1864 module_name); in audit_cryptoadm()
/onnv-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c154 static char module_name[] = "kb8042"; variable
163 module_name,
451 if (ddi_create_minor_node(devi, module_name, S_IFCHR, 0, in kb8042_attach()
/onnv-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c208 acpi_psm_init(char *module_name, int verbose_flags) in acpi_psm_init() argument
210 psm_module_name = module_name; in acpi_psm_init()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm68 my ($module_name);
1715 $module_name = $arg;
1791 output_all($module_name || "init_module");