Home
last modified time | relevance | path

Searched refs:mod_name (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/sys/modules/lua/
H A Dlua.c377 if (!strcmp(m->mod_name, require->module)) in luaioctl()
380 if (!strcmp(m->mod_name, in luaioctl()
387 m->mod_name, in luaioctl()
392 m->mod_name, in luaioctl()
511 if (!strcmp(m->mod_name, module)) { in lua_require()
522 if (!strcmp(m->mod_name, module)) { in lua_require()
534 md->mod_name); in lua_require()
535 luaL_requiref(L, md->mod_name, md->open, 0); in lua_require()
631 if (!strcmp(m->mod_name, name)) in klua_mod_register()
634 strlcpy(m->mod_name, name, LUA_MAX_MODNAME); in klua_mod_register()
[all …]
H A Dluavar.h37 char mod_name[LUA_MAX_MODNAME]; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dmarshall.c188 krb5_store_int32(sp, princ->mod_name != NULL); in store_principal_ent()
189 if(princ->mod_name) in store_principal_ent()
190 krb5_store_principal(sp, princ->mod_name); in store_principal_ent()
288 krb5_ret_principal(sp, &princ->mod_name); in ret_principal_ent()
290 princ->mod_name = NULL; in ret_principal_ent()
H A Dfree.c68 if (princ->mod_name) in kadm5_free_principal_ent()
69 krb5_free_principal(context->context, princ->mod_name); in kadm5_free_principal_ent()
H A Dget_s.c202 &out->mod_name); in kadm5_s_get_principal()
206 &out->mod_name); in kadm5_s_get_principal()
208 out->mod_name = NULL; in kadm5_s_get_principal()
H A Dadmin.h154 krb5_principal mod_name; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer.cc36 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo() argument
38 module = internal_strdup(mod_name); in FillModuleInfo()
H A Dsanitizer_symbolizer.h47 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer.cc34 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo() argument
36 module = internal_strdup(mod_name); in FillModuleInfo()
H A Dsanitizer_symbolizer.h45 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer.cpp35 void AddressInfo::FillModuleInfo(const char *mod_name, uptr mod_offset, in FillModuleInfo() argument
37 module = internal_strdup(mod_name); in FillModuleInfo()
H A Dsanitizer_symbolizer.h47 void FillModuleInfo(const char *mod_name, uptr mod_offset, ModuleArch arch);
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dparse.cc849 char mod_name[256] = "vmlinux]"; /* note trailing ] */ in process_Linux_kernel_cmd() local
851 sym_name, mod_name); in process_Linux_kernel_cmd()
855 mod_name[strlen (mod_name) - 1] = '\0'; /* chop trailing ] */ in process_Linux_kernel_cmd()
856 if (strcmp (mod_name, "ctf") == 0) in process_Linux_kernel_cmd()
857 strcpy (mod_name, "shared_ctf"); in process_Linux_kernel_cmd()
888 sb.appendf ("%s`%s", mod_name, sym_name); in process_Linux_kernel_cmd()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dparse.cc849 char mod_name[256] = "vmlinux]"; /* note trailing ] */ in process_Linux_kernel_cmd() local
851 sym_name, mod_name); in process_Linux_kernel_cmd()
855 mod_name[strlen (mod_name) - 1] = '\0'; /* chop trailing ] */ in process_Linux_kernel_cmd()
856 if (strcmp (mod_name, "ctf") == 0) in process_Linux_kernel_cmd()
857 strcpy (mod_name, "shared_ctf"); in process_Linux_kernel_cmd()
888 sb.appendf ("%s`%s", mod_name, sym_name); in process_Linux_kernel_cmd()
H A DExperiment.cc2268 char *mod_name = get_jmodule_name (className); in get_jclass() local
2269 Module *mod = lo->find_module (mod_name); in get_jclass()
2272 mod = dbeSession->createClassFile (mod_name); in get_jclass()
2279 mod_name = NULL; in get_jclass()
2287 free (mod_name); in get_jclass()
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dmain.c438 char mod_name[MAXMODNAME]; in module_add_split() local
445 ep = mod_name; in module_add_split()
452 if (ep != mod_name) in module_add_split()
453 module_add(mod_name); in module_add_split()
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dhprop.h69 char mod_name[64]; member
/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec.c201 char mod_name[MAXMODNAME]; in module_add_split()
208 ep = mod_name; in module_add_split()
215 if (ep != mod_name) in module_add_split()
216 module_add_common(mod_name, type); in module_add_split()
202 char mod_name[MAXMODNAME]; module_add_split() local
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dget.c216 if (princ->mod_name == NULL) in format_field()
219 krb5_unparse_name_fixed_short(context, princ->mod_name, buf, buf_len); in format_field()
221 krb5_unparse_name_fixed(context, princ->mod_name, buf, buf_len); in format_field()
H A Drpc.c405 CHECK(krb5_store_int32(sp, ent->mod_name == NULL)); in store_principal_ent()
406 if (ent->mod_name) in store_principal_ent()
407 CHECK(store_principal_xdr(contextp, sp, ent->mod_name)); in store_principal_ent()
468 CHECK(ret_principal_xdr(contextp, sp, &ent->mod_name)); in ret_principal_ent()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Doasys.h78 bfd_byte mod_name[32]; member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Doasys.h78 bfd_byte mod_name[32]; member
/netbsd-src/bin/pax/
H A Dextern.h220 int mod_name(ARCHD *, int);
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc4801 generate_isocbinding_symbol (const char *mod_name, iso_c_binding_symbol s, in generate_isocbinding_symbol() argument
4868 tmp_sym->module = gfc_get_string ("%s", mod_name); in generate_isocbinding_symbol()
4984 dt_sym->module = gfc_get_string ("%s", mod_name); in generate_isocbinding_symbol()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c4757 generate_isocbinding_symbol (const char *mod_name, iso_c_binding_symbol s, in generate_isocbinding_symbol() argument
4824 tmp_sym->module = gfc_get_string ("%s", mod_name); in generate_isocbinding_symbol()
4940 dt_sym->module = gfc_get_string ("%s", mod_name); in generate_isocbinding_symbol()

12