Home | History | Annotate | Download | only in qemu

Lines Matching refs:strtoul

1116             vendor_id = strtoul(buf, NULL, 16);
1119 product_id = strtoul(buf, NULL, 16);
1127 class_id = strtoul(buf, NULL, 16);
1548 *pbus_num = strtoul(devname, NULL, 0);
1549 *paddr = strtoul(p + 1, NULL, 0);
1562 fs.vendor_id = strtoul(devname, NULL, 16);
1563 fs.product_id = strtoul(p + 1, NULL, 16);