Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Di2o-dev.h81 void *qbuf; /* Pointer to HTTP query string */ member
/linux-2.4.37.9/drivers/message/i2o/
DREADME.ioctl345 void *qbuf; /* Pointer to HTTP query string */
356 pointed to by htquery->qbuf. If there is no query string, this field
Di2o_config.c482 if(copy_from_user(query, kcmd.qbuf, kcmd.qlen)) in ioctl_html()