Searched refs:outparam (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Drelay.h126 * @is_global: outparam - set non-zero if the buffer should be global
137 * Setting the is_global outparam to a non-zero value will
/linux-4.1.27/drivers/block/
H A Dfloppy.c3395 const void *outparam; /* parameters passed back to user space */ fd_locked_ioctl() local
3459 (struct floppy_struct **)&outparam); fd_locked_ioctl()
3494 outparam = &UDP->max_errors; fd_locked_ioctl()
3500 outparam = drive_name(type, drive); fd_locked_ioctl()
3501 SUPBOUND(size, strlen((const char *)outparam) + 1); fd_locked_ioctl()
3507 outparam = UDP; fd_locked_ioctl()
3517 outparam = UDRS; fd_locked_ioctl()
3522 outparam = UFDCS; fd_locked_ioctl()
3528 outparam = UDRWE; fd_locked_ioctl()
3552 return fd_copyout((void __user *)param, outparam, size); fd_locked_ioctl()

Completed in 293 milliseconds