Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/i2o/
DREADME.ioctl64 void *resbuf; /* Buffer for result */
71 by hrt->iop in the buffer pointed to by hrt->resbuf. The actual size of
93 void *resbuf; /* Buffer for result */
100 by lct->iop in the buffer pointed to by lct->resbuf. The actual size of
125 void *resbuf; /* Result List buffer */
134 into the buffer pointed to by ops->resbuf. The number of bytes
140 ops->resbuf if no errors occur. If an error occurs, -1 is returned
166 void *resbuf; /* Result List buffer */
175 into the buffer pointed to by ops->resbuf. The actual size of data
343 void *resbuf; /* Buffer for reply HTML page */
[all …]
Di2o_config.c308 if(kcmd.resbuf == NULL) in ioctl_gethrt()
325 if(copy_to_user(kcmd.resbuf, (void*)hrt, len)) in ioctl_gethrt()
347 if(kcmd.resbuf == NULL) in ioctl_getlct()
361 else if(copy_to_user(kcmd.resbuf, (void*)lct, len)) in ioctl_getlct()
431 else if(copy_to_user(kcmd.resbuf, res, len)) in ioctl_parms()
464 if(!kcmd.resbuf) in ioctl_html()
540 if(copy_to_user(kcmd.resbuf, res, len)) in ioctl_html()
/linux-2.4.37.9/include/linux/
Di2o-dev.h48 void *resbuf; /* Buffer for result */ member
58 void *resbuf; /* Result List buffer */ member
79 void *resbuf; /* Buffer for reply HTML page */ member