Searched refs:sh_next (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sharefs/
H A Dshare.h49 struct share *sh_next; member in struct:share
60 caddr32_t sh_next; member in struct:share32
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharetab.c144 s != NULL; s = s->sh_next) {
151 p->sh_next = s->sh_next;
153 sht->s_buckets[iHash].ssh_sh = s->sh_next;
179 s->sh_next = NULL;
256 s != NULL; s = s->sh_next) {
267 p->sh_next = sh;
272 sh->sh_next = s->sh_next;
299 sh->sh_next
[all...]
H A Dsharefs_vnops.c96 sh = sh->sh_next) {
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h270 struct sbd_priv_handle *sh_next; member in struct:sbd_priv_handle
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1469 shp->sh_next = sbp->sb_handle;
1525 shpp = &((*shpp)->sh_next))
1534 *shpp = shp->sh_next;

Completed in 55 milliseconds