Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/
H A Dprocess_buffer.c53 struct nfs_log_list { struct
55 struct nfs_log_list *l_next; argument
59 static struct nfs_log_list *badtag_list = NULL;
414 struct nfs_log_list *lp, *p; in badtag_notify()
433 if ((lp = (struct nfs_log_list *)malloc(sizeof (*lp))) != NULL) { in badtag_notify()