Home
last modified time | relevance | path

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

/freebsd-12.1/stand/common/
H A Dpaths.h33 #define PATH_CONFIG "/boot/config" macro
/freebsd-12.1/stand/i386/isoboot/
H A Disoboot.c253 if ((ino = cd9660_lookup(PATH_CONFIG)) || in main()
263 printf("%s: %s", PATH_CONFIG, cmd); in main()
/freebsd-12.1/stand/mips/beri/boot2/
H A Dboot2.c227 if ((ino = lookup(PATH_CONFIG)) || in main()
238 printf("%s: %s", PATH_CONFIG, cmddup); in main()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h78 #define PATH_CONFIG "fsx.conf" /* Configuration */ macro
H A Dfs_x.c267 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool), in read_config()
533 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, in write_config()
1292 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG, in svn_fs_x__info_config_files()
H A Dhotcopy.c593 SVN_ERR(svn_io_dir_file_copy(src_fs->path, dst_fs->path, PATH_CONFIG, in hotcopy_body()
/freebsd-12.1/stand/i386/boot2/
H A Dboot2.c222 if ((ino = lookup(PATH_CONFIG)) || in main()
233 printf("%s: %s", PATH_CONFIG, cmddup); in main()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h80 #define PATH_CONFIG "fsfs.conf" /* Configuration */ macro
H A Dfs_fs.c752 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool), in read_config()
1159 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, pool), in write_config()
1312 SVN_ERR(svn_io_check_path(svn_dirent_join(fs->path, PATH_CONFIG, pool), in upgrade_body()
1326 svn_dirent_join(fs->path, PATH_CONFIG, pool)); in upgrade_body()
2342 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG, in svn_fs_fs__info_config_files()
H A Dhotcopy.c842 err = svn_io_dir_file_copy(src_fs->path, dst_fs->path, PATH_CONFIG, in hotcopy_body()
863 config_relpath = svn_dirent_join(src_fs->path, PATH_CONFIG, pool); in hotcopy_body()
/freebsd-12.1/stand/i386/gptboot/
H A Dgptboot.c307 if ((ino = lookup(PATH_CONFIG)) || in main()
319 printf("%s: %s", PATH_CONFIG, cmd); in main()
/freebsd-12.1/stand/i386/zfsboot/
H A Dzfsboot.c835 } else if (zfs_lookup(&zfsmount, PATH_CONFIG, &dn) == 0 || in main()
850 printf("%s: %s\n", PATH_CONFIG, cmddup); in main()
/freebsd-12.1/stand/efi/boot1/
H A Dboot1.c230 status = mod->load(PATH_CONFIG, dev, &buf, &bufsize); in try_boot()
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Dmain.c71 #define PATH_CONFIG "/etc/%s.config" macro
1650 snprintf(config_file, sizeof(config_file), PATH_CONFIG, prefix); in main()