HomeSort by relevance Sort by last modified time
    Searched defs:undi_device (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/arch/i386/include/
undi.h 22 struct undi_device { struct
72 static inline void undi_set_drvdata ( struct undi_device *undi, void *priv ) {
82 static inline void * undi_get_drvdata ( struct undi_device *undi ) {
  /external/syslinux/gpxe/src/arch/i386/prefix/
pxeprefix.S 658 /* The following fields are part of a struct undi_device */
660 undi_device: label
686 .equ undi_device_size, ( . - undi_device )
702 /* Copy our undi_device structure to the preloaded_undi variable */
705 movw $undi_device, %si

Completed in 98 milliseconds