Searched refs:msgId (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_skinny.c162 u_int32_t msgId; member in struct:skinny_header
166 u_int32_t msgId; member in struct:RegisterMessage
176 u_int32_t msgId; member in struct:IpPortMessage
182 u_int32_t msgId; member in struct:OpenReceiveChannelAck
190 u_int32_t msgId; member in struct:StartMediaTransmission
307 u_int32_t msgId, t, len, lip; local
347 msgId = (sd->msgId);
357 switch (msgId) {
368 reg_mesg = (struct RegisterMessage *)&sd->msgId;
[all...]
/freebsd-11-stable/usr.bin/gencat/
H A Dgencat.c90 long msgId; member in struct:_msgT
558 msg_hdr->__msgno = htonl(msg->msgId);
619 MCAddMsg(int msgId, const char *str) argument
626 if (msgId <= 0) {
627 error("msgId's must be greater than zero");
630 if (msgId > NL_MSGMAX) {
637 for (; p != NULL && p->msgId < msgId; q = p, p = p->entries.le_next);
639 if (p && p->msgId == msgId) {
680 MCDelMsg(int msgId) argument
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_ipc.h84 uint32_t msgId; member in struct:t_BmIpcMsg
H A Dbm.h365 msg.msgId = BM_FORCE_BPID;
370 sizeof(msg.msgId) + sizeof(t_BmIpcBpidParams),
417 msg.msgId = BM_PUT_BPID;
421 sizeof(msg.msgId) + sizeof(t_BmIpcBpidParams),
H A Dbm.c98 switch(p_IpcMsg->msgId)
262 msg.msgId = BM_SET_POOL_THRESH;
266 sizeof(msg.msgId) + sizeof(t_BmIpcPoolThreshParams),
303 msg.msgId = BM_UNSET_POOL_THRESH;
307 sizeof(msg.msgId) + sizeof(t_BmIpcPoolThreshParams),
360 msg.msgId = BM_GET_COUNTER;
365 sizeof(msg.msgId) + sizeof(t_BmIpcGetCounter),
417 msg.msgId = BM_GET_REVISION;
421 sizeof(msg.msgId),
594 msg.msgId
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_ipc.h82 uint32_t msgId; member in struct:t_QmIpcMsg
H A Dqm.c87 switch(p_IpcMsg->msgId)
347 msg.msgId = QM_GET_COUNTER;
352 sizeof(msg.msgId) + sizeof(t_QmIpcGetCounter),
401 msg.msgId = QM_GET_REVISION;
405 sizeof(msg.msgId),
470 msg.msgId = QM_GET_SET_PORTAL_PARAMS;
475 sizeof(msg.msgId) + sizeof(t_QmIpcPortalInitParams),
525 msg.msgId = QM_FORCE_FQID;
530 sizeof(msg.msgId) + sizeof(t_QmIpcFqidParams),
602 msg.msgId
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd_ipc.h123 uint32_t msgId; member in struct:__anon8212
H A Dfm_prs.c316 msg.msgId = FM_PCD_PRS_INC_PORT_STATS;
320 sizeof(msg.msgId) +sizeof(prsIncludePortParams),
347 msg.msgId = FM_PCD_GET_SW_PRS_OFFSET;
352 sizeof(msg.msgId) +sizeof(labelParams),
475 msg.msgId = FM_PCD_PRS_DUMP_REGS;
478 sizeof(msg.msgId),
H A Dfm_plcr.c374 msg.msgId = FM_PCD_ALLOC_PROFILES;
379 sizeof(msg.msgId) +sizeof(ipcPlcrParams),
428 msg.msgId = FM_PCD_FREE_PROFILES;
433 sizeof(msg.msgId) +sizeof(ipcPlcrParams),
924 msg.msgId = FM_PCD_ALLOC_SHARED_PROFILES;
929 sizeof(msg.msgId)+ sizeof(p_FmPcdPlcr->numOfSharedProfiles),
1036 msg.msgId = FM_PCD_FREE_SHARED_PROFILES;
1040 sizeof(msg.msgId)+sizeof(ipcSharedPlcrParams),
1597 msg.msgId = FM_PCD_PLCR_DUMP_REGS;
1600 sizeof(msg.msgId),
[all...]
H A Dfm_pcd.c114 switch(p_IpcMsg->msgId)
688 msg.msgId = FM_PCD_MASTER_IS_ALIVE;
697 sizeof(msg.msgId)+sizeof(p_FmPcd->guestId),
835 msg.msgId = FM_PCD_MASTER_IS_ENABLED;
839 sizeof(msg.msgId),
885 msg.msgId = FM_PCD_GUEST_DISABLE;
890 sizeof(msg.msgId),
1144 msg.msgId = FM_PCD_GET_COUNTER;
1149 sizeof(msg.msgId) +sizeof(uint32_t),
1289 msg.msgId
[all...]
H A Dfm_kg.c718 msg.msgId = FM_PCD_ALLOC_KG_CLSPLAN;
723 sizeof(msg.msgId) + sizeof(kgAlloc),
833 msg.msgId = FM_PCD_FREE_KG_CLSPLAN;
838 sizeof(msg.msgId) + sizeof(kgAlloc),
1359 msg.msgId = FM_PCD_ALLOC_KG_SCHEMES;
1364 sizeof(msg.msgId) + sizeof(kgAlloc),
1523 msg.msgId = FM_PCD_KG_DUMP_REGS;
1526 sizeof(msg.msgId),
1688 msg.msgId = FM_PCD_FREE_KG_SCHEMES;
1693 sizeof(msg.msgId)
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c155 msg.msgId = FM_GUEST_ISR;
161 sizeof(msg.msgId) + sizeof(fmIpcIsr),
540 switch(p_IpcMsg->msgId)
582 switch(p_IpcMsg->msgId)
953 msg.msgId = FM_10G_TX_ECC_WA;
958 sizeof(msg.msgId)+sizeof(macId),
1046 msg.msgId = FM_GET_PHYS_MURAM_BASE;
1050 sizeof(msg.msgId),
1088 msg.msgId = FM_ALLOC_FMAN_CTRL_EVENT_REG;
1092 sizeof(msg.msgId),
[all...]
H A Dfm_ipc.h208 uint32_t msgId; member in struct:t_FmIpcMsg

Completed in 127 milliseconds