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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h90 char *sofe_hintarg; /* hint argument */ member in struct:sof_entry
H A Dsockfilter.c818 if (ent->sofe_hintarg != NULL) {
821 kmem_free(ent->sofe_hintarg, strlen(ent->sofe_hintarg) + 1);
822 ent->sofe_hintarg = NULL;
1082 if (strncmp(ent->sofe_hintarg,
H A Dsocksyscalls.c1775 ent->sofe_hintarg = kmem_alloc(len, KM_SLEEP);
1776 bcopy(hintbuf, ent->sofe_hintarg, len);

Completed in 52 milliseconds