| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPModDNRequest.cpp | 52 int msg_id; local 60 newParentDN,m_deleteOld ? 1 : 0, tmpSrvCtrls, tmpClCtrls,&msg_id); 66 m_msgID=msg_id;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| hdcp_types.h | 92 enum hdcp_message_id msg_id; member in struct:hdcp_protection_message
|
| /src/usr.sbin/ldpd/ |
| tlv.h | 131 uint32_t msg_id; member in struct:notification_tlv
|
| /src/sys/dev/usb/ |
| if_athn_usb.c | 1031 athn_usb_htc_msg(struct athn_usb_softc *usc, uint16_t msg_id, void *buf, 1049 msg->msg_id = htobe16(msg_id); 2087 uint16_t msg_id; local 2140 msg_id = be16toh(msg->msg_id); 2141 DPRINTFN(DBG_RX, usc, "Rx HTC message %d\n", msg_id); 2142 switch (msg_id) { 2147 usc->usc_wait_msg_id, msg_id); 2148 if (usc->usc_wait_msg_id == msg_id) { [all...] |
| if_athn_usb.h | 232 uint16_t msg_id; member in struct:ar_htc_msg_hdr
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_vi.c | 1513 uint32_t msg_id, pp_state = 0; local 1528 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, 1533 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); 1547 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, 1552 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); 1566 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, 1571 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); 1581 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS, 1586 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); 1594 msg_id = PP_CG_MSG_ID(PP_GROUP_SYS [all...] |
| amdgpu_gfx_v8_0.c | 5832 uint32_t msg_id, pp_state = 0; local 5847 msg_id = PP_CG_MSG_ID(PP_GROUP_GFX, 5852 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); 5869 msg_id = PP_CG_MSG_ID(PP_GROUP_GFX, 5874 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); 5884 uint32_t msg_id, pp_state = 0; local 5899 msg_id = PP_CG_MSG_ID(PP_GROUP_GFX, 5904 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); 5919 msg_id = PP_CG_MSG_ID(PP_GROUP_GFX, 5924 amdgpu_dpm_set_clockgating_by_smu(adev, msg_id); [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_hdcp.h | 151 u8 msg_id; member in struct:hdcp2_ake_init 157 u8 msg_id; member in struct:hdcp2_ake_send_cert 164 u8 msg_id; member in struct:hdcp2_ake_no_stored_km 169 u8 msg_id; member in struct:hdcp2_ake_stored_km 174 u8 msg_id; member in struct:hdcp2_ake_send_hprime 179 u8 msg_id; member in struct:hdcp2_ake_send_pairing_info 184 u8 msg_id; member in struct:hdcp2_lc_init 189 u8 msg_id; member in struct:hdcp2_lc_send_lprime 194 u8 msg_id; member in struct:hdcp2_ske_send_eks 200 u8 msg_id; member in struct:hdcp2_rep_send_receiverid_list 208 u8 msg_id; member in struct:hdcp2_rep_send_ack 213 u8 msg_id; member in struct:hdcp2_rep_stream_manage 220 u8 msg_id; member in struct:hdcp2_rep_stream_ready [all...] |
| /src/sys/dev/hyperv/ |
| hypervreg.h | 185 uint64_t msg_id; member in struct:vmbus_message
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_hdmi.c | 1545 u8 msg_id; member in struct:hdcp2_hdmi_msg_timeout 1567 static int get_hdcp2_msg_timeout(u8 msg_id, bool is_paired) 1571 if (msg_id == HDCP_2_2_AKE_SEND_HPRIME) { 1579 if (hdcp2_msg_timeout[i].msg_id == msg_id) 1588 u8 msg_id, bool *msg_ready, 1603 if (msg_id == HDCP_2_2_REP_SEND_RECVID_LIST) 1614 u8 msg_id, bool paired) 1620 timeout = get_hdcp2_msg_timeout(msg_id, paired); 1625 msg_id, &msg_ready [all...] |
| intel_dp.c | 6164 u8 msg_id; member in struct:hdcp2_dp_errata_stream_type 6169 u8 msg_id; member in struct:hdcp2_dp_msg_data 6231 u8 msg_id, bool *msg_ready) 6241 switch (msg_id) { 6255 DRM_ERROR("Unidentified msg_id: %d\n", msg_id); 6268 u8 msg_id = hdcp2_msg_data->msg_id; local 6272 if (msg_id == HDCP_2_2_AKE_SEND_HPRIME && !hdcp->is_paired) 6291 msg_id, &msg_ready) [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-client.c | 82 u_int msg_id; member in struct:sftp_conn 450 ret->msg_id = 1; 605 u_int id, msg_id; local 618 id = conn->msg_id++; 629 (r = sshbuf_get_u32(msg, &msg_id)) != 0) 632 debug3("Received limits reply T:%u I:%u", type, msg_id); 633 if (id != msg_id) 634 fatal("ID mismatch (%u != %u)", msg_id, id); 666 id = conn->msg_id++; 698 id = conn->msg_id++ [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
| hdcp_psp.h | 356 enum ta_hdcp2_msg_id msg_id; member in struct:ta_hdcp_cmd_hdcp2_authentication_message_v2
|
| /src/sys/sys/ |
| audioio.h | 321 int msg_id; member in struct:audio_mixer_name
|