Searched refs:msgmap (Results 1 – 2 of 2) sorted by relevance
93 static struct tx_stn_handler msgmap[MSGRNG_NSTATIONS]; variable212 he = &msgmap[srcid]; in xlp_handle_msg_vc()400 KASSERT(msgmap[i].action == NULL, in register_msgring_handler()401 ("Bucket %d already used [action %p]", i, msgmap[i].action)); in register_msgring_handler()402 msgmap[i].action = action; in register_msgring_handler()403 msgmap[i].arg = arg; in register_msgring_handler()
159 struct msgmap { struct171 static struct msgmap *msgmaps; /* MSGSEG msgmap structures */ argument227 msgmaps = malloc(sizeof(struct msgmap) * msginfo.msgseg, M_MSG, M_WAITOK); in msginit()