Home
last modified time | relevance | path

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

/src/stand/uboot/
H A Ddevicename.c34 static int uboot_parsedev(struct uboot_devdesc **dev, const char *devspec,
45 struct uboot_devdesc **dev = (struct uboot_devdesc **)vdev; in uboot_getdev()
82 uboot_parsedev(struct uboot_devdesc **dev, const char *devspec, in uboot_parsedev()
85 struct uboot_devdesc *idev; in uboot_parsedev()
105 idev = malloc(sizeof(struct uboot_devdesc)); in uboot_parsedev()
171 struct uboot_devdesc *ncurr; in uboot_setcurrdev()
H A Dlibuboot.h31 struct uboot_devdesc { struct
H A Dmain.c42 struct uboot_devdesc currdev;