Home | History | Annotate | Download | only in qemu

Lines Matching full:model

2705         nd_table[nic].model = "usb";
5859 const char *model = nd_table[i].model;
5863 if (model == NULL)
5864 model = "ne2k_pci";
5865 snprintf(buf, sizeof(buf), "pxe-%s.bin", model);