Home
last modified time | relevance | path

Searched refs:n_ops (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Duser_common.c272 _nss_user_constr(ops, n_ops, filename, min_bufsize) in _nss_user_constr() argument
274 int n_ops;
284 be->n_ops = n_ops;
H A Duser_common.h49 int n_ops; member
69 int n_ops,
/illumos-gate/usr/src/head/
H A Dnss_common.h255 int n_ops; member
269 (((n) >= 0 && (n) < (instp)->n_ops) ? (instp)->ops[n] : 0)
272 ((n) >= 0 && (n) < (instp)->n_ops && (instp)->ops[n] != 0) \
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.h59 nss_dbop_t n_ops; member
78 int n_ops,
H A Dnis_common.c613 _nss_nis_constr(ops, n_ops, enum_map) in _nss_nis_constr() argument
615 int n_ops;
626 be->n_ops = n_ops;
H A Dgetnetgrent.c65 nss_dbop_t n_ops; member
193 nss_dbop_t n_ops; member
567 get_be->n_ops = sizeof (getnetgr_ops) /
888 be->n_ops = sizeof (netgroup_ops) / sizeof (netgroup_ops[0]);
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.h64 int n_ops; member
101 int n_ops,
H A Dcompat_common.c1224 _nss_compat_constr(ops, n_ops, filename, min_bufsize, rootp, initf, netgroups, in _nss_compat_constr() argument
1227 int n_ops;
1242 be->n_ops = n_ops;
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h78 int n_ops; member
100 int n_ops,
H A Dfiles_common.c644 _nss_files_constr(ops, n_ops, filename, min_bufsize, fhp) in _nss_files_constr() argument
646 int n_ops;
657 be->n_ops = n_ops;
H A Dgetnetgrent.c250 nss_dbop_t n_ops; member
722 get_be->n_ops = ARRAY_SIZE(getnetgr_ops); in netgr_set()
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.h61 nss_dbop_t n_ops; member
H A Ddns_common.c262 _nss_dns_constr(dns_backend_op_t ops[], int n_ops) in _nss_dns_constr() argument
270 be->n_ops = n_ops; in _nss_dns_constr()
H A Dgethostent.c60 nss_backend_t *_nss_dns_constr(dns_backend_op_t ops[], int n_ops);
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.h68 nss_dbop_t n_ops; member
H A Dmdns_common.c432 _nss_mdns_constr(mdns_backend_op_t ops[], int n_ops) in _nss_mdns_constr() argument
439 be->n_ops = n_ops; in _nss_mdns_constr()