Searched defs:list_tmp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c123 char **list_tmp; local
129 list_tmp = *list;
131 if (list_tmp == NULL) {
135 while (list_tmp[i] != NULL) {
138 * list_tmp[i] == NULL
152 list_tmp = (char **)realloc(list_tmp,
155 if (list_tmp == NULL) {
158 *list = list_tmp;
/illumos-gate/usr/src/uts/common/io/
H A Dvuid_store.c277 Vuid_value *list_tmp; local
285 list_tmp = seg->list;
287 val_node->next = list_tmp;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c375 llist_head_t *list_tmp; local
393 list_tmp = entry->nxt;
404 entry = list_tmp;
405 list_tmp = entry->nxt;
891 llist_head_t *list_tmp; local
917 list_tmp = entry->nxt;
928 entry = list_tmp;
929 list_tmp = entry->nxt;
957 llist_head_t *list_tmp; local
966 list_tmp
1002 llist_head_t *list_tmp; local
1050 llist_head_t *list_tmp; local
[all...]

Completed in 58 milliseconds