Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsandboxblockdev.h17 int host_dev_bind(int dev, char *filename);
/openbmc/u-boot/drivers/block/
H A Dsandbox.c90 int host_dev_bind(int devnum, char *filename) function
154 int host_dev_bind(int dev, char *filename) function
/openbmc/u-boot/cmd/
H A Dhost.c52 return host_dev_bind(dev, file); in do_host_bind()