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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_bin.c1028 struct mon_bin_mfetch mfetch; local
1033 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
1036 if (mfetch.nflush) {
1037 ret = mon_bin_flush(rp, mfetch.nflush);
1043 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch);
1107 struct mon_bin_mfetch32 mfetch; local
1112 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/mon/
H A Dmon_bin.c1028 struct mon_bin_mfetch mfetch; local
1033 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
1036 if (mfetch.nflush) {
1037 ret = mon_bin_flush(rp, mfetch.nflush);
1043 ret = mon_bin_fetch(file, rp, mfetch.offvec, mfetch.nfetch);
1107 struct mon_bin_mfetch32 mfetch; local
1112 if (copy_from_user(&mfetch, uptr, sizeof(mfetch)))
[all...]

Completed in 107 milliseconds