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

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

Completed in 79 milliseconds