Home | History | Annotate | Download | only in QemuBootOrderLib

Lines Matching defs:Comma

139   Parse a comma-separated list of hexadecimal integers into the elements of an

601 CHAR8 *Comma;
629 Comma = ScanMem8 (OfwNode[0].UnitAddress.Ptr, OfwNode[0].UnitAddress.Len,
631 if (Comma != NULL) {
636 // Parse the root bus serial number from the unit address after the comma.
638 PciRootSerialSubString.Ptr = Comma + 1;