Searched refs:uath_cmd_hdr (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/uath/
H A Duath.c1135 struct uath_cmd_hdr *hdr;
1144 cmd->buflen = (sizeof (struct uath_cmd_hdr) + ilen + 3) & ~3;
1146 hdr = (struct uath_cmd_hdr *)cmd->buf;
1147 bzero(hdr, sizeof (struct uath_cmd_hdr));
1262 struct uath_cmd_hdr *hdr;
1265 hdr = (struct uath_cmd_hdr *)cmd->buf;
1392 struct uath_cmd_hdr *hdr;
1422 if (len < sizeof (struct uath_cmd_hdr)) {
1428 hdr = (struct uath_cmd_hdr *)m->b_rptr;
H A Duath_reg.h71 struct uath_cmd_hdr { struct

Completed in 104 milliseconds