Searched refs:sf_next (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/solaris/SharedFolders/
H A Dvboxfs_prov.h168 struct sffs_dirents *sf_next; member in struct:sffs_dirents
H A Dvboxfs_prov.c957 cur_buf->sf_next = NULL;
1013 cur_buf->sf_next = kmem_alloc(SFFS_DIRENTS_SIZE, KM_SLEEP);
1014 if (cur_buf->sf_next == NULL) {
1018 cur_buf = cur_buf->sf_next;
1019 cur_buf->sf_next = NULL;
1050 cur_buf = (*dirents)->sf_next;
H A Dvboxfs_vnode.c177 sffs_dirents_t *next = node->sf_dir_list->sf_next;
760 cur_buf = cur_buf->sf_next;
794 cur_buf = cur_buf->sf_next;
2285 cur_buf = cur_buf->sf_next;

Completed in 50 milliseconds