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

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h229 } selector_list_t; typedef in typeref:struct:selector_list
236 selector_list_t *selector;
376 static void free_selector_list(selector_list_t *head);
429 static selector_list_t *create_selector_list(char *selector);
H A Ddevfsadm.c6333 static selector_list_t *
6339 selector_list_t *head_selector_list = NULL;
6340 selector_list_t *selector_list;
6348 selector_list = (selector_list_t *)
6349 s_malloc(sizeof (selector_list_t));
6586 selector_list_t *selector = entry->selector;
6885 free_selector_list(selector_list_t *head)
6887 selector_list_t *temp;

Completed in 72 milliseconds