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

  /external/syslinux/com32/lib/syslinux/
pxe_get_nic.c 43 int pxe_get_nic_type(t_PXENV_UNDI_GET_NIC_TYPE *gnt)
54 memcpy(gnt, lgnt, sizeof(t_PXENV_UNDI_GET_NIC_TYPE));
60 return gnt->Status;
  /external/syslinux/com32/include/syslinux/
pxe.h 41 int pxe_get_nic_type(t_PXENV_UNDI_GET_NIC_TYPE * gnt);
  /external/syslinux/com32/hdt/
hdt-common.c 426 t_PXENV_UNDI_GET_NIC_TYPE gnt; local
432 memset(&gnt, 0, sizeof(t_PXENV_UNDI_GET_NIC_TYPE));
455 if (!pxe_get_nic_type(&gnt)) {
456 switch (gnt.NicType) {
459 hardware->pxe.vendor_id = gnt.info.pci.Vendor_ID;
460 hardware->pxe.product_id = gnt.info.pci.Dev_ID;
461 hardware->pxe.subvendor_id = gnt.info.pci.SubVendor_ID;
463 gnt.info.pci.SubDevice_ID,
464 hardware->pxe.rev = gnt.info.pci.Rev;
465 hardware->pxe.pci_bus = (gnt.info.pci.BusDevFunc >> 8) & 0xff
    [all...]

Completed in 304 milliseconds