Searched refs:actions (Results 1 – 4 of 4) sorted by relevance
/nss/ |
A D | nss_action.c | 38 struct nss_action actions[]; member 72 find_allocated (struct nss_action *actions, size_t count) in find_allocated() argument 75 if (p->count == count && action_lists_equal (p->actions, actions, count)) in find_allocated() 76 return p->actions; in find_allocated() 81 __nss_action_allocate (struct nss_action *actions, size_t count) in __nss_action_allocate() argument 86 result = find_allocated (actions, count); in __nss_action_allocate() 90 = malloc (sizeof (*wrapper) + sizeof (*actions) * count); in __nss_action_allocate() 95 memcpy (wrapper->actions, actions, sizeof (*actions) * count); in __nss_action_allocate() 97 result = wrapper->actions; in __nss_action_allocate()
|
A D | nss_action.h | 70 enum nss_status status, lookup_actions actions) in nss_action_set() argument 75 | ((unsigned int) actions << offset)); in nss_action_set() 79 nss_action_set_all (struct nss_action *action, lookup_actions actions) in nss_action_set_all() argument 81 unsigned int bits = actions & NSS_BPL_MASK; in nss_action_set_all() 96 nss_action_list __nss_action_allocate (struct nss_action *actions,
|
A D | nss_database.h | 58 bool __nss_database_get (enum nss_database db, nss_action_list *actions);
|
A D | nss_database.c | 469 __nss_database_get (enum nss_database db, nss_action_list *actions) in __nss_database_get() argument 472 return nss_database_check_reload_and_get (local, actions, db); in __nss_database_get()
|
Completed in 9 milliseconds