Home
last modified time | relevance | path

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

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