Searched defs:pAttachMsg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFlt-solaris.c1708 mblk_t *pAttachMsg = mexchange(NULL, NULL, DL_ATTACH_REQ_SIZE, M_PROTO, DL_ATTACH_REQ); local
1709 if (RT_UNLIKELY(!pAttachMsg))
1712 dl_attach_req_t *pAttachReq = (dl_attach_req_t *)pAttachMsg->b_rptr;
1715 rc = ldi_putmsg(hDevice, pAttachMsg);
1718 rc = ldi_getmsg(hDevice, &pAttachMsg, NULL);
1724 size_t cbMsg = MBLKL(pAttachMsg);
1727 union DL_primitives *pPrim = (union DL_primitives *)pAttachMsg->b_rptr;
1767 freemsg(pAttachMsg);

Completed in 42 milliseconds