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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_serverlistdb.c35 struct server_record *nexts; local
37 for (servrec = work->serverlist; servrec; servrec = nexts) {
39 nexts = servrec->next;
190 struct server_record *nexts; local
192 for (servrec = work->serverlist; servrec; servrec = nexts) {
193 nexts = servrec->next;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_nfa.c743 struct state *nexts; local
751 for (s = nfa->states; s != NULL && !NISERR(); s = nexts) {
752 nexts = s->next;
861 struct state *nexts; local
869 for (s = nfa->states; s != NULL && !NISERR(); s = nexts) {
870 nexts = s->next;
1043 struct state *nexts; local
1051 for (s = nfa->states; s != NULL && !NISERR(); s = nexts) {
1052 nexts = s->next;
1127 struct state *nexts; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap.h313 * If nexts is nonzero then the number of extents to remove is limited to
324 xfs_extnum_t nexts, /* number of extents max */
H A Dxfs_bmap.c4948 * If nexts is nonzero then the number of extents to remove is limited to
4959 xfs_extnum_t nexts, /* number of extents max */
5004 ASSERT(nexts >= 0);
5042 (nexts == 0 || extno < nexts)) {
4953 xfs_bunmapi( xfs_trans_t *tp, struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, int flags, xfs_extnum_t nexts, xfs_fsblock_t *firstblock, xfs_bmap_free_t *flist, int *done) argument

Completed in 111 milliseconds