Home
last modified time | relevance | path

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

/NextBSD/sys/boot/arm/at91/boot2/
HDboot2.c68 #define PATH_CONFIG "/boot/config" macro
165 if ((ino = lookup(PATH_CONFIG)) || in main()
172 printf("%s: %s\n", PATH_CONFIG, cmd); in main()
/NextBSD/sys/boot/arm/ixp425/boot2/
HDboot2.c66 #define PATH_CONFIG "/boot/config" macro
171 if ((ino = lookup(PATH_CONFIG)) || in main()
178 printf("%s: %s\n", PATH_CONFIG, cmd); in main()
/NextBSD/sys/boot/i386/gptboot/
HDgptboot.c42 #define PATH_CONFIG "/boot/config" macro
167 if ((ino = lookup(PATH_CONFIG)) || in main()
179 printf("%s: %s", PATH_CONFIG, cmd); in main()
/NextBSD/sys/boot/mips/beri/boot2/
HDboot2.c112 #define PATH_CONFIG "/boot/config" macro
269 if ((ino = lookup(PATH_CONFIG)) || in main()
280 printf("%s: %s", PATH_CONFIG, cmddup); in main()
/NextBSD/sys/boot/i386/boot2/
HDboot2.c91 #define PATH_CONFIG "/boot/config" macro
257 if ((ino = lookup(PATH_CONFIG)) || in main()
268 printf("%s: %s", PATH_CONFIG, cmddup); in main()
/NextBSD/sys/boot/pc98/boot2/
HDboot2.c93 #define PATH_CONFIG "/boot/config" macro
396 if ((ino = lookup(PATH_CONFIG)) || in main()
407 printf("%s: %s", PATH_CONFIG, cmddup); in main()
/NextBSD/sys/boot/i386/zfsboot/
HDzfsboot.c49 #define PATH_CONFIG "/boot/config" macro
532 } else if (zfs_lookup(&zfsmount, PATH_CONFIG, &dn) == 0 || in main()
547 printf("%s: %s\n", PATH_CONFIG, cmddup); in main()
/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDfs.h79 #define PATH_CONFIG "fsx.conf" /* Configuration */ macro
HDfs_x.c251 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool), in read_config()
517 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, in write_config()
1225 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG, in svn_fs_x__info_config_files()
HDhotcopy.c769 SVN_ERR(svn_io_dir_file_copy(src_fs->path, dst_fs->path, PATH_CONFIG, in hotcopy_body()
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDfs.h80 #define PATH_CONFIG "fsfs.conf" /* Configuration */ macro
HDfs_fs.c696 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool), in read_config()
1023 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, pool), in write_config()
1175 SVN_ERR(svn_io_check_path(svn_dirent_join(fs->path, PATH_CONFIG, pool), in upgrade_body()
1189 svn_dirent_join(fs->path, PATH_CONFIG, pool)); in upgrade_body()
2203 APR_ARRAY_PUSH(*files, const char *) = svn_dirent_join(fs->path, PATH_CONFIG, in svn_fs_fs__info_config_files()
HDhotcopy.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()
/NextBSD/contrib/bsnmp/snmpd/
HDmain.c70 #define PATH_CONFIG "/etc/%s.config" macro
1809 snprintf(config_file, sizeof(config_file), PATH_CONFIG, prefix); in main()