objective c - Mapping IOKit IOReturn error code to String -
when error 0x10, want able make sense of error code. looking ioreturn.h , mach/error.h not particularly convenient. lost when got 0x22 error code. silly question there function error2string can map ioreturn error code string describes error ?
code running in kernel can use ioservice::stringfromreturn(...)
Comments
Post a Comment