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

/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c2952 int cmdresult; local
3016 cmdresult = ddi_dma_mem_alloc(fdc->c_dmahandle, csb->csb_len,
3021 if (cmdresult != DDI_SUCCESS) {
3023 return (cmdresult);
3050 if ((cmdresult = fdexec(fdc, FDXC_SLEEP | FDXC_CHECKCHG)) == 0) {
3052 cmdresult = EIO; /* XXX TBD NYD for now */
3063 return (cmdresult);
5445 int cmdresult = 0; local
5600 cmdresult = EIO; /* XXX TBD NYD for now */
5603 return (cmdresult);
[all...]
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c869 uint32_t cmdresult; local
894 cmdresult = load32(buf, TPM_RETURN_OFFSET);
902 myname, (int)expected, (int)bufsiz, cmdresult);

Completed in 74 milliseconds