Searched refs:PATH_CONFIG (Results 1 – 7 of 7) sorted by relevance
/freebsd/stand/common/ |
H A D | paths.h | 32 #define PATH_CONFIG "/boot/config" macro
|
/freebsd/stand/i386/isoboot/ |
H A D | isoboot.c | 250 if ((ino = cd9660_lookup(PATH_CONFIG)) || in main() 260 printf("%s: %s", PATH_CONFIG, cmd); in main()
|
/freebsd/stand/i386/boot2/ |
H A D | boot2.c | 219 if ((ino = lookup(PATH_CONFIG)) || in main() 230 printf("%s: %s", PATH_CONFIG, cmddup); in main()
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.c | 304 if ((ino = lookup(PATH_CONFIG)) || in main() 316 printf("%s: %s", PATH_CONFIG, cmd); in main()
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsboot.c | 262 fd = open(PATH_CONFIG, O_RDONLY); in main() 286 printf("%s: %s\n", PATH_CONFIG, cmddup); in main()
|
/freebsd/stand/efi/boot1/ |
H A D | boot1.c | 84 status = mod->load(PATH_CONFIG, dev, &buf, &bufsize); in try_boot()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | main.c | 71 #define PATH_CONFIG "/etc/%s.config" macro 1648 snprintf(config_file, sizeof(config_file), PATH_CONFIG, prefix); in main()
|