Searched refs:loadfile (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/libpcap/rpcapd/ |
| H A D | fileconf.c | 74 if ((fp = fopen(loadfile, "r")) != NULL) in fileconf_read() 106 loadfile, lineno, MAX_LINE); in fileconf_read() 149 loadfile, lineno); in fileconf_read() 178 loadfile, lineno); in fileconf_read() 199 loadfile, lineno); in fileconf_read() 225 loadfile, lineno, PARAM_ACTIVECLIENT, in fileconf_read() 256 loadfile, lineno); in fileconf_read() 269 loadfile, lineno, PARAM_ACTIVECLIENT); in fileconf_read() 293 loadfile, lineno, PARAM_ACTIVECLIENT); in fileconf_read() 315 loadfile, lineno, PARAM_ACTIVECLIENT); in fileconf_read() [all …]
|
| H A D | config_params.h | 54 extern char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configura…
|
| H A D | rpcapd.c | 83 char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configuration variable 197 loadfile[0] = 0; in main() 297 pcapint_strlcpy(loadfile, optarg, sizeof (loadfile)); in main() 354 if (loadfile[0]) in main()
|
| /src/stand/uboot/ |
| H A D | elf_freebsd.c | 47 r = __elfN(loadfile)(filename, dest, result); in uboot_load()
|
| /src/stand/efi/loader/arch/arm/ |
| H A D | exec.c | 49 r = __elfN(loadfile)(filename, dest, result); in arm_load()
|
| /src/stand/uboot/arch/powerpc/ |
| H A D | ppc64_elf_freebsd.c | 48 r = __elfN(loadfile)(filename, dest, result); in ppc64_uboot_elf_loadfile()
|
| /src/stand/efi/loader/arch/riscv/ |
| H A D | exec.c | 109 .l_load = __elfN(loadfile),
|
| /src/stand/powerpc/ofw/ |
| H A D | elf_freebsd.c | 52 r = __elfN(loadfile)(filename, dest, result); in ofw_loadfile()
|
| H A D | ppc64_elf_freebsd.c | 52 r = __elfN(loadfile)(filename, dest, result); in ppc64_ofw_elf_loadfile()
|
| /src/stand/kboot/kboot/arch/powerpc64/ |
| H A D | ppc64_elf_freebsd.c | 63 r = __elfN(loadfile)(filename, dest, result); in ppc64_elf_loadfile()
|
| /src/stand/efi/loader/arch/amd64/ |
| H A D | multiboot2.c | 74 loadfile(char *filename, uint64_t dest, struct preloaded_file **result) in loadfile() function 562 .l_load = loadfile,
|
| /src/stand/common/ |
| H A D | bootstrap.h | 299 int __elfN(loadfile)(char *, uint64_t, struct preloaded_file **);
|
| H A D | load_elf.c | 355 __elfN(loadfile)(char *filename, uint64_t dest, struct preloaded_file **result) in loadfile() function
|
| /src/contrib/bmake/ |
| H A D | ChangeLog | 1148 rename loadfile to LoadFile 1321 * parse.c: loadfile restore extra byte in buffer. 2132 o parse.c: extract loadedfile_mmap from loadfile 2915 o parse.c: avoid calling sysconf for every call to loadfile 3090 o parse.c: ensure loadfile buffer is \n terminated in non-mmap case 3926 o loadfile: ensure newline at end of mapped file.
|