Searched refs:pnext (Results 1 - 25 of 68) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.h62 * @pnext: the &struct list_head to use as a pointer to the next item.
65 #define list_for_each_safe(pos, pnext, head) \
66 for (pos = (head)->next, pnext = pos->next; pos != (head); \
67 pos = pnext, pnext = pos->next)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.h62 * @pnext: the &struct list_head to use as a pointer to the next item.
65 #define list_for_each_safe(pos, pnext, head) \
66 for (pos = (head)->next, pnext = pos->next; pos != (head); \
67 pos = pnext, pnext = pos->next)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/blkid/
H A Dlist.h62 * @pnext: the &struct list_head to use as a pointer to the next item.
65 #define list_for_each_safe(pos, pnext, head) \
66 for (pos = (head)->next, pnext = pos->next; pos != (head); \
67 pos = pnext, pnext = pos->next)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/stl/
H A Ddbstl_utility.h199 T *pnext = seq1; local
200 for (; 0 < cnt; --cnt, ++pnext, ++seq2)
201 assign(*pnext, *seq2);
222 T *pnext = seq1; local
223 if (seq2 < pnext && pnext < seq2 + cnt)
224 for (pnext += cnt, seq2 += cnt; 0 < cnt; --cnt)
225 assign(*--pnext, *--seq2);
227 for (; 0 < cnt; --cnt, ++pnext, ++seq2)
228 assign(*pnext, *seq
236 T *pnext = seq; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/stl/
H A Ddbstl_utility.h199 T *pnext = seq1; local
200 for (; 0 < cnt; --cnt, ++pnext, ++seq2)
201 assign(*pnext, *seq2);
222 T *pnext = seq1; local
223 if (seq2 < pnext && pnext < seq2 + cnt)
224 for (pnext += cnt, seq2 += cnt; 0 < cnt; --cnt)
225 assign(*--pnext, *--seq2);
227 for (; 0 < cnt; --cnt, ++pnext, ++seq2)
228 assign(*pnext, *seq
236 T *pnext = seq; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/stl/
H A Ddbstl_utility.h199 T *pnext = seq1; local
200 for (; 0 < cnt; --cnt, ++pnext, ++seq2)
201 assign(*pnext, *seq2);
222 T *pnext = seq1; local
223 if (seq2 < pnext && pnext < seq2 + cnt)
224 for (pnext += cnt, seq2 += cnt; 0 < cnt; --cnt)
225 assign(*--pnext, *--seq2);
227 for (; 0 < cnt; --cnt, ++pnext, ++seq2)
228 assign(*pnext, *seq
236 T *pnext = seq; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/cxx/
H A Dcxx_txn.cpp68 DbTxn *txn, *pnext; local
71 pnext = TAILQ_NEXT(txn, child_entry);
73 txn = pnext;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/cxx/
H A Dcxx_txn.cpp68 DbTxn *txn, *pnext; local
71 pnext = TAILQ_NEXT(txn, child_entry);
73 txn = pnext;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/cxx/
H A Dcxx_txn.cpp68 DbTxn *txn, *pnext; local
71 pnext = TAILQ_NEXT(txn, child_entry);
73 txn = pnext;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/irda/
H A Dirqueue.h90 void ** pnext);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/irda/
H A Dau1000_ircc.h75 struct db_dest *pnext; member in struct:db_dest
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dau1000_eth.h48 struct db_dest *pnext; member in struct:db_dest
H A Dsgiseeq.c259 r[i].rdma.pnext);
263 r[i].rdma.pnext);
268 t[i].tdma.pnext);
272 t[i].tdma.pnext);
682 buf[i].tdma.pnext = VIRT_TO_DMA(sp, buf + i + 1);
687 buf[i].tdma.pnext = VIRT_TO_DMA(sp, buf);
699 buf[i].rdma.pnext = VIRT_TO_DMA(sp, buf + i + 1);
705 buf[i].rdma.pnext = VIRT_TO_DMA(sp, buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/irda/
H A Dau1000_ircc.h75 struct db_dest *pnext; member in struct:db_dest
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dau1000_eth.h48 struct db_dest *pnext; member in struct:db_dest
H A Dsgiseeq.c259 r[i].rdma.pnext);
263 r[i].rdma.pnext);
268 t[i].tdma.pnext);
272 t[i].tdma.pnext);
682 buf[i].tdma.pnext = VIRT_TO_DMA(sp, buf + i + 1);
687 buf[i].tdma.pnext = VIRT_TO_DMA(sp, buf);
699 buf[i].rdma.pnext = VIRT_TO_DMA(sp, buf + i + 1);
705 buf[i].rdma.pnext = VIRT_TO_DMA(sp, buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/
H A Dconfig_ssid.h52 * pnext - Next network in per-priority list
58 struct wpa_ssid *pnext; member in struct:wpa_ssid
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig_ssid.h52 * pnext - Next network in per-priority list
58 struct wpa_ssid *pnext; member in struct:wpa_ssid
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/irda/
H A Dirqueue.h90 void ** pnext);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/
H A Dconfig_ssid.h52 * pnext - Next network in per-priority list
58 struct wpa_ssid *pnext; member in struct:wpa_ssid
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig_ssid.h52 * pnext - Next network in per-priority list
58 struct wpa_ssid *pnext; member in struct:wpa_ssid
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/
H A Dconfig_ssid.h52 * pnext - Next network in per-priority list
58 struct wpa_ssid *pnext; member in struct:wpa_ssid
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig_ssid.h52 * pnext - Next network in per-priority list
58 struct wpa_ssid *pnext; member in struct:wpa_ssid
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dks_file.c369 char *p, *pnext; local
415 for (p = f->fn; p != NULL; p = pnext) {
418 pnext = strchr(p, ',');
419 if (pnext)
420 *pnext++ = '\0';
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hx509/
H A Dks_file.c369 char *p, *pnext; local
415 for (p = f->fn; p != NULL; p = pnext) {
418 pnext = strchr(p, ',');
419 if (pnext)
420 *pnext++ = '\0';

Completed in 176 milliseconds

123