Searched refs:dbop (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | nss_dbdefs.c | 200 uint32_t dbop; /* NSS_DBOP_* */ member 298 nss_dbop_search(const char *name, uint32_t dbop) in nss_dbop_search() argument 320 hval += getXbyY_to_dbop[i].dbop; in nss_dbop_search() 343 hval += dbop; in nss_dbop_search() 352 if (hptr->dbop != dbop || strcmp(name, hptr->name) != 0) in nss_dbop_search() 392 const char *dbname, int dbop, size_t *rlen, const char *typestr) in nss_pack_key2str() argument 747 const char *dbname, int dbop, size_t *rlen) in nss_default_key2str() argument 760 if ((index = nss_dbop_search(dbname, (uint32_t)dbop)) < 0) in nss_default_key2str() 764 dbop, rlen, getXbyY_to_dbop[index].tostr)); in nss_default_key2str() 872 int *dbop, nss_XbyY_args_t *arg, int index) in nss_upack_key2arg() argument [all …]
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | cache.c | 272 nsc_get_db(nsc_ctx_t *ctx, int dbop) { in nsc_get_db() argument 276 if (ctx->nsc_db[i] && dbop == ctx->nsc_db[i]->dbop) in nsc_get_db() 695 make_cache(enum db_type dbtype, int dbop, char *name, in make_cache() argument 712 nscdb->dbop = dbop; in make_cache() 1044 nsc_dump(char *dbname, int dbop) in nsc_dump() argument 1077 nscdb = nsc_get_db(ctx, dbop); in nsc_dump() 1080 (me, "%s:%d: no cache found\n", dbname, dbop); in nsc_dump() 1360 int dbop, errnum; in lookup_int() local 1369 &dbop, &args); in lookup_int() 1391 if ((largs->nscdb = nsc_get_db(ctx, dbop)) == NULL) { in lookup_int() [all …]
|
H A D | cache.h | 247 int dbop; member
|
H A D | nscd_switch.c | 1346 int dbop; in nss_psearch() local 1360 NULL, &initf, &dbop, &arg); in nss_psearch() 1388 status = nss_search(NULL, initf, dbop, &arg); in nss_psearch()
|
/titanic_41/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.c | 399 int dbop; in _nss_dns_gethost_withttl() local 449 sret = nss_packed_getkey(buffer, bufsize, &dbname, &dbop, &arg); in _nss_dns_gethost_withttl()
|
/titanic_41/usr/src/lib/nsswitch/mdns/common/ |
H A D | mdns_common.c | 691 int dbop; in _nss_mdns_gethost_withttl() local 713 sret = nss_packed_getkey(buffer, bufsize, &dbname, &dbop, &arg); in _nss_mdns_gethost_withttl()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 419 int dbop; in _filter_gethostbyaddr_r() local 426 dbop = NSS_DBOP_HOSTS_BYADDR; in _filter_gethostbyaddr_r() 432 dbop = NSS_DBOP_IPNODES_BYADDR; in _filter_gethostbyaddr_r() 445 res = nss_search(nss_db_root, nss_initf, dbop, &arg); in _filter_gethostbyaddr_r()
|