Home
last modified time | relevance | path

Searched refs:nsc_ht_default (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dgetproto.c46 NULL, NULL, NULL, nsc_ht_default, -1); in proto_init_ctx()
51 NULL, NULL, NULL, nsc_ht_default, -1); in proto_init_ctx()
H A Dgetrpc.c46 NULL, NULL, NULL, nsc_ht_default, -1); in rpc_init_ctx()
51 NULL, NULL, NULL, nsc_ht_default, -1); in rpc_init_ctx()
H A Dgetexec.c55 execattr_gethash, nsc_ht_default, -1); in exec_init_ctx()
61 execattr_gethash, nsc_ht_default, -1); in exec_init_ctx()
67 execattr_gethash, nsc_ht_default, -1); in exec_init_ctx()
H A Dgetgr.c51 NULL, NULL, NULL, nsc_ht_default, -1); in group_init_ctx()
57 grgid_gethash, nsc_ht_default, -1); in group_init_ctx()
H A Dgetproject.c51 NULL, NULL, NULL, nsc_ht_default, -1); in project_init_ctx()
58 projid_gethash, nsc_ht_default, -1); in project_init_ctx()
H A Dgetpw.c53 NULL, nsc_ht_default, -1); in passwd_init_ctx()
60 pwuid_gethash, nsc_ht_default, -1); in passwd_init_ctx()
H A Dgetether.c55 NULL, NULL, NULL, nsc_ht_default, -1); in ether_init_ctx()
62 ether_gethash, nsc_ht_default, -1); in ether_init_ctx()
H A Dgethost.c57 NULL, NULL, NULL, nsc_ht_default, -1); in host_init_ctx()
64 hostaddr_gethash, nsc_ht_default, -1); in host_init_ctx()
H A Dgetnet.c57 NULL, NULL, NULL, nsc_ht_default, -1); in net_init_ctx()
64 netaddr_gethash, nsc_ht_default, -1); in net_init_ctx()
H A Dgetnode.c66 ipname_gethash, nsc_ht_default, -1); in ipnode_init_ctx()
73 ipaddr_gethash, nsc_ht_default, -1); in ipnode_init_ctx()
H A Dgetserv.c58 servname_gethash, nsc_ht_default, -1); in serv_init_ctx()
65 servport_gethash, nsc_ht_default, -1); in serv_init_ctx()
H A Dgetprinter.c44 NULL, NULL, NULL, nsc_ht_default, -1); in printer_init_ctx()
H A Dgetauth.c43 NULL, NULL, NULL, nsc_ht_default, -1); in auth_init_ctx()
H A Dgetbootp.c43 NULL, NULL, NULL, nsc_ht_default, -1); in bootp_init_ctx()
H A Dgetnetmasks.c45 NULL, NULL, NULL, nsc_ht_default, -1); in netmask_init_ctx()
H A Dgetprof.c43 NULL, NULL, NULL, nsc_ht_default, -1); in prof_init_ctx()
H A Dgetuser.c43 NULL, NULL, NULL, nsc_ht_default, -1); in user_init_ctx()
H A Dgettnrhtp.c49 NULL, NULL, NULL, nsc_ht_default, -1); in tnrhtp_init_ctx()
H A Dgettnrhdb.c55 tsol_rh_gethash, nsc_ht_default, -1); in tnrhdb_init_ctx()
H A Dcache.h253 nsc_ht_default = 0, enumerator
H A Dcache.c782 case nsc_ht_default: in make_cache()