Searched refs:pptr (Results 1 - 12 of 12) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xini.c319 SAB_PORT *pptr; local
324 pptr = (SAB_PORT*) kmalloc(sizeof(SAB_PORT), GFP_KERNEL);
325 if(pptr == NULL)
332 memset(pptr, 0, sizeof(SAB_PORT));
336 pptr->portno = portno;
337 pptr->chip=cptr;
338 pptr->board=bptr;
339 pptr->open_type=OPEN_NOT;
340 pptr->is_console=0;
341 pptr
560 SAB_PORT *pptr; local
763 SAB_PORT *pptr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bridge/
H A Dbr_if.c50 struct net_bridge_port **pptr; local
60 pptr = &br->port_list;
61 while (*pptr != NULL) {
62 if (*pptr == p) {
63 *pptr = p->next;
67 pptr = &((*pptr)->next);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Ddebug.c63 unsigned char *pptr; local
81 pptr=pengoffset;
86 *pptr++ = (num & ( 1 << (8*sizeof(short)-i-1) ) ? 0xFF : 0x00);
102 unsigned char *pptr; local
119 pptr=pengoffset;
123 *pptr++ = (addr & ( 1 << (8*sizeof(long)-i-1) ) ? 0xFF : 0x00);
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dpacket.c441 unsigned char *pptr, *cptr; local
445 pptr = ptext;
450 aes_encrypt(klen, key, pptr, cptr);
453 pptr+=16;
460 unsigned char *pptr, *cptr; local
464 pptr = ptext;
469 aes_decrypt(klen, key, pptr, cptr);
472 pptr+=16;
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dbtnsetup.c194 unsigned char *pptr, *cptr; local
198 pptr = ptext;
203 aes_encrypt(klen, key, pptr, cptr);
206 pptr+=16;
213 unsigned char *pptr, *cptr; local
217 pptr = ptext;
222 aes_decrypt(klen, key, pptr, cptr);
225 pptr+=16;
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dbtnsetup.c194 unsigned char *pptr, *cptr; local
198 pptr = ptext;
203 aes_encrypt(klen, key, pptr, cptr);
206 pptr+=16;
213 unsigned char *pptr, *cptr; local
217 pptr = ptext;
222 aes_decrypt(klen, key, pptr, cptr);
225 pptr+=16;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_htb.c911 htb_lookup_leaf(rb_root_t *tree,int prio,rb_node_t **pptr) argument
916 rb_node_t **pptr; member in struct:__anon7431
920 sp->pptr = pptr;
923 if (!*sp->pptr) { /* we are at right end; rewind & go up */
924 *sp->pptr = sp->root;
925 while ((*sp->pptr)->rb_left)
926 *sp->pptr = (*sp->pptr)->rb_left;
929 BUG_TRAP(*sp->pptr); i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/atm/
H A Dlanai.c260 unsigned char *pptr; /* Where we are in above */ member in struct:lanai_vcc::__anon961
1424 pad = lvcc->tx.pptr + n - lvcc->tx.inprogress->tail;
1427 vcc_tx_memcpy(lvcc, lvcc->tx.pptr, n - pad);
1429 lvcc->tx.pptr += n;
1436 pad = lvcc->tx.pptr + lvcc->tx.inprogleft -
1444 vcc_tx_memcpy(lvcc, lvcc->tx.pptr,
1461 lvcc->tx.pptr = skb->data + m;
1462 pad = lvcc->tx.pptr - skb->tail;
1519 lvcc->tx.pptr = skb->data + bytes;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Ddn_nsp_in.c166 * @pptr: Pointer to pointer to image data
173 static inline int dn_check_idf(unsigned char **pptr, int *len, unsigned char max, unsigned char follow_on) argument
175 unsigned char *ptr = *pptr;
185 *pptr = ptr + flen;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptctl.c2554 char *pptr = NULL; local
2577 pptr = strchr(vptr, '.');
2578 if (pptr) {
2579 *pptr = '\0';
2584 pptr++;
2585 vptr = pptr;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsba_iommu.c368 u64 *pptr = ioc->pdir_base; /* pdir ptr */ local
377 u32 pde = ((u32) (((char *)pptr)[7])) << 24;
389 pptr++;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/hp/common/
H A Dsba_iommu.c294 u64 *pptr = ioc->pdir_base; /* pdir ptr */ local
306 u32 pde = ((u32)((*pptr >> (63)) & 0x1));
318 pptr++;

Completed in 291 milliseconds