Home
last modified time | relevance | path

Searched refs:net_ops (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetnetent.c95 static files_backend_op_t net_ops[] = { variable
109 return (_nss_files_constr(net_ops,
110 sizeof (net_ops) / sizeof (net_ops[0]),
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetent.c77 static nis_backend_op_t net_ops[] = { variable
91 return (_nss_nis_constr(net_ops,
92 sizeof (net_ops) / sizeof (net_ops[0]),
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetent.c262 static ldap_backend_op_t net_ops[] = { variable
284 return ((nss_backend_t *)_nss_ldap_constr(net_ops, in _nss_ldap_networks_constr()
285 sizeof (net_ops)/sizeof (net_ops[0]), _NETWORKS, in _nss_ldap_networks_constr()
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c110 static struct rcm_mod_ops net_ops = { variable
154 return (&net_ops); in rcm_mod_init()