Home
last modified time | relevance | path

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

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c58 static struct nfs_files { struct
61 struct nfs_files *next; argument
62 } nfs_files[1] = { variable
99 struct nfs_files *filep; in boot_nfs_closeall()
106 if (nfs_files->file.version == 0 && in boot_nfs_closeall()
107 nfs_files->desc == 0 && in boot_nfs_closeall()
108 nfs_files->next == NULL) in boot_nfs_closeall()
112 while ((filep = nfs_files->next) != NULL) { in boot_nfs_closeall()
113 nfs_files->next = filep->next; in boot_nfs_closeall()
114 bkmem_free((caddr_t)filep, sizeof (struct nfs_files)); in boot_nfs_closeall()
[all …]