Searched refs:undi (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | undi.c | 34 static undi_t undi = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, variable 75 undi.pxe->EntryPointSP.segment, undi.pxe->EntryPointSP.offset, in pxe_dump() 76 undi.pxe->Stack.Seg_Addr, undi.pxe->Stack.Seg_Size, in pxe_dump() 77 undi.pxe->UNDIData.Seg_Addr, undi.pxe->UNDIData.Seg_Size, in pxe_dump() 78 undi.pxe->UNDICode.Seg_Addr, undi.pxe->UNDICode.Seg_Size, in pxe_dump() 79 undi.pxe->BC_Data.Seg_Addr, undi.pxe->BC_Data.Seg_Size, in pxe_dump() 80 undi.pxe->BC_Code.Seg_Addr, undi.pxe->BC_Code.Seg_Size ); in pxe_dump() 90 undi.base_mem_data = &undi_base_mem_data; in allocate_base_mem_data() 91 memset ( undi.base_mem_data, 0, sizeof(undi_base_mem_data_t) ); in allocate_base_mem_data() 92 undi.undi_call_info = &undi.base_mem_data->undi_call_info; in allocate_base_mem_data() [all …]
|
H A D | Makefile.solaris | 57 DRIVER_OBJS = undi.o 83 undi.o := DRIVER_DEFS = -DINCLUDE_UNDI=1 106 undi.o := DRIVER_SRC = undi.c 135 types.h udp.h undi.c undi.h via-rhine.c w89c840.c
|
H A D | Makefile.am | 25 undi.c undi.h 69 undi_drivers = undi.o 230 $(undi_drivers): undi.c undi.h 231 $(undi_drivers): %.o: undi.c
|
H A D | undi.h | 204 typedef struct undi { struct
|
/titanic_41/usr/src/grub/ |
H A D | README.grub | 25 grub-0.95-diskless-patch-2-undi.patch
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | configure.ac | 477 AC_ARG_ENABLE(undi, optenable 478 [ --enable-undi enable PXE UNDI driver]) 481 NETBOOT_DRIVERS="$NETBOOT_DRIVERS undi.o"
|
H A D | configure | 896 --enable-undi enable PXE UNDI driver
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | source-system-grub.mf | 185 file path=usr/share/src/grub/netboot/undi.c 186 file path=usr/share/src/grub/netboot/undi.h
|