/illumos-gate/usr/src/boot/efi/loader/arch/arm/ |
H A D | exec.c | 66 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 D | elf64_freebsd.c | 55 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 D | exec.c | 57 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 D | elf32_freebsd.c | 57 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 D | elf64_freebsd.c | 75 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 D | bootinfo64.c | 139 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 D | bootinfo32.c | 134 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 D | libi386.h | 142 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 D | elf32_freebsd.c | 67 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 D | pam_framework.c | 984 (*func(pamtab_t *modulep, int ind))() in func() argument 988 if ((funcp = modulep->function_ptr) == NULL) in func() 1019 pamtab_t *modulep; in run_stack() local 1030 if ((modulep = in run_stack() 1042 modulep ? modulep->module_path : "NULL"); in run_stack() 1044 while (modulep != NULL) { in run_stack() 1045 if (modulep->pam_flag & PAM_INCLUDE) { in run_stack() 1048 modulep->next; in run_stack() 1051 pamh->include_depth, (void *)modulep->next); in run_stack() 1057 modulep->module_path, pamh->pam_conf_name in run_stack() [all …]
|
/illumos-gate/usr/src/boot/efi/loader/ |
H A D | bootinfo.c | 57 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 D | mdb_kb.c | 816 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 D | common.c | 2305 ldaptool_getmodpath( void *context, char **modulep ) argument 2307 *modulep = ssl_secmodpath; 2311 printf(gettext("ldaptool_getmodpath -- %s\n"), *modulep);
|