Lines Matching defs:initf

168 	(me, "got initf pbuf, key = %p\n", pbuf);
181 (me, "initf pbuf cleared\n");
185 * Call the input initf function to extract the
196 nss_db_initf_t initf,
209 (*initf)(p);
293 (me, "ERROR: initf key not set\n");
624 nss_search(nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum,
641 (me, "rootp = %p, initf = %p, search_fnum = %d, "
642 "search_args = %p\n", rootp, initf,
650 if (getparams(search_fnum, initf, &params) ==
656 if (initf == nscd_initf) {
664 return ((func)(rootp, initf, search_fnum,
673 if (initf == nscd_initf) {
685 if (initf == nscd_initf && try_local(dbi, search_args) == 1) {
818 if (initf == nscd_initf && /* request is from the door */
1019 nss_setent(nss_db_root_t *rootp, nss_db_initf_t initf,
1024 nss_setent_u(rootp, initf, contextpp);
1028 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp,
1036 status = nss_getent_u(rootp, initf, contextpp, args);
1041 nss_endent(nss_db_root_t *rootp, nss_db_initf_t initf,
1046 nss_endent_u(rootp, initf, contextpp);
1073 nss_setent_u(nss_db_root_t *rootp, nss_db_initf_t initf,
1086 (me, "rootp = %p, initf = %p, contextpp = %p \n",
1087 rootp, initf, contextpp);
1090 * Get the nsw db index via the initf function. If unsupported
1093 if (getparams(-1, initf, &params) == NSCD_CFG_UNSUPPORTED_SWITCH_DB)
1097 if (initf == nscd_initf)
1154 nss_endent_u(rootp, initf, contextpp);
1171 s->be_version_p[i] == NULL && initf == nscd_initf) ||
1175 nss_endent_u(rootp, initf, contextpp);
1190 nss_getent_u(nss_db_root_t *rootp, nss_db_initf_t initf,
1200 (me, "rootp = %p, initf = %p, contextpp = %p, args = %p\n",
1201 rootp, initf, contextpp, args);
1204 nss_setent_u(rootp, initf, contextpp);
1269 nss_endent_u(rootp, initf, contextpp);
1284 nss_endent_u(nss_db_root_t *rootp, nss_db_initf_t initf,
1291 (me, "rootp = %p, initf = %p, contextpp = %p \n",
1292 rootp, initf, contextpp);
1345 nss_db_initf_t initf;
1360 NULL, &initf, &dbop, &arg);
1384 initf = nscd_initf;
1388 status = nss_search(NULL, initf, dbop, &arg);
1433 /* clear the TSD key used by the generic initf */
1608 delayed_setent(nss_pheader_t *pbuf, nss_db_initf_t initf,
1634 nss_setent(NULL, initf, contextp);
1668 nss_db_initf_t initf;
1699 initf = nscd_initf;
1706 delayed_setent(pbuf, initf, contextp, cookie_num_p,
1715 NULL, &initf, &contextp, &arg);
1725 status = nss_getent(NULL, initf, contextp, &arg);
1754 /* clear the TSD key used by the generic initf */