Home
last modified time | relevance | path

Searched refs:ENOTBLK (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Derrno.h18 #define ENOTBLK 15 /* Block device required */ macro
/rk3399_rockchip-uboot/test/dm/
H A Dblk.c163 ut_asserteq(-ENOTBLK, blk_get_from_parent(dev, &blk)); in dm_test_blk_get_from_parent()
/rk3399_rockchip-uboot/drivers/block/
H A Dblk-uclass.c568 return -ENOTBLK; in blk_get_from_parent()