Searched refs:method_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c65 static uu_list_t *method_list = NULL; variable
103 if ((method_list = uu_list_create(method_pool, NULL, 0)) == NULL) {
120 if (method_list != NULL) {
123 while ((me = uu_list_first(method_list)) != NULL)
126 (void) uu_list_destroy(method_list);
127 method_list = NULL;
264 (void) uu_list_insert_after(method_list, NULL, me);
285 uu_list_remove(method_list, me);
298 method_el_t *me = uu_list_first(method_list);
304 me = uu_list_next(method_list, m
[all...]

Completed in 167 milliseconds