Home
last modified time | relevance | path

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

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