Searched refs:last_dev (Results 1 - 6 of 6) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Da2065.c481 struct net_device *last_dev = 0; variable in typeref:struct:net_device
489 last_dev = dev;
H A Ddeclance.c775 struct net_device *last_dev = 0; variable in typeref:struct:net_device
784 last_dev = dev;
H A Dsunlance.c920 struct net_device *last_dev; variable in typeref:struct:net_device
927 last_dev = dev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c2427 int first_dev, last_dev; local
2465 last_dev = 0;
2477 if (last_dev) {
2490 last_dev = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dvfs.c964 static dev_t last_dev; local
980 || (last_ino == inode->i_ino && last_dev == inode->i_sb->s_dev)) {
992 last_dev = inode->i_sb->s_dev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunsvdir.c211 dev_t last_dev = last_dev; /* for gcc */ local
275 || s.st_ino != last_ino || s.st_dev != last_dev
280 last_dev = s.st_dev;

Completed in 267 milliseconds