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.c328 struct sockparams *origsp; in sotpi_destroy() local
337 origsp = SOTOTPI(so)->sti_orig_sp; in sotpi_destroy()
349 ASSERT(origsp != NULL); in sotpi_destroy()
351 origsp->sp_smod_info->smod_sock_destroy_func(so); in sotpi_destroy()
352 SOCKPARAMS_DEC_REF(origsp); in sotpi_destroy()
6328 struct sockparams *origsp = so->so_sockparams; in sotpi_convert_sonode() local
6362 sti->sti_orig_sp = origsp; in sotpi_convert_sonode()