Home
last modified time | relevance | path

Searched refs:pxe (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.c75 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()
230 pxe_t *pxe = NULL; in hunt_pixie() local
236 pxe = (pxe_t *) phys_to_virt ( ptr ); in hunt_pixie()
237 if ( memcmp ( pxe->Signature, "!PXE", 4 ) == 0 ) { in hunt_pixie()
239 if ( checksum ( pxe, sizeof(pxe_t) ) != 0 ) { in hunt_pixie()
[all …]
H A Dundi.h209 pxe_t *pxe; member
H A DMakefile.solaris132 pic8259.c pic8259.h pnic.c pnic_api.h pxe.h r8169.c \
H A DMakefile.am19 types.h udp.h mii.h pic8259.c pic8259.h pxe.h basemem.c segoff.h
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c403 pool_xml_elem_t *pxe = (pool_xml_elem_t *)pe; in pool_xml_elem_remove() local
414 if (pxe->pxe_node) { in pool_xml_elem_remove()
415 xmlUnlinkNode(pxe->pxe_node); in pool_xml_elem_remove()
416 xmlFreeNode(pxe->pxe_node); /* recurses all children */ in pool_xml_elem_remove()
418 free(pxe); in pool_xml_elem_remove()
465 pool_xml_elem_t *pxe = (pool_xml_elem_t *)pe; in pool_xml_get_property() local
472 return (pool_xml_get_attr(pxe->pxe_node, BAD_CAST name, in pool_xml_get_property()
476 if ((type = pool_xml_get_attr(pxe->pxe_node, in pool_xml_get_property()
479 return (pool_xml_get_prop(pxe->pxe_node, BAD_CAST name, in pool_xml_get_property()
482 return (pool_xml_get_prop(pxe->pxe_node, BAD_CAST name, val)); in pool_xml_get_property()
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A DMakefile52 pxe.c \
84 pxe.o \
/illumos-gate/usr/src/pkg/manifests/
H A Dsource-system-grub.p5m163 file path=usr/share/src/grub/netboot/pxe.h