Home | History | Annotate | Download | only in BasePrintLib

Lines Matching refs:VA_LIST

19 // Declare a VA_LIST global variable that is used in calls to BasePrintLibSPrintMarker()

20 // when the BASE_LIST parameter is valid and the VA_LIST parameter is ignored.
21 // A NULL VA_LIST can not be passed into BasePrintLibSPrintMarker() because some
22 // compilers define VA_LIST to be a structure.
24 VA_LIST gNullVaList;
30 a Null-terminated Unicode format string and a VA_LIST argument list
56 @param Marker VA_LIST marker for the variable argument list.
68 IN VA_LIST Marker
167 VA_LIST Marker;
178 ASCII format string and a VA_LIST argument list
203 @param Marker VA_LIST marker for the variable argument list.
215 IN VA_LIST Marker
311 VA_LIST Marker;
376 ASCII format string and a VA_LIST argument list.
400 @param Marker VA_LIST marker for the variable argument list.
412 IN VA_LIST Marker
504 VA_LIST Marker;
515 Unicode format string and a VA_LIST argument list.
540 @param Marker VA_LIST marker for the variable argument list.
552 IN VA_LIST Marker
648 VA_LIST Marker;
718 @param[in] Marker VA_LIST marker for the variable argument list.
727 IN VA_LIST Marker
742 @param[in] Marker VA_LIST marker for the variable argument list.
751 IN VA_LIST Marker