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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtdb.c396 struct list_struct rec, lastrec, newrec; local
452 lastrec.next = rec.next;
453 if (rec_write(tdb, last_ptr, &lastrec) == -1) {
464 lastrec = rec;
904 struct list_struct rec, lastrec; local
951 lastrec.next = rec.next;
952 if (rec_write(tdb, last_ptr, &lastrec) == -1) {
984 lastrec = rec;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c1204 struct list_struct lastrec; local
1219 for (last_ptr = 0; i != rec_ptr; last_ptr = i, i = lastrec.next)
1220 if (rec_read(tdb, i, &lastrec) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c1184 struct list_struct lastrec; local
1199 for (last_ptr = 0; i != rec_ptr; last_ptr = i, i = lastrec.next)
1200 if (rec_read(tdb, i, &lastrec) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c1169 struct list_struct lastrec; local
1184 for (last_ptr = 0; i != rec_ptr; last_ptr = i, i = lastrec.next)
1185 if (rec_read(tdb, i, &lastrec) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.c5970 xfs_bmbt_rec_t *lastrec; /* extent record pointer */ local
5987 lastrec = xfs_iext_get_ext(ifp, nextents - 1);
5988 xfs_bmbt_get_all(lastrec, &s);
6014 xfs_bmbt_rec_t *lastrec; /* extent record pointer */ local
6031 lastrec = xfs_iext_get_ext(ifp, nextents - 1);
6032 startoff = xfs_bmbt_get_startoff(lastrec);
6033 blockcount = xfs_bmbt_get_blockcount(lastrec);

Completed in 123 milliseconds