Searched refs:td_vmsg (Results 1 – 4 of 4) sorted by relevance
/external/fio/engines/ |
D | fusion-aw.c | 43 td_vmsg(td, EINVAL, "only writes supported", "io_u->ddir"); in queue() 49 td_vmsg(td, EINVAL, "unaligned data buffer", "io_u->xfer_buf"); in queue() 55 td_vmsg(td, EINVAL, "unaligned data size", "io_u->xfer_buflen"); in queue() 61 td_vmsg(td, EINVAL, "data too big", "io_u->xfer_buflen"); in queue() 111 td_vmsg(td, errno, "nvm_get_handle failed", "nvm_get_handle"); in open_file() 124 td_vmsg(td, errno, "error in getting atomic write capabilities", "nvm_get_capabilities"); in open_file() 128 td_vmsg(td, EINVAL, "couldn't get all the atomic write capabilities" , "nvm_get_capabilities"); in open_file()
|
D | cpu.c | 74 td_vmsg(td, EINVAL, "cpu thread needs rate (cpuload=)","cpuio"); in fio_cpuio_init()
|
/external/fio/ |
D | ioengines.c | 99 td_vmsg(td, -1, dlerror(), "dlopen"); in dlopen_ioengine() 125 td_vmsg(td, -1, dlerror(), "dlsym"); in dlopen_ioengine()
|
D | fio.h | 371 #define td_vmsg(td, err, msg, func) \ macro
|