Lines Matching refs:liblist_t
34 liblist_t *
37 liblist_t *n;
39 if ((n = malloc(sizeof (liblist_t))) == NULL) {
51 liblist_free(liblist_t *lst)
70 liblist_add(liblist_t *lst, off_t off)
98 liblist_foreach(liblist_t *lst, int (*cb)(libnode_t *, void *, void *),
115 static liblist_t *
116 liblist_copy(liblist_t *lst)
121 liblist_t *nl = NULL;
139 liblist_t *vers = (liblist_t *)info;
159 liblist_t *lst = (liblist_t *)info;