Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsys_generic.c571 char stkbuf[STK_PARAMS]; in mapped_ioctl() member
667 if ((com & IOC_VOID) == 0 && size > sizeof(ubuf.stkbuf)) { in mapped_ioctl()
672 data = ubuf.stkbuf; in mapped_ioctl()