Searched refs:state (Results 1 – 7 of 7) sorted by relevance
/nss/nss_db/ |
A D | db-XXX.c | 55 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 D | db-netgrp.c | 43 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 D | db-initgroups.c | 39 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 D | nss_module.c | 91 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 D | nss_module.h | 65 int state; member
|
A D | getent.c | 50 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 D | makedb.c | 113 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