Home | History | Annotate | Download | only in UefiShellDebug1CommandsLib

Lines Matching refs:Segment

1838   segment, and its bus range covers the current bus number. It lookes

1844 @param[in] Segment Segment number of device we are dealing with.
1856 IN UINT16 Segment,
2446 UINT16 Segment;
2587 // For each handle, which decides a segment and a bus number range,
2718 Segment = 0;
2732 Segment = (UINT16) RetVal;
2804 // Find the protocol interface who's in charge of current segment, and its
2810 Segment,
2818 Segment,
2847 Segment,
2851 Segment,
2903 segment, and its bus range covers the current bus number. It lookes
2909 @param[in] Segment Segment number of device we are dealing with.
2921 IN UINT16 Segment,
2943 // so we only check the Segment number
2945 if (Descriptors == NULL && Segment == (*IoDev)->SegmentNumber) {
2949 if ((*IoDev)->SegmentNumber != Segment) {