Searched refs:SBSSIDList (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dioctl.c69 SBSSIDList sList;
317 if (copy_to_user(pReq->data, &sList, sizeof(SBSSIDList))) {
325 if (copy_from_user(&sList, pReq->data, sizeof(SBSSIDList))) {
329 pList = (PSBSSIDList)kmalloc(sizeof(SBSSIDList) + (sList.uItem * sizeof(SBSSIDItem)), (int)GFP_ATOMIC);
367 if (copy_to_user(pReq->data, pList, sizeof(SBSSIDList) + (sList.uItem * sizeof(SBSSIDItem)))) {
H A Diocmd.h212 } SBSSIDList, *PSBSSIDList; typedef in typeref:struct:tagSBSSIDList
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dioctl.c69 SBSSIDList sList;
312 if (copy_to_user(pReq->data, &sList, sizeof(SBSSIDList))) {
320 if (copy_from_user(&sList, pReq->data, sizeof(SBSSIDList))) {
324 pList = (PSBSSIDList)kmalloc(sizeof(SBSSIDList) + (sList.uItem * sizeof(SBSSIDItem)), (int)GFP_ATOMIC);
362 if (copy_to_user(pReq->data, pList, sizeof(SBSSIDList) + (sList.uItem * sizeof(SBSSIDItem)))) {
H A Diocmd.h194 } SBSSIDList, *PSBSSIDList; typedef in typeref:struct:tagSBSSIDList

Completed in 44 milliseconds