/freebsd/sys/netinet/libalias/ |
H A D | alias_skinny.c | 160 u_int32_t msgId; member 164 u_int32_t msgId; member 174 u_int32_t msgId; member 180 u_int32_t msgId; member 188 u_int32_t msgId; member 302 u_int32_t msgId, t, len, lip; in AliasHandleSkinny() local 342 msgId = (sd->msgId); in AliasHandleSkinny() 352 switch (msgId) { in AliasHandleSkinny() 363 reg_mesg = (struct RegisterMessage *)&sd->msgId; in AliasHandleSkinny() 385 port_mesg = (struct IpPortMessage *)&sd->msgId; in AliasHandleSkinny() [all …]
|
/freebsd/usr.bin/gencat/ |
H A D | gencat.c | 88 long msgId; member 556 msg_hdr->__msgno = htonl(msg->msgId); 617 MCAddMsg(int msgId, const char *str) argument 624 if (msgId <= 0) { 628 if (msgId > NL_MSGMAX) { 635 for (; p != NULL && p->msgId < msgId; q = p, p = p->entries.le_next); 637 if (p && p->msgId == msgId) { 650 p->msgId = msgId; 678 MCDelMsg(int msgId) argument 686 for (; msg != NULL && msg->msgId < msgId; msg = msg->entries.le_next); [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fm_ncsw.c | 236 msg.msgId = FM_GUEST_ISR; in SendIpcIsr() 242 sizeof(msg.msgId) + sizeof(fmIpcIsr), in SendIpcIsr() 630 msg.msgId = FM_VSP_SET_PORT_WINDOW; in SetVSPWindow() 635 sizeof(msg.msgId), in SetVSPWindow() 684 msg.msgId = FM_VSP_ALLOC; in AllocVSPsForPartition() 689 sizeof(msg.msgId) + sizeof(t_FmIpcResourceAllocParams), in AllocVSPsForPartition() 749 msg.msgId = FM_VSP_FREE; in FreeVSPsForPartition() 754 sizeof(msg.msgId) + sizeof(t_FmIpcResourceAllocParams), in FreeVSPsForPartition() 802 switch (p_IpcMsg->msgId) in FmGuestHandleIpcMsgCB() 845 switch (p_IpcMsg->msgId) in FmHandleIpcMsgCB() [all …]
|
H A D | fm_ipc.h | 250 uint32_t msgId;
|
/freebsd/sys/contrib/ncsw/Peripherals/BM/ |
H A D | bm.c | 98 switch(p_IpcMsg->msgId) in BmHandleIpcMsgCB() 262 msg.msgId = BM_SET_POOL_THRESH; in BmSetPoolThresholds() 266 sizeof(msg.msgId) + sizeof(t_BmIpcPoolThreshParams), in BmSetPoolThresholds() 303 msg.msgId = BM_UNSET_POOL_THRESH; in BmUnSetPoolThresholds() 307 sizeof(msg.msgId) + sizeof(t_BmIpcPoolThreshParams), in BmUnSetPoolThresholds() 360 msg.msgId = BM_GET_COUNTER; in BmGetCounter() 365 sizeof(msg.msgId) + sizeof(t_BmIpcGetCounter), in BmGetCounter() 417 msg.msgId = BM_GET_REVISION; in BmGetRevision() 421 sizeof(msg.msgId), in BmGetRevision() 594 msg.msgId = BM_MASTER_IS_ALIVE; in BM_Init() [all …]
|
H A D | bm.h | 366 msg.msgId = BM_FORCE_BPID; in BmBpidGet() 371 sizeof(msg.msgId) + sizeof(t_BmIpcBpidParams), in BmBpidGet() 419 msg.msgId = BM_PUT_BPID; in BmBpidPut() 423 sizeof(msg.msgId) + sizeof(t_BmIpcBpidParams), in BmBpidPut()
|
H A D | bm_ipc.h | 84 uint32_t msgId;
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qm.c | 91 switch(p_IpcMsg->msgId) in QmHandleIpcMsgCB() 351 msg.msgId = QM_GET_COUNTER; in QmGetCounter() 356 sizeof(msg.msgId) + sizeof(t_QmIpcGetCounter), in QmGetCounter() 405 msg.msgId = QM_GET_REVISION; in QmGetRevision() 409 sizeof(msg.msgId), in QmGetRevision() 474 msg.msgId = QM_GET_SET_PORTAL_PARAMS; in QmGetSetPortalParams() 479 sizeof(msg.msgId) + sizeof(t_QmIpcPortalInitParams), in QmGetSetPortalParams() 529 msg.msgId = QM_FORCE_FQID; in QmFqidGet() 534 sizeof(msg.msgId) + sizeof(t_QmIpcFqidParams), in QmFqidGet() 607 msg.msgId = QM_PUT_FQID; in QmFqidPut() [all …]
|
H A D | qm_ipc.h | 82 uint32_t msgId;
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
H A D | fm_prs.c | 248 msg.msgId = FM_PCD_PRS_INC_PORT_STATS; in FmPcdPrsIncludePortInStatistics() 252 sizeof(msg.msgId) +sizeof(prsIncludePortParams), in FmPcdPrsIncludePortInStatistics() 291 msg.msgId = FM_PCD_GET_SW_PRS_OFFSET; in FmPcdGetSwPrsOffset() 296 sizeof(msg.msgId) +sizeof(labelParams), in FmPcdGetSwPrsOffset()
|
H A D | fm_pcd_ipc.h | 109 uint32_t msgId;
|
H A D | fm_plcr.c | 880 msg.msgId = FM_PCD_ALLOC_PROFILES; in PlcrAllocProfilesForPartition() 885 sizeof(msg.msgId) + sizeof(t_FmIpcResourceAllocParams), in PlcrAllocProfilesForPartition() 948 msg.msgId = FM_PCD_FREE_PROFILES; in PlcrFreeProfilesForPartition() 952 sizeof(msg.msgId) + sizeof(t_FmIpcResourceAllocParams), in PlcrFreeProfilesForPartition() 997 msg.msgId = FM_PCD_SET_PORT_PROFILES; in PlcrSetPortProfiles() 1001 sizeof(msg.msgId) + sizeof(t_FmIpcResourceAllocParams), in PlcrSetPortProfiles() 1045 msg.msgId = FM_PCD_CLEAR_PORT_PROFILES; in PlcrClearPortProfiles() 1049 sizeof(msg.msgId) + sizeof(t_FmIpcResourceAllocParams), in PlcrClearPortProfiles()
|
H A D | fm_pcd.c | 120 switch (p_IpcMsg->msgId) in IpcMsgHandlerCB() 935 msg.msgId = FM_PCD_MASTER_IS_ALIVE; in FM_PCD_Init() 944 sizeof(msg.msgId)+sizeof(p_FmPcd->guestId), in FM_PCD_Init() 1138 msg.msgId = FM_PCD_MASTER_IS_ENABLED; in FM_PCD_Enable() 1142 sizeof(msg.msgId), in FM_PCD_Enable() 1193 msg.msgId = FM_PCD_GUEST_DISABLE; in FM_PCD_Disable() 1197 sizeof(msg.msgId), in FM_PCD_Disable() 1681 msg.msgId = FM_PCD_GET_COUNTER; in FM_PCD_GetCounter() 1686 sizeof(msg.msgId) +sizeof(uint32_t), in FM_PCD_GetCounter()
|
H A D | fm_kg.c | 936 msg.msgId = FM_PCD_ALLOC_KG_SCHEMES; in KgInitGuest() 941 sizeof(msg.msgId) + sizeof(kgAlloc), in KgInitGuest() 1898 msg.msgId = FM_PCD_ALLOC_KG_CLSPLAN; in FmPcdKgBuildClsPlanGrp() 1903 sizeof(msg.msgId) + sizeof(kgAlloc), in FmPcdKgBuildClsPlanGrp() 2005 msg.msgId = FM_PCD_FREE_KG_CLSPLAN; in FmPcdKgDestroyClsPlanGrp() 2010 sizeof(msg.msgId) + sizeof(kgAlloc), in FmPcdKgDestroyClsPlanGrp() 2455 msg.msgId = FM_PCD_FREE_KG_SCHEMES; in KgFree() 2460 sizeof(msg.msgId) + sizeof(kgAlloc), in KgFree()
|