Searched defs:config_file (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c86 char config_file[MAX_FILENAME]; /* specified configuration file */ variable
514 strcpy(config_file, optarg);
625 spcs_log("dscfg", NULL, gettext("dscfg -s %s"), config_file);
626 locname = cfg_location(config_file, CFG_LOC_SET_CLUSTER,
637 loc = config_file;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dconfig.c226 parse_config(char *config_file, boolean_t file_required) argument
242 fp = open_conffile(config_file);
246 logperror(config_file);
H A Dmain.c1982 char *config_file = PATH_NDPD_CONF; local
2020 config_file = (char *)optarg;
2029 if (parse_config(config_file, file_required) == -1)
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_diag.c74 char config_file[32]; variable
83 dfile = fopen(config_file, "r");
85 (void) printf("cannot open file: %s\n", config_file);
102 config_file, partitions);
159 (void) strcpy(config_file, optarg);
1018 (void) strcpy(config_file, DISKLIST);
1034 "#10.\n", config_file);
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c77 static int parse_ldap_config_file(const char *config_file,
129 const char *config_file)
168 if (config_file == NULL) {
171 config_file = YP_DEFAULT_MAPPING_FILE;
174 config_file = DEFAULT_MAPPING_FILE;
178 if (rc == 0 && config_file != NULL) {
180 warn_file = config_file;
183 rc = yp_parse_ldap_config_file(config_file, &proxyInfo,
187 rc = parse_ldap_config_file(config_file, &proxyInfo,
568 const char *config_file,
127 parse_ldap_migration( const char *const *cmdline_options, const char *config_file) argument
567 parse_ldap_config_file( const char *config_file, __nis_ldap_proxy_info *proxy_info, __nis_config_t *nis_config, __nis_table_mapping_t **table_mapping, __nis_config_info_t *config_info, __nisdb_table_mapping_t *table_info) argument
644 yp_parse_ldap_config_file( const char *config_file, __nis_ldap_proxy_info *proxy_info, __nis_config_t *nis_config, __nis_table_mapping_t **table_mapping, __nis_config_info_t *config_info, __nisdb_table_mapping_t *table_info, __yp_domain_context_t *ypDomains) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c77 char config_file[128] = "/boot/grub/menu.lst"; /* FIXME: arbitrary */ variable
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c72 static char config_file[CFG_MAX_BUF]; variable
2329 bzero(config_file, sizeof (config_file));
2334 bzero(config_file, sizeof (config_file));
2335 rc = read(fd, config_file, sizeof (config_file));
2345 strcat(loc, config_file);
2346 bzero(config_file, sizeof (config_file));
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c2123 answer_auth(char *config_file, char *ccache_file) argument
2130 if (config_file) {
2134 filenames[0] = config_file;
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c1708 char config_file[FILENAME_MAX]; local
1953 (void) strcpy(config_file, optarg);
2696 pairs = read_config(flag, config_file, group_arg, ctag_arg);
2699 "matching Remote Mirror sets"), config_file);
4845 * char *config_file Name of configuration file for rdcadm
4855 read_config(int flag, char *config_file, char *group_arg, char *ctag_arg) argument
4877 if (!(fp = fopen(config_file, "r"))) {
4878 rdc_err(NULL, gettext("error opening %s"), config_file);
4979 gettext("invalid format in %s"), config_file);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c139 typedef struct config_file { struct
667 * destroy_config:Destroy the config_file struct
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7830 char config_file[MAXPATHLEN]; local
7849 if (!config_file_path(zonename, config_file)) {
7854 if ((err = stat(config_file, &config_st)) != 0) {
7856 config_file, strerror(errno));

Completed in 794 milliseconds