Home
last modified time | relevance | path

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

/nss/
A Dnss_action.c29 struct nss_action_list_wrapper struct
32 struct nss_action_list_wrapper *next; argument
42 static struct nss_action_list_wrapper *nss_actions; argument
74 for (struct nss_action_list_wrapper *p = nss_actions; p != NULL; p = p->next) in find_allocated()
89 struct nss_action_list_wrapper *wrapper in __nss_action_allocate()
108 struct nss_action_list_wrapper *current = nss_actions; in __nss_action_freeres()
111 struct nss_action_list_wrapper *next = current->next; in __nss_action_freeres()

Completed in 4 milliseconds