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

/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c80 fstyp_module_t *modules_tail; /* last module in the list */ member in struct:fstyp_handle
395 if (h->modules_tail == NULL) {
396 h->modules = h->modules_tail = mp;
398 h->modules_tail->next = mp;
399 h->modules_tail = mp;
471 h->modules = h->modules_tail = h->ident = NULL;

Completed in 59 milliseconds