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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c914 struct mon_bin_mfetch mfetch; local
919 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
922 if (mfetch.nflush) {
923 ret = mon_bin_flush(rp, mfetch.nflush);
929 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch);
941 struct mon_bin_mfetch32 mfetch; local
946 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
[all...]

Completed in 97 milliseconds