Searched refs:cmdresult (Results 1 – 2 of 2) sorted by relevance
2955 int cmdresult; in fdformat() local3019 cmdresult = ddi_dma_mem_alloc(fdc->c_dmahandle, csb->csb_len, in fdformat()3024 if (cmdresult != DDI_SUCCESS) { in fdformat()3026 return (cmdresult); in fdformat()3053 if ((cmdresult = fdexec(fdc, FDXC_SLEEP | FDXC_CHECKCHG)) == 0) { in fdformat()3055 cmdresult = EIO; /* XXX TBD NYD for now */ in fdformat()3066 return (cmdresult); in fdformat()5448 int cmdresult = 0; in fdrw() local5603 cmdresult = EIO; /* XXX TBD NYD for now */ in fdrw()5606 return (cmdresult); in fdrw()
870 uint32_t cmdresult; in tis_recv_data() local894 cmdresult = load32(buf, TPM_RETURN_OFFSET); in tis_recv_data()902 __func__, (int)expected, (int)bufsiz, cmdresult); in tis_recv_data()