Symbol: ephemeral_servinfo_t
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1089
static ephemeral_servinfo_t *
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1092
ephemeral_servinfo_t *esi;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1108
nfs4_trigger_esi_destroy(ephemeral_servinfo_t *esi, vnode_t *vp)
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1122
kmem_free(esi, sizeof (ephemeral_servinfo_t));
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1134
static ephemeral_servinfo_t *
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1140
ephemeral_servinfo_t *esi;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1142
esi = kmem_zalloc(sizeof (ephemeral_servinfo_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
152
ephemeral_servinfo_t *dma_esi;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1700
static ephemeral_servinfo_t *
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1705
ephemeral_servinfo_t *esi;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1749
esi = kmem_zalloc(sizeof (ephemeral_servinfo_t), KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1829
kmem_free(esi, sizeof (ephemeral_servinfo_t));
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1854
ephemeral_servinfo_t *esi = dma->dma_esi;
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
1979
ephemeral_servinfo_t *esi)
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
215
static ephemeral_servinfo_t *nfs4_trigger_esi_create(vnode_t *, servinfo4_t *,
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
217
static void nfs4_trigger_esi_destroy(ephemeral_servinfo_t *, vnode_t *);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
218
static ephemeral_servinfo_t *nfs4_trigger_esi_create_mirrormount(vnode_t *,
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
220
static ephemeral_servinfo_t *nfs4_trigger_esi_create_referral(vnode_t *,
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
223
ephemeral_servinfo_t *);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
909
ephemeral_servinfo_t *esi, *esi_first;