HomeSort by relevance Sort by last modified time
    Searched refs:outparms (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
tmod.c 100 caddr_t *outparms; local
105 outparms = NULL;
122 * Setup inparms and outparms as needed
137 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL);
138 if (!outparms) {
147 * in user space. Pass in inparms or outparms as
174 /* if outparms then copy outparms into tif.out_data */
175 if (outparms) {
176 if (copy_to_user(tif.out_data, outparms, tif.out_len))
    [all...]
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
tusb.c 191 caddr_t *outparms; local
197 outparms = NULL;
205 * Setup inparms and outparms as needed
220 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL);
221 if (!outparms) {
261 /* if outparms then copy outparms into tif.out_data */
262 if (outparms) {
263 if (copy_to_user(tif.out_data, outparms, tif.out_len)) {
264 printk("tpci: Unsuccessful copy_to_user of outparms\n")
    [all...]
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
tagp.c 129 caddr_t *outparms; local
134 outparms = NULL;
151 * Setup inparms and outparms as needed
166 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL);
167 if (!outparms) {
176 * in user space. Pass in inparms or outparms as
257 /* if outparms then copy outparms into tif.out_data */
258 if (outparms) {
259 if (copy_to_user(tif.out_data, outparms, tif.out_len))
    [all...]
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
tbase.c 244 caddr_t *outparms; local
249 outparms = NULL;
266 * Setup inparms and outparms as needed
281 outparms = (caddr_t *) kmalloc(tif.out_len, GFP_KERNEL);
282 if (!outparms) {
291 * in user space. Pass in inparms or outparms as
378 /* if outparms then copy outparms into tif.out_data */
379 if (outparms) {
380 if (copy_to_user(tif.out_data, outparms, tif.out_len))
    [all...]

Completed in 845 milliseconds