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

/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c73 static char ibconf_file[] = IBCONF_FILE; /* file being read */ variable
696 ibconf_file);
740 if ((ibcfg_fd = open(ibconf_file, O_RDWR, 0666)) == -1) {
742 "failed to open %s file\n", ibconf_file);
750 "failed to lock %s file\n", ibconf_file);
758 DPRINTF("ib_init_file: failed to fstat %s file\n", ibconf_file);
765 ibconf_file);
771 DPRINTF("ib_init_file: failed to read %s file\n", ibconf_file);
860 ibconf_file);
872 DPRINTF("ib_add_service: lseek %s file failed\n", ibconf_file);
[all...]

Completed in 21 milliseconds