Home
last modified time | relevance | path

Searched refs:state (Results 1 – 7 of 7) sorted by relevance

/nss/nss_db/
A Ddb-XXX.c55 static struct nss_db_map state; variable
72 status = internal_setent (DBFILE, &state); in CONCAT()
95 internal_endent (&state); in CONCAT()
137 struct nss_db_map state = { NULL, 0 }; \
218 internal_endent (&state); \
247 if (state.header == NULL) in CONCAT()
249 status = internal_setent (DBFILE, &state); in CONCAT()
262 entidx = (const char *) state.header + state.header->valstroffset; in CONCAT()
265 if (state.header != MAP_FAILED) in CONCAT()
268 + state.header->valstroffset in CONCAT()
[all …]
A Ddb-netgrp.c43 struct nss_db_map state; in _nss_db_setnetgrent() local
44 enum nss_status status = internal_setent (DBFILE, &state); in _nss_db_setnetgrent()
48 const struct nss_db_header *header = state.header; in _nss_db_setnetgrent()
87 internal_endent (&state); in _nss_db_setnetgrent()
A Ddb-initgroups.c39 struct nss_db_map state = { NULL, 0 }; in _nss_db_initgroups_dyn() local
40 enum nss_status status = internal_setent (_PATH_VARDB "group.db", &state); in _nss_db_initgroups_dyn()
47 const struct nss_db_header *header = state.header; in _nss_db_initgroups_dyn()
137 internal_endent (&state); in _nss_db_initgroups_dyn()
/nss/
A Dnss_module.c91 result->state = nss_module_uninitialized; in __nss_module_allocate()
125 switch ((enum nss_module_state) atomic_load_acquire (&module->state)) in module_load_builtin()
138 atomic_store_release (&module->state, nss_module_loaded); in module_load_builtin()
208 switch ((enum nss_module_state) atomic_load_acquire (&module->state)) in module_load()
211 atomic_store_release (&module->state, nss_module_failed); in module_load()
279 switch ((enum nss_module_state) atomic_load_acquire (&module->state)) in module_load()
287 atomic_store_release (&module->state, nss_module_loaded); in module_load()
307 switch ((enum nss_module_state) atomic_load_acquire (&module->state)) in __nss_module_load()
415 if (p->state == nss_module_uninitialized) in __nss_module_disable_loading()
416 p->state = nss_module_failed; in __nss_module_disable_loading()
[all …]
A Dnss_module.h65 int state; member
A Dgetent.c50 static void print_version (FILE *stream, struct argp_state *state);
68 static error_t parse_option (int key, char *arg, struct argp_state *state);
84 print_version (FILE *stream, struct argp_state *state) in print_version() argument
879 parse_option (int key, char *arg, struct argp_state *state) in parse_option() argument
A Dmakedb.c113 static void print_version (FILE *stream, struct argp_state *state);
138 static error_t parse_opt (int key, char *arg, struct argp_state *state);
330 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt() argument
382 print_version (FILE *stream, struct argp_state *state) in print_version() argument

Completed in 14 milliseconds