Searched refs:pfstab (Results 1 – 1 of 1) sorted by relevance
296 struct pfstab { struct297 SLIST_ENTRY(pfstab) pf_list;301 static SLIST_HEAD(, pfstab) table; argument307 struct pfstab *pf; in dump_getfstab()321 if ((pf = (struct pfstab *)malloc(sizeof (*pf))) == NULL) in dump_getfstab()338 struct pfstab *pf; in fstabsearch()