Searched refs:conf_file (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirs_data.h58 extern struct net_data * net_data_init(const char *conf_file);
H A Dgen_p.h104 extern struct irs_acc * irs_gen_acc __P((const char *, const char *conf_file));
H A Dirs_data.c127 net_data_init(const char *conf_file) { argument
152 net_data = net_data_create(conf_file);
167 net_data_create(const char *conf_file) { argument
175 if ((net_data->irs = irs_gen_acc("", conf_file)) == NULL) {
H A Dgen.c122 static int init_map_rules(struct gen_p *, const char *conf_file);
124 static void init_map_rules(struct gen_p *, const char *conf_file);
134 irs_gen_acc(const char *options, const char *conf_file) { argument
156 if (init_map_rules(irs, conf_file) == -1) {
161 init_map_rules(irs, conf_file);
487 init_map_rules(struct gen_p *irs, const char *conf_file) { argument
502 if (conf_file == NULL)
503 conf_file = _PATH_IRS_CONF ;
506 if (conf_file[0] == '\0' || (conf = fopen(conf_file, "
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c127 struct conf_file { struct
175 file_err(struct conf_file *filep, char *fmt, ...)
190 lex(struct conf_file *filep, char *val, size_t size)
442 parse_conf_entry(struct conf_file *filep, char *tokbuf, size_t linesize)
643 struct conf_file file;
792 * conf_file the path name of either fp.conf, qlc.conf or scsi_vhci.conf
794 * If the conf_file is fp.conf, path must be a fp node path
795 * if the conf_file is qlc.conf, path must be a qlc node path.
796 * if the conf_file is scsi_vhci.conf, path must be NULL.
806 lookup_in_conf_file(char *rootdir, char *conf_file, cha argument
[all...]
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h242 extern int update_conf(char *conf_file, char *entry);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c672 const char *conf_file = NULL; local
716 conf_file = full_file ? conf_to_config : alloc_file_name;
718 if (full_file || stat(conf_file, &buf) == 0)
724 strcmp(conf_file, gctx->config_path) == 0 &&
743 conf_file, SASL_VRFY_CONF);
751 result=sasl_config_init(gctx, conf_file);
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.c604 int hba_idx, char *conf_file, int max_phys)
618 rv = read_config(mod, hba_dnode, conf_file, bays[hba_idx],
603 bay_direct(topo_mod_t *mod, tnode_t *t_parent, di_node_t hba_dnode, int hba_idx, char *conf_file, int max_phys) argument

Completed in 316 milliseconds