Searched refs:outp (Results 1 - 25 of 44) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/bt8xx/
H A Ddst_priv.h23 struct dst_gpio_output outp; member in union:dst_gpio_packet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Deap.c268 u_char *outp; local
270 outp = outpacket_buf;
272 MAKEHEADER(outp, PPP_EAP);
274 PUTCHAR(EAP_FAILURE, outp);
276 PUTCHAR(esp->es_server.ea_id, outp);
277 PUTSHORT(EAP_HEADERLEN, outp);
293 u_char *outp; local
295 outp = outpacket_buf;
297 MAKEHEADER(outp, PPP_EAP);
299 PUTCHAR(EAP_SUCCESS, outp);
643 u_char *outp; local
767 BCOPY(t_serverresponse(ts), outp, SHA_DIGESTSIZE); local
1049 u_char *outp; local
1080 u_char *outp; local
1116 u_char *outp; local
1147 u_char *outp; local
1175 u_char *outp; local
[all...]
H A Dupap.c553 u_char *outp; local
558 outp = outpacket_buf;
560 MAKEHEADER(outp, PPP_PAP);
562 PUTCHAR(UPAP_AUTHREQ, outp);
563 PUTCHAR(++u->us_id, outp);
564 PUTSHORT(outlen, outp);
565 PUTCHAR(u->us_userlen, outp);
566 BCOPY(u->us_user, outp, u->us_userlen);
567 INCPTR(u->us_userlen, outp);
568 PUTCHAR(u->us_passwdlen, outp);
589 u_char *outp; local
[all...]
H A Dcbcp.c426 u_char *outp; local
429 outp = outpacket_buf;
433 MAKEHEADER(outp, PPP_CBCP);
435 PUTCHAR(code, outp);
436 PUTCHAR(us->us_id, outp);
437 PUTSHORT(outlen, outp);
440 BCOPY(buf, outp, len);
H A Dfsm.c749 u_char *outp; local
771 outp = outpacket_buf + PPP_HDRLEN + HEADERLEN;
777 (*f->callbacks->addci)(f, outp, &cilen);
782 fsm_sdata(f, CONFREQ, f->reqid, outp, cilen);
802 u_char *outp; local
806 outp = outpacket_buf;
809 if (datalen && data != outp + PPP_HDRLEN + HEADERLEN)
810 BCOPY(data, outp + PPP_HDRLEN + HEADERLEN, datalen);
812 MAKEHEADER(outp, f->protocol);
813 PUTCHAR(code, outp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dtypes.h35 #define outp(p,c) iowrite8(c,p) macro
H A Dtargetos.h58 #define ADDR(a) (((a)>>7) ? (outp(smc->hw.iop+B0_RAP,(a)>>7), (smc->hw.iop+( ((a)&0x7F) | ((a)>>7 ? 0x80:0)) )) : (smc->hw.iop+(((a)&0x7F)|((a)>>7 ? 0x80:0))))
H A Dskfbi.h203 #define GET_PAGE(i) outp(C2_A(0),((int)(i)<<4) | (inp(C2_A(0)) & ~CFG_PAGE))
208 #define VPP_ON() outp(C1_A(0),inp(C1_A(0)) | CFG_PROG_EN)
209 #define VPP_OFF() outp(C1_A(0),inp(C1_A(0)) & ~CFG_PROG_EN)
648 #define CLI_FBI() outp(ADDR(IRQ_OTH_DIS),0)
650 #define CLI_FBI(smc) outp(ADDRS((smc),IRQ_OTH_DIS),0)
654 #define CLI_FBI_SMP(iop) outp((iop)+IRQ_OTH_DIS,0)
656 #define CLI_FBI_SMP(iop) outp((iop)+IRQ_OTH_DIS,0) ;\
657 outp((iop)+IRQ_TC_DIS,0)
661 #define STI_FBI() outp(ADDR(IRQ_OTH_EN),0)
663 #define STI_FBI(smc) outp(ADDR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dupcall.c70 outp = (union outputArgs *)(inp); \
83 union outputArgs *outp; local
94 *fidp = outp->coda_root.VFid;
105 union outputArgs *outp; local
114 *attr = outp->coda_getattr.attr;
124 union outputArgs *outp; local
144 union outputArgs *outp; local
161 *resfid = outp->coda_lookup.VFid;
162 *type = outp->coda_lookup.vtype;
172 union outputArgs *outp; local
200 union outputArgs *outp; local
219 union outputArgs *outp; local
248 union outputArgs *outp; local
270 union outputArgs *outp; local
301 union outputArgs *outp; local
337 union outputArgs *outp; local
368 union outputArgs *outp; local
391 union outputArgs *outp; local
413 union outputArgs *outp; local
446 union outputArgs *outp; local
473 union outputArgs *outp; local
506 union outputArgs *outp; local
523 union outputArgs *outp; local
543 union outputArgs *outp; local
617 union outputArgs *outp; local
[all...]
H A Dpsdev.c196 struct coda_open_by_fd_out *outp = local
198 outp->fh = fget(outp->fd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/tx4938/toshiba_rbtx4938/
H A Dspi_txx9.c64 unsigned char *inp, *outp; local
96 outp = outbufs ? *outbufs : NULL;
109 outp = (outcount && outbufs) ? *outbufs++ : NULL;
111 if (!inp && !outp)
144 if (outp)
145 *outp++ = data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dsync_serial.c101 unsigned char* outp; /* Current position in out_buffer */ member in struct:sync_port
249 port->outp = port->out_buffer;
797 unsigned long outp; local
812 * outp^ +out_count
815 * +out_count outp^
823 outp = (unsigned long)port->outp;
824 free_outp = outp + port->out_count;
831 if (free_outp >= outp)
834 c = outp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Ddrvfbi.c111 #define write_POS(smc,a1,a2,a3) outp((a1),(a3))
148 outp(ADDR(CARD_DIS),0) ; /* reset for all chips */
151 outp(ADDR(CARD_EN),0) ;
164 outp(ADDR(IRQ_CHCK_EN),0) ;
169 outp(ADDR(BYPASS(STAT_INS)),0) ;/* insert station */
179 outp(ADDR(B0_CTRL), CTRL_HPI_SET) ;
184 outp(ADDR(B0_CTRL),CTRL_RST_SET) ; /* reset for all chips */
187 outp(ADDR(B0_CTRL), CTRL_RST_CLR) ;
192 outp(ADDR(B0_TST_CTRL), TST_CFG_WRITE_ON) ; /* enable for writes */
195 outp(ADD
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dselect.c211 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; local
216 inp = fds->in; outp = fds->out; exp = fds->ex;
225 in = *inp++; out = *outp++; ex = *exp++;
308 static int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, argument
353 (ret = get_fd_set(n, outp, fds.out)) ||
372 set_fd_set(n, outp, fds.res_out) ||
383 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp, argument
406 ret = core_sys_select(n, inp, outp, exp, &timeout);
436 asmlinkage long sys_pselect7(int n, fd_set __user *inp, fd_set __user *outp, argument
471 ret = core_sys_select(n, inp, outp, ex
521 sys_pselect6(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timespec __user *tsp, void __user *sig) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_ct.c220 struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp,
254 geniocb->context2 = (uint8_t *) outp;
422 struct lpfc_dmabuf *outp; local
431 outp = (struct lpfc_dmabuf *) cmdiocb->context2;
456 CTrsp = (struct lpfc_sli_ct_request *) outp->virt;
464 lpfc_ns_rsp(phba, outp,
494 lpfc_free_ct_rsp(phba, outp);
512 struct lpfc_dmabuf *outp; local
521 outp = (struct lpfc_dmabuf *) cmdiocb->context2;
525 CTrsp = (struct lpfc_sli_ct_request *) outp
219 lpfc_gen_req(struct lpfc_hba *phba, struct lpfc_dmabuf *bmp, struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, void (*cmpl) (struct lpfc_hba *, struct lpfc_iocbq *, struct lpfc_iocbq *), struct lpfc_nodelist *ndlp, uint32_t usr_flg, uint32_t num_entry, uint32_t tmo) argument
724 struct lpfc_dmabuf *outp = cmdiocb->context2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsyscalls.c209 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __user *tvp) argument
217 || __get_user(outp, ((fd_set __user * __user *)(buffer+2)))
222 return sys_select(n, inp, outp, exp, tvp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsys_s390.c125 fd_set __user *inp, *outp, *exp; member in struct:sel_arg_struct
136 return sys_select(a.n, a.inp, a.outp, a.exp, a.tvp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsyscalls.c49 fd_set __user *outp; member in struct:sel_arg_struct
61 return sys_select(a.n, a.inp, a.outp, a.exp, a.tvp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsys_arm.c145 fd_set *inp, *outp, *exp; member in struct:sel_arg_struct
156 return sys_select(a.n, a.inp, a.outp, a.exp, a.tvp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dsys_h8300.c117 fd_set *inp, *outp, *exp; member in struct:sel_arg_struct
128 return sys_select(a.n, a.inp, a.outp, a.exp, a.tvp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsys_i386.c105 fd_set __user *inp, *outp, *exp; member in struct:sel_arg_struct
116 return sys_select(a.n, a.inp, a.outp, a.exp, a.tvp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsys_m68k.c117 fd_set *inp, *outp, *exp; member in struct:sel_arg_struct
128 return sys_select(a.n, a.inp, a.outp, a.exp, a.tvp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsys_arm.c136 fd_set __user *inp, *outp, *exp; member in struct:sel_arg_struct
147 return sys_select(a.n, a.inp, a.outp, a.exp, a.tvp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideoenc.c572 uint8_t **outp= &enc->out_buf; local
575 bytestream_put_le16(outp, RoQ_QUAD_CODEBOOK);
576 bytestream_put_le32(outp, tempData->numCB2*6 + tempData->numCB4*4);
577 bytestream_put_byte(outp, tempData->numCB4);
578 bytestream_put_byte(outp, tempData->numCB2);
581 bytestream_put_buffer(outp, enc->cb2x2[tempData->f2i2[i]].y, 4);
582 bytestream_put_byte(outp, enc->cb2x2[tempData->f2i2[i]].u);
583 bytestream_put_byte(outp, enc->cb2x2[tempData->f2i2[i]].v);
588 bytestream_put_byte(outp, tempData->i2f2[enc->cb4x4[tempData->f2i4[i]].idx[j]]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtraceroute.c898 unsigned char *outp; local
1118 outp = (unsigned char *)(outip + 1);
1121 outip->ip_hl = (outp - (unsigned char *)outip) >> 2;
1126 outicmp = (struct icmp *)outp;
1129 outdata = (struct outdata *)(outp + 8);
1134 outudp = (struct udphdr *)outp;

Completed in 210 milliseconds

12