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

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

Completed in 62 milliseconds