Home
last modified time | relevance | path

Searched defs:compat_backend (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.h62 struct compat_backend { struct
63 compat_backend_op_t *ops; argument
64 int n_ops;
65 const char *filename;
66 FILE *f;
67 int minbuf;
68 char *buf;
69 int linelen; /* <== Explain use, lifetime */
71 nss_db_initf_t db_initf;
72 nss_db_root_t *db_rootp; /* Shared between instances */
[all …]