Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsodirect.c133 if ((mp = sodp->sod_uioafh) != NULL) { in sod_rcv_done()
134 sodp->sod_uioafh = NULL; in sod_rcv_done()
139 ASSERT(sodp->sod_uioafh == NULL); in sod_rcv_done()
222 sodp->sod_uioafh = bp; in sod_uioa_mblk_done()
367 sodp->sod_uioafh = NULL; in sod_sock_init()
383 ASSERT(sodp->sod_uioafh == NULL); in sod_sock_fini()
H A Dsodirect.h54 mblk_t *sod_uioafh; /* To be freed list head, or NULL */ member
H A Dsockcommon_subr.c2338 ASSERT(sodp->sod_uioafh == NULL); in so_tpi_fallback()