Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dhptproc.c51 static char hptproc_buffer[256]; variable
286 char *buffer = hptproc_buffer; in hpt_set_info()
383 *hptproc_buffer = 0; in hpt_copy_info()
384 return (SYSCTL_OUT(pinfo, hptproc_buffer, 1)); in hpt_copy_info()
389 vsnprintf(hptproc_buffer, sizeof(hptproc_buffer), fmt, ap); in hpt_copy_info()
391 return(SYSCTL_OUT(pinfo, hptproc_buffer, strlen(hptproc_buffer))); in hpt_copy_info()
583 if ((req->newlen - req->newidx) >= sizeof(hptproc_buffer)) { in hpt_proc_in()
587 error = SYSCTL_IN(req, hptproc_buffer, i); in hpt_proc_in()
590 (hptproc_buffer)[i] = '\0'; in hpt_proc_in()