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

/opensolaris-onvv-gate/usr/src/uts/common/sharefs/
H A Dsharetab.h46 struct sh_list *shl_next; member in struct:sh_list
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dexportlist.c95 for (shp = share_list; shp; shp = shp->shl_next) {
H A Dmountd.c1496 for (shp = share_list; shp; shp = shp->shl_next) {
2559 shp_prev->shl_next = shp;
2561 shp->shl_next = NULL;
2600 next = shp->shl_next;

Completed in 100 milliseconds