Home
last modified time | relevance | path

Searched refs:modulep (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dexec.c66 vm_offset_t modulep, kernend; in __elfN() local
77 if ((error = bi_load(fp->f_args, &modulep, &kernend)) != 0) { in __elfN()
85 printf("modulep: %#x\n", modulep); in __elfN()
90 (*entry)((void *)modulep); in __elfN()
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c55 extern int bi_load(char *args, vm_offset_t *modulep, vm_offset_t *kernendp);
82 uint64_t modulep, p4_entry_t *pagetable,
98 vm_offset_t modulep, kernend, trampcode, trampstack; in elf64_exec() local
173 err = bi_load(fp->f_args, &modulep, &kernend); in elf64_exec()
181 trampoline(trampstack, efi_copy_finish, kernend, modulep, PT4, in elf64_exec()
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dexec.c57 int bi_load(char *args, vm_offset_t *modulep, vm_offset_t *kernendp);
72 vm_offset_t modulep, kernendp; in elf64_exec() local
116 err = bi_load(fp->f_args, &modulep, &kernendp); in elf64_exec()
131 (*entry)(modulep); in elf64_exec()
/illumos-gate/usr/src/boot/i386/libi386/
H A Delf32_freebsd.c57 vm_offset_t entry, bootinfop, modulep, kernend; in elf32_exec() local
64 err = bi_load32(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
74 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
H A Delf64_freebsd.c75 vm_offset_t modulep, kernend; in elf64_exec() local
83 err = bi_load64(fp->f_args, 0, &modulep, &kernend, 1); in elf64_exec()
116 __exec((void *)VTOP(amd64_tramp), modulep, kernend); in elf64_exec()
H A Dbootinfo64.c139 bi_load64(char *args, vm_offset_t addr, vm_offset_t *modulep, in bi_load64() argument
185 module = *modulep = addr; in bi_load64()
219 (void)bi_copymodules64(*modulep); in bi_load64()
H A Dbootinfo32.c134 bi_load32(char *args, int *howtop, int *bootdevp, vm_offset_t *bip, vm_offset_t *modulep, vm_offset… in bi_load32() argument
221 *modulep = addr; in bi_load32()
257 bi.bi_modulep = *modulep; in bi_load32()
H A Dlibi386.h142 vm_offset_t *modulep, vm_offset_t *kernend);
143 int bi_load64(char *args, vm_offset_t addr, vm_offset_t *modulep,
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Delf32_freebsd.c67 vm_offset_t entry, bootinfop, modulep, kernend; in elf32_exec() local
75 err = bi_load(fp->f_args, &boothowto, &bootdev, &bootinfop, &modulep, &kernend); in elf32_exec()
87 __exec((void *)entry, boothowto, bootdev, 0, 0, 0, bootinfop, modulep, kernend); in elf32_exec()
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c981 (*func(pamtab_t *modulep, int ind))() in func() argument
1016 pamtab_t *modulep; in run_stack() local
1027 if ((modulep = in run_stack()
1039 modulep ? modulep->module_path : "NULL"); in run_stack()
1041 while (modulep != NULL) { in run_stack()
1045 modulep->next; in run_stack()
1066 modulep->module_path); in run_stack()
1069 if ((modulep = pamh->pam_conf_info in run_stack()
1102 modulep)) != PAM_SUCCESS) { in run_stack()
1109 sm_func = func(modulep, ind); in run_stack()
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c57 int bi_load(char *args, vm_offset_t *modulep, vm_offset_t *kernendp);
339 bi_load(char *args, vm_offset_t *modulep, vm_offset_t *kernendp) in bi_load() argument
434 *modulep = addr; in bi_load()
444 *modulep -= __elfN(relocation_offset); in bi_load()
/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c816 xkb_read_module(xkb_t *xkb, uintptr_t modulep, struct module *module, in xkb_read_module() argument
819 if (xkb_read(xkb, modulep, module, sizeof (struct module)) != in xkb_read_module()
889 uintptr_t modulep; in xkb_walk_syms() local
919 modctl + offsetof(struct modctl, mod_mp), &modulep)) in xkb_walk_syms()
922 if (modulep == 0) in xkb_walk_syms()
925 if (!xkb_read_module(xkb, modulep, &module, &sym_addr, in xkb_walk_syms()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c2305 ldaptool_getmodpath( void *context, char **modulep ) argument
2307 *modulep = ssl_secmodpath;
2311 printf(gettext("ldaptool_getmodpath -- %s\n"), *modulep);