Home
last modified time | relevance | path

Searched refs:msgmap (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/mips/nlm/
H A Dcms.c93 static struct tx_stn_handler msgmap[MSGRNG_NSTATIONS]; variable
212 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()
/freebsd-13.1/sys/compat/linux/
H A Dlinux_ipc.c101 l_int msgmap; member
723 linux_msginfo.msgmap = msginfo.msgmnb; /* XXX MSG_INFO. */ in linux_msgctl()
/freebsd-13.1/sys/kern/
H A Dsysv_msg.c159 struct msgmap { struct
171 static struct msgmap *msgmaps; /* MSGSEG msgmap structures */ argument
227 msgmaps = malloc(sizeof(struct msgmap) * msginfo.msgseg, M_MSG, M_WAITOK); in msginit()