Home
last modified time | relevance | path

Searched refs:B_IOCTL_DEL (Results 1 – 2 of 2) sorted by relevance

/external/fio/os/
Dbinject.h30 #define B_IOCTL_DEL _IOWR(BINJECT_IOCTL_CHR, 2, struct b_ioctl_cmd) macro
/external/fio/engines/
Dbinject.c269 if (ioctl(fdb, B_IOCTL_DEL, &bic) < 0) in binject_unmap_dev()