Searched defs:net_ops (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetnetent.c98 static files_backend_op_t net_ops[] = { variable
112 return (_nss_files_constr(net_ops,
113 sizeof (net_ops) / sizeof (net_ops[0]),
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetent.c79 static nis_backend_op_t net_ops[] = { variable
93 return (_nss_nis_constr(net_ops,
94 sizeof (net_ops) / sizeof (net_ops[0]),
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetnetent.c264 static ldap_backend_op_t net_ops[] = { variable
286 return ((nss_backend_t *)_nss_ldap_constr(net_ops,
287 sizeof (net_ops)/sizeof (net_ops[0]), _NETWORKS,
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c110 static struct rcm_mod_ops net_ops = { variable in typeref:struct:rcm_mod_ops
154 return (&net_ops);

Completed in 70 milliseconds