/external/syslinux/com32/modules/ |
D | pxechn.c | 333 pxe_regs = sdi->pxe.stack; /* Original register values */ in pxe_set_regs() 341 regs->ss = sdi->pxe.stack_seg; in pxe_set_regs() 342 regs->esp.l = sdi->pxe.stack_offs + sizeof(com32sys_t); in pxe_set_regs() 433 void pxechn_fill_pkt(struct pxelinux_opt *pxe, int ptype) in pxechn_fill_pkt() argument 442 (void **)&(pxe->p[p1].data), (size_t *)&(pxe->p[p1].len)))) { in pxechn_fill_pkt() 443 pxe->p[p2].data = malloc(2048); in pxechn_fill_pkt() 444 if (pxe->p[p2].data) { in pxechn_fill_pkt() 445 memcpy(pxe->p[p2].data, pxe->p[p1].data, pxe->p[p1].len); in pxechn_fill_pkt() 446 pxe->p[p2].len = pxe->p[p1].len; in pxechn_fill_pkt() 448 dprint_pxe_bootp_t((pxe_bootp_t *)(pxe->p[p1].data), pxe->p[p1].len); in pxechn_fill_pkt() [all …]
|
/external/syslinux/com32/hdt/ |
D | hdt-dump-pxe.c | 41 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.vendor_id); in dump_pxe() 43 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.product_id); in dump_pxe() 45 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.subvendor_id); in dump_pxe() 47 snprintf(buffer,sizeof(buffer),"0x%x",hardware->pxe.subproduct_id); in dump_pxe() 50 if (hardware->pci_ids_return_code == -ENOPCIIDS || (hardware->pxe.pci_device == NULL)) { in dump_pxe() 54 add_s("Manufacturer_name", hardware->pxe.pci_device->dev_info->vendor_name); in dump_pxe() 55 add_s("Product_name", hardware->pxe.pci_device->dev_info->product_name); in dump_pxe() 58 add_hi(pxe.rev); in dump_pxe() 59 add_hi(pxe.pci_bus); in dump_pxe() 60 add_hi(pxe.pci_dev); in dump_pxe() [all …]
|
D | hdt-common.c | 223 memset(&hardware->pxe, 0, sizeof(struct s_pxe)); in init_hardware() 433 memset(&hardware->pxe, 0, sizeof(struct s_pxe)); in detect_pxe() 441 pxe_bootp_t *dhcp = &hardware->pxe.dhcpdata; in detect_pxe() 442 memcpy(&hardware->pxe.dhcpdata, dhcpdata, in detect_pxe() 443 sizeof(hardware->pxe.dhcpdata)); in detect_pxe() 444 snprintf(hardware->pxe.mac_addr, sizeof(hardware->pxe.mac_addr), in detect_pxe() 450 hardware->pxe.ip_addr[0] = hardware->pxe.dhcpdata.yip & 0xff; in detect_pxe() 451 hardware->pxe.ip_addr[1] = hardware->pxe.dhcpdata.yip >> 8 & 0xff; in detect_pxe() 452 hardware->pxe.ip_addr[2] = hardware->pxe.dhcpdata.yip >> 16 & 0xff; in detect_pxe() 453 hardware->pxe.ip_addr[3] = hardware->pxe.dhcpdata.yip >> 24 & 0xff; in detect_pxe() [all …]
|
D | hdt-dump.c | 49 dump_options[0].item = hardware->pxe.mac_addr; in get_value_from_option() 195 ((uint8_t *) & sdi->pxe.ipinfo->serverip)[0], in dump() 196 ((uint8_t *) & sdi->pxe.ipinfo->serverip)[1], in dump() 197 ((uint8_t *) & sdi->pxe.ipinfo->serverip)[2], in dump() 198 ((uint8_t *) & sdi->pxe.ipinfo->serverip)[3]); in dump()
|
D | hdt-dump-pci.c | 126 if ((hardware->pxe.pci_device != NULL) in dump_pci() 127 && (hardware->pxe.pci_device == pci_device)) { in dump_pci() 128 add_hs(pxe.mac_addr); in dump_pci()
|
D | hdt-menu-pci.c | 126 if ((hardware->pxe.pci_device != NULL) in compute_pci_device() 127 && (hardware->pxe.pci_device == pci_device)) { in compute_pci_device() 130 hardware->pxe.mac_addr); in compute_pci_device() 132 hardware->pxe.mac_addr); in compute_pci_device()
|
D | hdt-cli-pci.c | 139 if ((hardware->pxe.pci_device != NULL) in show_pci_device() 140 && (hardware->pxe.pci_device == pci_device)) { in show_pci_device() 141 more_printf("Mac Address : %s\n", hardware->pxe.mac_addr); in show_pci_device()
|
D | hdt-cli-pxe.c | 57 struct s_pxe *p = &hardware->pxe; in main_show_pxe()
|
D | hdt-menu-pxe.c | 46 struct s_pxe *p = &hardware->pxe; in compute_PXE()
|
/external/syslinux/core/ |
D | pxelinux-c.c | 15 di->pxe.filesystem = SYSLINUX_FS_PXELINUX; in get_derivative_info() 16 di->pxe.apiver = APIVer; in get_derivative_info() 17 di->pxe.pxenvptr = GET_PTR(StrucPtr); in get_derivative_info() 18 di->pxe.pxenv_offs = StrucPtr.offs; in get_derivative_info() 19 di->pxe.pxenv_seg = StrucPtr.seg; in get_derivative_info() 20 di->pxe.stack = GET_PTR(InitStack); in get_derivative_info() 21 di->pxe.stack_offs = InitStack.offs; in get_derivative_info() 22 di->pxe.stack_seg = InitStack.seg; in get_derivative_info() 23 di->pxe.ipinfo = &IPInfo; in get_derivative_info() 24 di->pxe.myip = IPInfo.myip; in get_derivative_info()
|
D | Makefile | 29 -I$(SRC)/lwip/src/include -I$(SRC)/lwip/src/include/ipv4 -I$(SRC)/fs/pxe 56 $(addprefix $(SRC)/fs/pxe/, dhcp_option.c pxe.c tftp.c urlparse.c bios.c) 60 $(addprefix $(SRC)/fs/pxe/, \ 92 COBJS += $(subst $(SRC)/,,$(CORE_PXE_CSRC:%.c=%.o) fs/pxe/ftp.o fs/pxe/ftp_readdir.o \ 93 fs/pxe/http.o fs/pxe/http_readdir.o)
|
D | keywords | 18 pxe
|
D | extern.inc | 69 ; pxe.c
|
/external/syslinux/core/fs/pxe/ |
D | bios.c | 24 const struct pxe_t *pxe = buf; in is_pxe() local 26 int i = pxe->structlength; in is_pxe() 30 memcmp(pxe->signature, "!PXE", 4)) in is_pxe() 142 const struct pxe_t *pxe; in pxe_init() local 150 pxe = MK_PTR(seg, off); in pxe_init() 151 if (is_pxe(pxe)) in pxe_init() 177 if ((pxe = memory_scan_for_pxe_struct())) { in pxe_init() 178 off = OFFS(pxe); in pxe_init() 179 seg = SEG(pxe); in pxe_init() 204 pxe = GET_PTR(pxenv->pxeptr); in pxe_init() [all …]
|
/external/syslinux/efi/ |
D | Makefile | 27 $(wildcard $(core)/fs/pxe/*.c) \ 41 fs/pxe/pxe.o fs/pxe/tftp.o fs/pxe/urlparse.o fs/pxe/dhcp_option.o \ 42 fs/pxe/ftp.o fs/pxe/ftp_readdir.o fs/pxe/http.o fs/pxe/http_readdir.o)
|
/external/syslinux/com32/libupload/ |
D | upload_tftp.c | 136 tftp.my_ip = sdi->pxe.myip; in upload_tftp_write() 138 tftp.srv_gw = ((tftp.srv_ip ^ tftp.my_ip) & sdi->pxe.ipinfo->netmask) in upload_tftp_write() 139 ? sdi->pxe.ipinfo->gateway : 0; in upload_tftp_write() 150 tftp.srv_ip = sdi->pxe.ipinfo->serverip; in upload_tftp_write()
|
/external/syslinux/core/lwip/src/netif/ |
D | undiif.c | 473 static __lowmem struct pxe_xmit pxe; in undi_transmit() local 523 memset(&pxe, 0, sizeof pxe); in undi_transmit() 525 pxe.xmit.Protocol = undi_protocol; in undi_transmit() 526 pxe.xmit.XmitFlag = dest? XMT_DESTADDR : XMT_BROADCAST; in undi_transmit() 527 pxe.xmit.DestAddr = FAR_PTR(&low_dest); in undi_transmit() 528 pxe.xmit.TBD = FAR_PTR(&pxe.tbd); in undi_transmit() 529 pxe.tbd.ImmedLength = pbuf->tot_len; in undi_transmit() 530 pxe.tbd.Xmit = FAR_PTR(pkt_buf); in undi_transmit() 532 pxe_call(PXENV_UNDI_TRANSMIT, &pxe.xmit); in undi_transmit() 533 } while (pxe.xmit.Status == PXENV_STATUS_OUT_OF_RESOURCES); in undi_transmit()
|
/external/syslinux/gpxe/src/net/udp/ |
D | dhcp.c | 224 struct dhcp_packet *pxe; member 284 if ( dhcp->offers[i].pxe ) in dhcp_free() 285 dhcppkt_put ( dhcp->offers[i].pxe ); in dhcp_free() 450 if ( offer->pxe ) in dhcp_rx_offer() 451 dhcppkt_put ( offer->pxe ); in dhcp_rx_offer() 452 offer->pxe = dhcppkt_get ( dhcppkt ); in dhcp_rx_offer() 654 ( ( dhcp->current_offer == pxe_offer ) && ( pxe_offer->pxe ) ) ) { in dhcp_request_rx() 659 } else if ( pxe_offer->pxe ) { in dhcp_request_rx() 661 pxe_offer->pxe->settings.name = PROXYDHCP_SETTINGS_NAME; in dhcp_request_rx() 662 if ( ( rc = register_settings ( &pxe_offer->pxe->settings, in dhcp_request_rx()
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 38 …/2011/01/07/pci_add_option_rom-failed-to-find-romfile-pxe-rtl8139-bin/ -- "apt-get install kvm-pxe"
|
/external/syslinux/com32/samples/ |
D | entrydump.c | 54 sf = (const struct stack_frame *)di->pxe.stack; in main()
|
/external/syslinux/gpxe/src/arch/i386/ |
D | Makefile.pcbios | 16 MEDIA += pxe
|
D | Makefile | 82 SRCDIRS += arch/i386/interface/pxe
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 322 # See http://syslinux.zytor.com/pxe.php#special for details. 363 #pxe-prompt="What system shall I netboot?" 365 #pxe-prompt="Press F8 for menu.", 60 368 #pxe-service=x86PC, "Boot from local disk", 0 371 #pxe-service=x86PC, "Install Linux", pxelinux 375 #pxe-service=x86PC, "Install Linux", pxelinux, 1.2.3.4 378 #pxe-service=x86PC, "Install windows from RIS server", 1 381 #pxe-service=x86PC, "Install windows from RIS server", 1, 1.2.3.4 409 # Can fail with old PXE ROMS. Overridden by --pxe-service.
|
/external/syslinux/com32/include/syslinux/ |
D | config.h | 129 } pxe; /* pxelinux */ member
|
/external/syslinux/gpxe/src/ |
D | Makefile | 69 SRCDIRS += interface/pxe interface/efi interface/smbios
|