Home
last modified time | relevance | path

Searched refs:cf_pp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libdscfg/common/
H A Dcfg.c466 if ((*cfp->cf_pp->readcf) in cfg_get_cstring()
779 if ((*cfp->cf_pp->readcf) in cfg_put_cstring()
811 if ((rc = ((*cfp->cf_pp->remcf) in cfg_put_cstring()
843 (*cfp->cf_pp->replacecf) in cfg_put_cstring()
872 if ((*cfp->cf_pp->readcf) in cfg_put_cstring()
925 (*cfp->cf_pp->replacecf) in cfg_put_cstring()
991 (*cfp->cf_pp->addcf)(cfp, bufp, table_index); in cfg_put_cstring()
1527 if ((*cfp->cf_pp->seek)(cfp, 0, SEEK_SET) < 0) { in cfg_read()
1534 rc = (*cfp->cf_pp->read)(cfp, (char *)cfp->cf_head, 4); in cfg_read()
1542 if ((*cfp->cf_pp->seek)(cfp, 0, SEEK_SET) < 0) { in cfg_read()
[all …]
H A Dcfg_impl.h204 struct cfg_io_s *cf_pp; /* i/o provider */ member