Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c327 struct sockparams *origsp; in sotpi_destroy() local
336 origsp = SOTOTPI(so)->sti_orig_sp; in sotpi_destroy()
348 ASSERT(origsp != NULL); in sotpi_destroy()
350 origsp->sp_smod_info->smod_sock_destroy_func(so); in sotpi_destroy()
351 SOCKPARAMS_DEC_REF(origsp); in sotpi_destroy()
6329 struct sockparams *origsp = so->so_sockparams; in sotpi_convert_sonode() local
6363 sti->sti_orig_sp = origsp; in sotpi_convert_sonode()