Home
last modified time | relevance | path

Searched refs:loadfile (Results 1 – 14 of 14) sorted by relevance

/src/contrib/libpcap/rpcapd/
H A Dfileconf.c74 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 Dconfig_params.h54 extern char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configura…
H A Drpcapd.c83 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 Delf_freebsd.c47 r = __elfN(loadfile)(filename, dest, result); in uboot_load()
/src/stand/efi/loader/arch/arm/
H A Dexec.c49 r = __elfN(loadfile)(filename, dest, result); in arm_load()
/src/stand/uboot/arch/powerpc/
H A Dppc64_elf_freebsd.c48 r = __elfN(loadfile)(filename, dest, result); in ppc64_uboot_elf_loadfile()
/src/stand/efi/loader/arch/riscv/
H A Dexec.c109 .l_load = __elfN(loadfile),
/src/stand/powerpc/ofw/
H A Delf_freebsd.c52 r = __elfN(loadfile)(filename, dest, result); in ofw_loadfile()
H A Dppc64_elf_freebsd.c52 r = __elfN(loadfile)(filename, dest, result); in ppc64_ofw_elf_loadfile()
/src/stand/kboot/kboot/arch/powerpc64/
H A Dppc64_elf_freebsd.c63 r = __elfN(loadfile)(filename, dest, result); in ppc64_elf_loadfile()
/src/stand/efi/loader/arch/amd64/
H A Dmultiboot2.c74 loadfile(char *filename, uint64_t dest, struct preloaded_file **result) in loadfile() function
562 .l_load = loadfile,
/src/stand/common/
H A Dbootstrap.h299 int __elfN(loadfile)(char *, uint64_t, struct preloaded_file **);
H A Dload_elf.c355 __elfN(loadfile)(char *filename, uint64_t dest, struct preloaded_file **result) in loadfile() function
/src/contrib/bmake/
H A DChangeLog1148 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.