Home | History | Annotate | Download | only in qemu

Lines Matching full:model

2836         nd_table[nic].model = "usb";
6049 const char *model = nd_table[i].model;
6053 if (model == NULL)
6054 model = "ne2k_pci";
6055 snprintf(buf, sizeof(buf), "pxe-%s.bin", model);