Searched refs:iocbuf (Results 1 – 1 of 1) sorted by relevance
74 char iocbuf[IOC_BUF_LEN]; in poc() local83 memset(iocbuf, 0x41, IOC_BUF_LEN); in poc()84 memcpy(iocbuf, ":sbreg\0", 7); in poc()86 s = (struct sdreg *)&(iocbuf[7]); in poc()89 ioc.buf = iocbuf; in poc()