Home | History | Annotate | Download | only in qemu

Lines Matching refs:strtol

554                 vlan = qemu_find_bt_vlan(strtol(str + 9, &endp, 0));
618 vlan_id = strtol(endp + 6, &endp, 0);
655 vlan = strtol(p, (char **) &endp, 0);
884 bus_id = strtol(buf, NULL, 0);
892 unit_id = strtol(buf, NULL, 0);
932 index = strtol(buf, NULL, 0);
940 cyls = strtol(buf, NULL, 0);
944 heads = strtol(buf, NULL, 0);
948 secs = strtol(buf, NULL, 0);
2254 cyls = strtol(p, (char **)&p, 0);
2260 heads = strtol(p, (char **)&p, 0);
2266 secs = strtol(p, (char **)&p, 0);
2484 w = strtol(p, (char **)&p, 10);
2493 h = strtol(p, (char **)&p, 10);
2498 depth = strtol(p, (char **)&p, 10);
2517 term_escape_char = strtol(optarg, &r, 0);
2742 tb_size = strtol(optarg, NULL, 0);