Searched refs:in_msg (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
177 in_msg = os_malloc(in_len);
178 if (in_msg == NULL)
185 in_msg, &in_msg_len, &alert);
206 os_free(in_msg);
213 in_pos = in_msg;
214 in_end = in_msg + in_msg_len;
231 os_free(in_msg);
232 in_msg = NULL;
238 os_free(in_msg);
[all...]
H A Dtlsv1_server.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
148 in_msg = os_malloc(in_len);
149 if (in_msg == NULL)
156 in_msg, &in_msg_len, &alert);
173 in_pos = in_msg;
174 in_end = in_msg + in_msg_len;
189 os_free(in_msg);
190 in_msg = NULL;
195 os_free(in_msg);
/freebsd-11-stable/sys/dev/e1000/
H A De1000_vf.c538 u32 in_msg = 0; local
561 if (mbx->ops.read(hw, &in_msg, 1, 0))
565 if (!(in_msg & E1000_VT_MSGTYPE_CTS)) {
567 if (in_msg & E1000_VT_MSGTYPE_NACK)
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_vf.c586 u32 in_msg = 0; local
647 if (mbx->ops.read(hw, &in_msg, 1, 0))
650 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) {
652 if (in_msg & IXGBE_VT_MSGTYPE_NACK)
/freebsd-11-stable/sys/powerpc/powermac/
H A Dpmu.c186 static int pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg,
585 pmu_send(void *cookie, int cmd, int length, uint8_t *in_msg, int rlen, argument
608 pmu_send_byte(sc, in_msg[i]);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h284 void *in_msg; member in struct:mlx5_cmd_debug
/freebsd-11-stable/sys/dev/isp/
H A Dispmbox.h1863 uint8_t in_msg[IN_MSGLEN]; /* SCSI message bytes */ member in struct:__anon4616

Completed in 95 milliseconds