Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/hptmv/
H A Dhptproc.c51 static char hptproc_buffer[256]; variable
267 char *buffer = hptproc_buffer; in hpt_set_info()
360 *hptproc_buffer = 0; in hpt_copy_info()
361 return (SYSCTL_OUT(pinfo, hptproc_buffer, 1)); in hpt_copy_info()
366 printfretval = kvsnprintf(hptproc_buffer, sizeof(hptproc_buffer), fmt, ap); in hpt_copy_info()
368 return(SYSCTL_OUT(pinfo, hptproc_buffer, strlen(hptproc_buffer))); in hpt_copy_info()
560 if ((req->newlen - req->newidx) >= sizeof(hptproc_buffer)) { in hpt_proc_in()
564 error = SYSCTL_IN(req, hptproc_buffer, i); in hpt_proc_in()
567 (hptproc_buffer)[i] = '\0'; in hpt_proc_in()