Home
last modified time | relevance | path

Searched refs:hintbuf (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c1769 char hintbuf[SOF_MAXNAMELEN]; in sockconfig_add_filter() local
1827 if ((error = copyinstr(filprop.sfp_hintarg, hintbuf, in sockconfig_add_filter()
1828 sizeof (hintbuf), &len)) != 0) { in sockconfig_add_filter()
1833 bcopy(hintbuf, ent->sofe_hintarg, len); in sockconfig_add_filter()