msgidfree 25 drivers/isdn/capi/capilib.c struct capilib_msgidqueue *msgidfree; msgidfree 39 drivers/isdn/capi/capilib.c np->msgidfree = &np->msgidpool[0]; msgidfree 41 drivers/isdn/capi/capilib.c np->msgidpool[i].next = np->msgidfree; msgidfree 42 drivers/isdn/capi/capilib.c np->msgidfree = &np->msgidpool[i]; msgidfree 49 drivers/isdn/capi/capilib.c if ((mq = np->msgidfree) == NULL) msgidfree 51 drivers/isdn/capi/capilib.c np->msgidfree = mq->next; msgidfree 72 drivers/isdn/capi/capilib.c mq->next = np->msgidfree; msgidfree 73 drivers/isdn/capi/capilib.c np->msgidfree = mq;