Searched refs:hintbuf (Results 1 – 1 of 1) sorted by relevance
1698 char hintbuf[SOF_MAXNAMELEN]; in sockconfig_add_filter() local1756 if ((error = copyinstr(filprop.sfp_hintarg, hintbuf, in sockconfig_add_filter()1757 sizeof (hintbuf), &len)) != 0) { in sockconfig_add_filter()1762 bcopy(hintbuf, ent->sofe_hintarg, len); in sockconfig_add_filter()