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

/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Dconfig_params.h54 extern char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configuration
H A Dfileconf.c67 if ((fp = fopen(loadfile, "r")) != NULL)
99 loadfile, lineno, MAX_LINE);
143 loadfile, lineno);
173 loadfile, lineno);
194 loadfile, lineno);
220 loadfile, lineno, PARAM_ACTIVECLIENT,
249 loadfile, lineno);
262 loadfile, lineno, PARAM_ACTIVECLIENT);
286 loadfile, lineno, PARAM_ACTIVECLIENT);
308 loadfile, linen
[all...]
H A Drpcapd.c79 char loadfile[MAX_LINE + 1]; //!< Name of the file from which we have to load the configuration variable
177 loadfile[0] = 0;
269 pcap_strlcpy(loadfile, optarg, MAX_LINE);
302 if (loadfile[0])
/freebsd-12-stable/stand/efi/loader/arch/arm/
H A Dexec.c55 r = __elfN(loadfile)(filename, dest, result);
/freebsd-12-stable/stand/powerpc/ofw/
H A Delf_freebsd.c54 r = __elfN(loadfile)(filename, dest, result);
H A Dppc64_elf_freebsd.c54 r = __elfN(loadfile)(filename, dest, result);
/freebsd-12-stable/stand/powerpc/uboot/
H A Dppc64_elf_freebsd.c54 r = __elfN(loadfile)(filename, dest, result);
/freebsd-12-stable/stand/uboot/lib/
H A Delf_freebsd.c55 r = __elfN(loadfile)(filename, dest, result);
/freebsd-12-stable/stand/mips/beri/loader/
H A Dexec.c69 return (__elfN(loadfile)(filename, dest, result));
/freebsd-12-stable/stand/powerpc/kboot/
H A Dppc64_elf_freebsd.c65 r = __elfN(loadfile)(filename, dest, result);
/freebsd-12-stable/stand/common/
H A Dbootstrap.h261 int __elfN(loadfile)(char *filename, uint64_t dest, struct preloaded_file **result);
H A Dload_elf.c299 __elfN(loadfile)(char *filename, uint64_t dest, struct preloaded_file **result) function
/freebsd-12-stable/contrib/bmake/
H A Dparse.c486 loadfile(const char *path, int fd) function
2286 lf = loadfile(fullname, fd);
3068 lf = loadfile(name, fd);
/freebsd-12-stable/stand/sparc64/loader/
H A Dmain.c166 __elfN(loadfile),

Completed in 230 milliseconds