Searched refs:msgmap (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/mips/nlm/
H A Dcms.c91 static struct tx_stn_handler msgmap[MSGRNG_NSTATIONS]; variable in typeref:struct:tx_stn_handler
210 he = &msgmap[srcid];
400 KASSERT(msgmap[i].action == NULL,
401 ("Bucket %d already used [action %p]", i, msgmap[i].action));
402 msgmap[i].action = action;
403 msgmap[i].arg = arg;
/freebsd-10.3-release/sys/mips/rmi/
H A Dfmn.c108 static struct tx_stn_handler msgmap[MSGRNG_NSTATIONS]; variable in typeref:struct:tx_stn_handler
219 he = &msgmap[rx_stid];
426 KASSERT(msgmap[i].action == NULL,
427 ("Bucket %d already used [action %p]", i, msgmap[i].action));
428 msgmap[i].action = action;
429 msgmap[i].arg = arg;
H A Dboard.h209 int *msgmap; /* mapping of message station to devices */ member in struct:xlr_board_info
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_ipc.h95 int msgmap; member in struct:svr4_msginfo
/freebsd-10.3-release/sys/kern/
H A Dsysv_msg.c142 struct msgmap { struct
154 static struct msgmap *msgmaps; /* MSGSEG msgmap structures */
207 msgmaps = malloc(sizeof(struct msgmap) * msginfo.msgseg, M_MSG, M_WAITOK);
/freebsd-10.3-release/sys/compat/linux/
H A Dlinux_ipc.c88 l_int msgmap; member in struct:l_msginfo
672 * dynamic counters in msgpool, msgmap, and msgtql fields.
676 linux_msginfo.msgmap = msginfo.msgmnb; /* XXX MSG_INFO. */

Completed in 63 milliseconds