Searched refs:outmp (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_ahdlc.c583 mblk_t *outmp, *tmp; local
607 outmp = allocb(outmp_len, BPRI_MED);
608 if (outmp == NULL) {
624 *outmp->b_wptr++ = PPP_FLAG;
628 *outmp->b_wptr++ = PPP_FLAG;
636 *outmp->b_wptr++ = PPP_FLAG;
667 *outmp->b_wptr++ = PPP_ESCAPE;
668 *outmp->b_wptr++ = *dp ^ PPP_TRANS;
670 *outmp->b_wptr++ = *dp;
684 *outmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_ahdlc.c554 mblk_t *outmp, *tmp; local
576 outmp = allocb(outmp_len, BPRI_MED);
577 if (outmp == NULL) {
591 *outmp->b_wptr++ = PPP_FLAG;
595 *outmp->b_wptr++ = PPP_FLAG;
603 *outmp->b_wptr++ = PPP_FLAG;
634 *outmp->b_wptr++ = PPP_ESCAPE;
635 *outmp->b_wptr++ = *dp ^ PPP_TRANS;
637 *outmp->b_wptr++ = *dp;
651 *outmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_ahdlc.c568 mblk_t *outmp, *tmp; local
592 outmp = allocb(outmp_len, BPRI_MED);
593 if (outmp == NULL) {
609 *outmp->b_wptr++ = PPP_FLAG;
613 *outmp->b_wptr++ = PPP_FLAG;
621 *outmp->b_wptr++ = PPP_FLAG;
652 *outmp->b_wptr++ = PPP_ESCAPE;
653 *outmp->b_wptr++ = *dp ^ PPP_TRANS;
655 *outmp->b_wptr++ = *dp;
669 *outmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_ahdlc.c568 mblk_t *outmp, *tmp; local
592 outmp = allocb(outmp_len, BPRI_MED);
593 if (outmp == NULL) {
609 *outmp->b_wptr++ = PPP_FLAG;
613 *outmp->b_wptr++ = PPP_FLAG;
621 *outmp->b_wptr++ = PPP_FLAG;
652 *outmp->b_wptr++ = PPP_ESCAPE;
653 *outmp->b_wptr++ = *dp ^ PPP_TRANS;
655 *outmp->b_wptr++ = *dp;
669 *outmp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_ct.c391 struct lpfc_dmabuf *outmp; local
399 outmp = lpfc_alloc_ct_rsp(phba, cmdcode, bpl, rsp_size, &cnt);
400 if (!outmp)
408 status = lpfc_gen_req(vport, bmp, inmp, outmp, cmpl, ndlp, 0,
411 lpfc_free_ct_rsp(phba, outmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddcadsp.asm389 mov outq, outmp ; j, which will be set again during it

Completed in 94 milliseconds