Home
last modified time | relevance | path

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

/trueos/sys/boot/arm/at91/boot2/
HDboot2.c68 #define PATH_CONFIG "/boot/config" macro
164 if ((ino = lookup(PATH_CONFIG)) || in main()
171 printf("%s: %s\n", PATH_CONFIG, cmd); in main()
/trueos/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()
/trueos/sys/boot/i386/gptboot/
HDgptboot.c42 #define PATH_CONFIG "/boot/config" macro
166 if ((ino = lookup(PATH_CONFIG)) || in main()
177 printf("%s: %s", PATH_CONFIG, cmd); in main()
/trueos/sys/boot/i386/boot2/
HDboot2.c91 #define PATH_CONFIG "/boot/config" macro
256 if ((ino = lookup(PATH_CONFIG)) || in main()
267 printf("%s: %s", PATH_CONFIG, cmddup); in main()
/trueos/sys/boot/pc98/boot2/
HDboot2.c93 #define PATH_CONFIG "/boot/config" macro
395 if ((ino = lookup(PATH_CONFIG)) || in main()
406 printf("%s: %s", PATH_CONFIG, cmddup); in main()
/trueos/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()
/trueos/contrib/subversion/subversion/libsvn_fs_fs/
HDfs.h71 #define PATH_CONFIG "fsfs.conf" /* Configuration */ macro
HDfs_fs.c1164 svn_dirent_join(fs_path, PATH_CONFIG, pool), in read_config()
1361 return svn_io_file_create(svn_dirent_join(fs->path, PATH_CONFIG, pool), in write_config()
1571 SVN_ERR(svn_io_check_path(svn_dirent_join(fs->path, PATH_CONFIG, pool), in upgrade_body()
1585 svn_dirent_join(fs->path, PATH_CONFIG, pool)); in upgrade_body()
11152 err = svn_io_dir_file_copy(src_fs->path, dst_fs->path, PATH_CONFIG, in hotcopy_body()
11174 config_relpath = svn_dirent_join(src_fs->path, PATH_CONFIG, pool); in hotcopy_body()
/trueos/contrib/bsnmp/snmpd/
HDmain.c70 #define PATH_CONFIG "/etc/%s.config" macro
1805 snprintf(config_file, sizeof(config_file), PATH_CONFIG, prefix); in main()