Searched refs:msgmap (Results 1 – 3 of 3) sorted by relevance
93 static struct tx_stn_handler msgmap[MSGRNG_NSTATIONS]; variable212 he = &msgmap[srcid]; in xlp_handle_msg_vc()402 KASSERT(msgmap[i].action == NULL, in register_msgring_handler()403 ("Bucket %d already used [action %p]", i, msgmap[i].action)); in register_msgring_handler()404 msgmap[i].action = action; in register_msgring_handler()405 msgmap[i].arg = arg; in register_msgring_handler()
101 l_int msgmap; member723 linux_msginfo.msgmap = msginfo.msgmnb; /* XXX MSG_INFO. */ in linux_msgctl()
160 struct msgmap { struct172 static struct msgmap *msgmaps; /* MSGSEG msgmap structures */ argument228 msgmaps = malloc(sizeof(struct msgmap) * msginfo.msgseg, M_MSG, M_WAITOK); in msginit()