Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 1064) sorted by path

12345678910>>...43

/illumos-gate/usr/src/boot/common/
H A Dboot.c57 struct preloaded_file *fp; in command_boot() local
175 struct preloaded_file *fp; in autoboot() local
H A Dgfx_fb.c1927 load_mapping(int fd, struct font *fp, int n) in load_mapping()
1958 builtin_mapping(struct font *fp, int n) in builtin_mapping()
1994 struct font *fp; in load_font() local
2185 struct fontlist *fp, *previous, *entry, *next; in insert_font() local
H A Dinstall.c188 struct preloaded_file *fp; in install() local
H A Dload_elf.c159 struct preloaded_file *fp, *kfp; in __elfN() local
785 char *fp; in fake_modname() local
H A Dload_elf_obj.c87 struct preloaded_file *fp, *kfp; in __elfN() local
H A Dmodule.c150 struct preloaded_file *fp; in command_load() local
202 struct preloaded_file *fp; in unload() local
227 struct preloaded_file *fp; in command_lsmod() local
329 struct preloaded_file *fp; in file_load() local
371 struct preloaded_file *fp; in file_load_dependencies() local
463 struct preloaded_file *fp; in build_environment_module() local
525 struct preloaded_file *fp; in build_font_module() local
644 struct preloaded_file *fp; in file_loadraw() local
785 struct preloaded_file *fp; in mod_loadkld() local
843 struct preloaded_file *fp; in file_findfile() local
[all …]
H A Dmultiboot2.c143 struct preloaded_file *fp; in multiboot2_loadfile() local
587 mb_kernel_cmdline(struct preloaded_file *fp, struct devdesc *rootdev, in mb_kernel_cmdline()
674 module_size(struct preloaded_file *fp) in module_size()
734 biossmap_size(struct preloaded_file *fp) in biossmap_size()
749 mbi_size(struct preloaded_file *fp, char *cmdline) in mbi_size()
832 multiboot2_exec(struct preloaded_file *fp) in multiboot2_exec()
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c94 elf64_exec(struct preloaded_file *fp) in elf64_exec()
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dexec.c70 elf64_exec(struct preloaded_file *fp) in elf64_exec()
136 elf64_obj_exec(struct preloaded_file *fp) in elf64_obj_exec()
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A Dbootinfo.c181 struct preloaded_file *fp; in bi_copymodules() local
209 bi_load(struct preloaded_file *fp, uint64_t *bi_addr) in bi_load()
H A Delf32_freebsd.c63 elf32_exec(struct preloaded_file *fp) in elf32_exec()
93 elf32_obj_exec(struct preloaded_file *fp) in elf32_obj_exec()
/illumos-gate/usr/src/boot/efi/loader/
H A Dbootinfo.c211 struct preloaded_file *fp; in bi_copymodules() local
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo32.c102 struct preloaded_file *fp; in bi_copymodules32() local
H A Dbootinfo64.c104 struct preloaded_file *fp; in bi_copymodules64() local
H A Delf32_freebsd.c53 elf32_exec(struct preloaded_file *fp) in elf32_exec()
H A Delf64_freebsd.c71 elf64_exec(struct preloaded_file *fp) in elf64_exec()
H A Di386_copy.c50 addr_verify(struct preloaded_file *fp, vm_offset_t addr, size_t size) in addr_verify()
110 struct preloaded_file *fp, *mfp; in i386_loadaddr() local
H A Dlinux.c66 find_real_addr(struct preloaded_file *fp) in find_real_addr()
95 struct preloaded_file *fp; in linux_loadkernel() local
276 linux_exec(struct preloaded_file *fp) in linux_exec()
H A Dmultiboot.c104 struct preloaded_file *fp; in multiboot_loadfile() local
231 multiboot_exec(struct preloaded_file *fp) in multiboot_exec()
/illumos-gate/usr/src/boot/include/
H A Dstdio.h501 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) argument
502 #define putc(x, fp) (!__isthreaded ? __sputc(x, fp) : (putc)(x, fp)) argument
518 #define getc_unlocked(fp) __sgetc(fp) argument
519 #define putc_unlocked(x, fp) __sputc(x, fp) argument
/illumos-gate/usr/src/boot/libsa/
H A Dcd9660.c286 struct file *fp = NULL; in cd9660_open() local
451 struct file *fp = (struct file *)f->f_fsdata; in cd9660_close() local
462 struct file *fp = (struct file *)f->f_fsdata; in buf_read_file() local
497 struct file *fp = (struct file *)f->f_fsdata; in cd9660_read() local
526 struct file *fp = (struct file *)f->f_fsdata; in cd9660_readdir() local
591 struct file *fp = (struct file *)f->f_fsdata; in cd9660_seek() local
612 struct file *fp = (struct file *)f->f_fsdata; in cd9660_stat() local
H A Dext2fs.c335 struct file *fp; in ext2fs_open() local
560 struct file *fp = (struct file *)f->f_fsdata; in read_inode() local
602 struct file *fp = (struct file *)f->f_fsdata; in block_map() local
702 struct file *fp = (struct file *)f->f_fsdata; in buf_read_file() local
760 struct file *fp = (struct file *)f->f_fsdata; in search_directory() local
796 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_close() local
819 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_read() local
850 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_seek() local
872 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_stat() local
885 struct file *fp = (struct file *)f->f_fsdata; in ext2fs_readdir() local
H A Dnfs.c650 struct nfs_iodesc *fp = (struct nfs_iodesc *)f->f_fsdata; in nfs_close() local
669 struct nfs_iodesc *fp = (struct nfs_iodesc *)f->f_fsdata; in nfs_read() local
738 struct nfs_iodesc *fp = (struct nfs_iodesc *)f->f_fsdata; in nfs_stat() local
757 struct nfs_iodesc *fp = (struct nfs_iodesc *)f->f_fsdata; in nfs_readdir() local
H A Dpkgfs.c273 off_t fp; in pkg_read() local
/illumos-gate/usr/src/boot/libsa/string/
H A Dmemccpy.c44 const unsigned char *fp = f; in memccpy() local

12345678910>>...43