Searched refs:pxe (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | undi.c | 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() 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 D | undi.h | 209 pxe_t *pxe; member
|
H A D | Makefile.solaris | 132 pic8259.c pic8259.h pnic.c pnic_api.h pxe.h r8169.c \
|
H A D | Makefile.am | 19 types.h udp.h mii.h pic8259.c pic8259.h pxe.h basemem.c segoff.h
|
/titanic_44/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 411 pool_xml_elem_t *pxe = (pool_xml_elem_t *)pe; in pool_xml_elem_remove() local 422 if (pxe->pxe_node) { in pool_xml_elem_remove() 423 xmlUnlinkNode(pxe->pxe_node); in pool_xml_elem_remove() 424 xmlFreeNode(pxe->pxe_node); /* recurses all children */ in pool_xml_elem_remove() 426 free(pxe); in pool_xml_elem_remove() 473 pool_xml_elem_t *pxe = (pool_xml_elem_t *)pe; in pool_xml_get_property() local 480 return (pool_xml_get_attr(pxe->pxe_node, BAD_CAST name, in pool_xml_get_property() 484 if ((type = pool_xml_get_attr(pxe->pxe_node, in pool_xml_get_property() 487 return (pool_xml_get_prop(pxe->pxe_node, BAD_CAST name, in pool_xml_get_property() 490 return (pool_xml_get_prop(pxe->pxe_node, BAD_CAST name, val)); in pool_xml_get_property() [all …]
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | source-system-grub.mf | 167 file path=usr/share/src/grub/netboot/pxe.h
|