Searched refs:mq (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dmsgqueue.c27 struct msgqueue_entry *mq; local
29 if ((mq = msgq->free) != NULL)
30 msgq->free = mq->next;
32 return mq;
36 * Function: void mqe_free(MsgQueue_t *msgq, struct msgqueue_entry *mq)
39 * mq - message queue entry to free
41 static void mqe_free(MsgQueue_t *msgq, struct msgqueue_entry *mq) argument
43 if (mq) {
44 mq->next = msgq->free;
45 msgq->free = mq;
85 struct msgqueue_entry *mq = msgq->qe; local
103 struct msgqueue_entry *mq; local
120 struct msgqueue_entry *mq = mqe_alloc(msgq); local
153 struct msgqueue_entry *mq, *mqnext; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dptrace.h33 unsigned long mq; /* 601 only (not used at present) */ member in struct:pt_regs
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dptrace.h33 unsigned long mq; /* 601 only (not used at present) */ member in struct:pt_regs
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dprivinst.h28 GSETSPR(0, mq)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dprivinst.h27 GSETSPR(0, mq)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dptrace.h57 PPC_REG_32 mq; /* 601 only (not used at present) */ member in struct:pt_regs32
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dptrace.h57 PPC_REG_32 mq; /* 601 only (not used at present) */ member in struct:pt_regs32
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dppp.c596 mblk_t *mq; local
728 if ((mq = mp->b_cont) == 0
729 || mq->b_datap->db_lim - mq->b_rptr < sizeof(int)) {
730 mq = allocb(sizeof(int), BPRI_HI);
731 if (mq == 0) {
737 mp->b_cont = mq;
738 mq->b_cont = 0;
741 mq->b_wptr = mq
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp.c596 mblk_t *mq; local
728 if ((mq = mp->b_cont) == 0
729 || mq->b_datap->db_lim - mq->b_rptr < sizeof(int)) {
730 mq = allocb(sizeof(int), BPRI_HI);
731 if (mq == 0) {
737 mp->b_cont = mq;
738 mq->b_cont = 0;
741 mq->b_wptr = mq
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dppp.c604 mblk_t *mq; local
736 if ((mq = mp->b_cont) == 0
737 || mq->b_datap->db_lim - mq->b_rptr < sizeof(int)) {
738 mq = allocb(sizeof(int), BPRI_HI);
739 if (mq == 0) {
745 mp->b_cont = mq;
746 mq->b_cont = 0;
749 mq->b_wptr = mq
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A Dppp.c604 mblk_t *mq; local
736 if ((mq = mp->b_cont) == 0
737 || mq->b_datap->db_lim - mq->b_rptr < sizeof(int)) {
738 mq = allocb(sizeof(int), BPRI_HI);
739 if (mq == 0) {
745 mp->b_cont = mq;
746 mq->b_cont = 0;
749 mq->b_wptr = mq
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dppp.c604 mblk_t *mq; local
736 if ((mq = mp->b_cont) == 0
737 || mq->b_datap->db_lim - mq->b_rptr < sizeof(int)) {
738 mq = allocb(sizeof(int), BPRI_HI);
739 if (mq == 0) {
745 mp->b_cont = mq;
746 mq->b_cont = 0;
749 mq->b_wptr = mq
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A Dppp.c604 mblk_t *mq; local
736 if ((mq = mp->b_cont) == 0
737 || mq->b_datap->db_lim - mq->b_rptr < sizeof(int)) {
738 mq = allocb(sizeof(int), BPRI_HI);
739 if (mq == 0) {
745 mp->b_cont = mq;
746 mq->b_cont = 0;
749 mq->b_wptr = mq
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/avmb1/
H A Dkcapi.c656 struct msgidqueue *mq; local
657 if ((mq = np->msgidfree) == 0)
659 np->msgidfree = mq->next;
660 mq->msgid = msgid;
661 mq->next = 0;
663 np->msgidlast->next = mq;
664 np->msgidlast = mq;
666 np->msgidqueue = mq;
676 struct msgidqueue *mq = *pp; local
677 *pp = mq
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dmk_defs.c107 DEFINE(_MQ, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, mq));

Completed in 296 milliseconds