Home
last modified time | relevance | path

Searched refs:sysfile (Results 1 – 3 of 3) sorted by relevance

/trueos/usr.sbin/ndiscvt/
HDndiscvt.c166 bincvt(char *sysfile, char *outfile, void *img, int fsize) in bincvt() argument
211 tname, sysfile, tname, tname, sysfile, outfile, outfile); in bincvt()
282 char *inffile = NULL, *sysfile = NULL; in main() local
296 sysfile = optarg; in main()
316 if (sysfile == NULL) in main()
320 fp = fopen(sysfile, "r"); in main()
322 err(1, "opening .SYS file '%s' failed", sysfile); in main()
329 err(1, "reading .SYS file '%s' failed", sysfile); in main()
348 inffile == NULL ? "<notused>" : inffile, sysfile, fsize); in main()
379 sysfile = strdup(basename(sysfile)); in main()
[all …]
/trueos/usr.sbin/asf/
HDasf.c288 const char *sysfile = NULL; /* for kvm(3) */ in main() local
319 sysfile = optarg; /* system file (kernel) for kvm(3) */ in main()
364 if (dokvm || corefile || sysfile) { in main()
367 asf_kvm(sysfile, corefile); in main()
/trueos/crypto/openssh/
HDauth.c397 const char *sysfile, const char *userfile) in check_key_in_hostfiles() argument
406 load_hostkeys(hostkeys, host, sysfile); in check_key_in_hostfiles()