Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c1815 struct thelist { in prune_dbs() struct
1816 struct thelist *next; in prune_dbs() argument
1818 } thelist, *ptl; in prune_dbs() local
1824 thelist.next = NULL; in prune_dbs()
1853 ptl = malloc(sizeof (struct thelist)); in prune_dbs()
1861 ptl->next = thelist.next; in prune_dbs()
1862 thelist.next = ptl; in prune_dbs()
1878 for (ptl = thelist.next; ptl; ptl = thelist.next) { in prune_dbs()
1879 thelist.next = ptl->next; in prune_dbs()
1927 thelist.next = NULL; in prune_dbs()