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

/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c76 static int ibcfg_brec = 0; /* beginning of rec */ variable
506 ibcfg_brec = ibcfg_btoken;
782 ibcfg_brec = 0;
844 ibcfg_brec = bportrec;
847 ibcfg_brec = bvpparec;
850 ibcfg_brec = bhcarec;
863 if (file_buf[ibcfg_brec] == '"' && file_buf[ibcfg_brec + 1] == '"') {
865 ibcfg_brec += 1;
871 if (lseek(ibcfg_fd, ibcfg_brec, SEEK_SE
[all...]

Completed in 74 milliseconds