Searched refs:in_msg (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/wpa/src/tls/ |
| HD | tlsv1_server.c | 112 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local 123 in_msg = os_malloc(in_len); in tlsv1_server_handshake() 124 if (in_msg == NULL) in tlsv1_server_handshake() 131 in_msg, &in_msg_len, &alert); in tlsv1_server_handshake() 147 in_pos = in_msg; in tlsv1_server_handshake() 148 in_end = in_msg + in_msg_len; in tlsv1_server_handshake() 163 os_free(in_msg); in tlsv1_server_handshake() 164 in_msg = NULL; in tlsv1_server_handshake() 169 os_free(in_msg); in tlsv1_server_handshake()
|
| HD | tlsv1_client.c | 145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local 177 in_msg = os_malloc(in_len); in tlsv1_client_handshake() 178 if (in_msg == NULL) in tlsv1_client_handshake() 185 in_msg, &in_msg_len, &alert); in tlsv1_client_handshake() 206 os_free(in_msg); in tlsv1_client_handshake() 213 in_pos = in_msg; in tlsv1_client_handshake() 214 in_end = in_msg + in_msg_len; in tlsv1_client_handshake() 231 os_free(in_msg); in tlsv1_client_handshake() 232 in_msg = NULL; in tlsv1_client_handshake() 238 os_free(in_msg); in tlsv1_client_handshake()
|
| /trueos/sys/dev/e1000/ |
| HD | e1000_vf.c | 536 u32 in_msg = 0; in e1000_check_for_link_vf() local 559 if (mbx->ops.read(hw, &in_msg, 1, 0)) in e1000_check_for_link_vf() 563 if (!(in_msg & E1000_VT_MSGTYPE_CTS)) { in e1000_check_for_link_vf() 565 if (in_msg & E1000_VT_MSGTYPE_NACK) in e1000_check_for_link_vf()
|
| /trueos/sys/dev/ixgbe/ |
| HD | ixgbe_vf.c | 547 u32 in_msg = 0; in ixgbe_check_mac_link_vf() local 592 if (mbx->ops.read(hw, &in_msg, 1, 0)) in ixgbe_check_mac_link_vf() 595 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) { in ixgbe_check_mac_link_vf() 597 if (in_msg & IXGBE_VT_MSGTYPE_NACK) in ixgbe_check_mac_link_vf()
|
| /trueos/sys/powerpc/powermac/ |
| HD | pmu.c | 181 static int pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg, 565 pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg, int rlen, in pmu_send() argument 588 pmu_send_byte(sc, in_msg[i]); in pmu_send()
|
| /trueos/sys/dev/isp/ |
| HD | isp_target.c | 893 switch (inp->in_msg[0]) { in isp_got_msg() 916 isp_prt(isp, ISP_LOGERR, "%s: unhandled message 0x%x", __func__, inp->in_msg[0]); in isp_got_msg()
|
| HD | ispmbox.h | 1713 uint8_t in_msg[IN_MSGLEN]; /* SCSI message bytes */ member
|
| HD | isp_library.c | 3436 ISP_IOXPUT_8(isp, src->in_msg[i], &dst->in_msg[i]); in isp_put_notify() 3474 ISP_IOXGET_8(isp, &src->in_msg[i], dst->in_msg[i]); in isp_get_notify()
|