Searched refs:Ioctl (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/net/sk98lin/ |
D | skge.c | 3342 SK_GE_IOCTL Ioctl; local 3355 if(copy_from_user(&Ioctl, rq->ifr_data, sizeof(SK_GE_IOCTL))) { 3364 if(copy_from_user(&pAC->PnmiStruct, Ioctl.pData, 3365 Ioctl.Len<sizeof(pAC->PnmiStruct)? 3366 Ioctl.Len : sizeof(pAC->PnmiStruct))) { 3369 Size = SkGeIocMib(pNet, Ioctl.Len, cmd); 3370 if(copy_to_user(Ioctl.pData, &pAC->PnmiStruct, 3371 Ioctl.Len<Size? Ioctl.Len : Size)) { 3374 Ioctl.Len = Size; 3375 if(copy_to_user(rq->ifr_data, &Ioctl, sizeof(SK_GE_IOCTL))) { [all …]
|
/linux-2.4.37.9/Documentation/ |
D | highuid.txt | 49 Ioctl() fixups have been made for:
|
D | ioctl-number.txt | 1 Ioctl Numbers
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | README | 68 Ioctl interfaces for control
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | cdrom-standard.tex | 843 \subsubsection{$Ioctl$s routed through $audio_ioctl()$}
|