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

  /external/syslinux/gpxe/src/arch/i386/interface/pxeparent/
pxeparent_dhcp.c 33 struct undi_device *undi; local
37 /* Use preloaded UNDI device to get at PXE entry point */
38 undi = &preloaded_undi;
39 if ( ! undi->entry.segment ) {
40 DBG ( "PXEDHCP no preloaded UNDI device found\n" );
45 if ( ! ( undi->flags & UNDI_FL_KEEP_ALL ) ) {
54 if ( ( rc = pxeparent_call ( undi->entry, PXENV_GET_CACHED_INFO,
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undionly.c 26 #include <undi.h>
32 * "Pure" UNDI driver
34 * This is the UNDI driver without explicit support for PCI or any
35 * other bus type. It is capable only of using the preloaded UNDI
39 * If you want a PXE-loadable image that contains only the UNDI
43 * addition to the UNDI driver, build e.g. "bin/undi.dsk".
47 * Probe UNDI root bus
49 * @v rootdev UNDI bus root device
51 * Scans the UNDI bus for devices and registers all devices it ca
55 struct undi_device *undi = &preloaded_undi; local
96 struct undi_device *undi = &preloaded_undi; local
    [all...]
undi.c 26 #include <undi.h>
34 * UNDI PCI driver
39 * Find UNDI ROM for PCI device
42 * @ret undirom UNDI ROM, or NULL
67 struct undi_device *undi; local
76 /* Allocate UNDI device structure */
77 undi = zalloc ( sizeof ( *undi ) );
78 if ( ! undi )
80 pci_set_drvdata ( pci, undi );
130 struct undi_device *undi = pci_get_drvdata ( pci ); local
    [all...]

Completed in 201 milliseconds