Lines Matching defs:Status

52   RETURN_STATUS                Status;
54 Status = S3BootScriptSaveSmbusExecute (
60 ASSERT (Status == RETURN_SUCCESS);
69 If Status is not NULL, then the status of the executed command is returned in Status.
77 @param Status Return status for the executed command.
85 OUT RETURN_STATUS *Status OPTIONAL
88 SmBusQuickRead (SmBusAddress, Status);
99 If Status is not NULL, then the status of the executed command is returned in Status.
107 @param Status Return status for the executed command.
115 OUT RETURN_STATUS *Status OPTIONAL
118 SmBusQuickWrite (SmBusAddress, Status);
130 If Status is not NULL, then the status of the executed command is returned in Status.
137 @param Status Return status for the executed command.
147 OUT RETURN_STATUS *Status OPTIONAL
152 Byte = SmBusReceiveByte (SmBusAddress, Status);
166 If Status is not NULL, then the status of the executed command is returned in Status.
174 @param Status Return status for the executed command.
185 OUT RETURN_STATUS *Status OPTIONAL
190 Byte = SmBusSendByte (SmBusAddress, Value, Status);
204 If Status is not NULL, then the status of the executed command is returned in Status.
210 @param Status Return status for the executed command.
220 OUT RETURN_STATUS *Status OPTIONAL
225 Byte = SmBusReadDataByte (SmBusAddress, Status);
240 If Status is not NULL, then the status of the executed command is returned in Status.
247 @param Status Return status for the executed command.
258 OUT RETURN_STATUS *Status OPTIONAL
263 Byte = SmBusWriteDataByte (SmBusAddress, Value, Status);
277 If Status is not NULL, then the status of the executed command is returned in Status.
283 @param Status Return status for the executed command.
293 OUT RETURN_STATUS *Status OPTIONAL
298 Word = SmBusReadDataWord (SmBusAddress, Status);
313 If Status is not NULL, then the status of the executed command is returned in Status.
320 @param Status Return status for the executed command.
331 OUT RETURN_STATUS *Status OPTIONAL
336 Word = SmBusWriteDataWord (SmBusAddress, Value, Status);
351 If Status is not NULL, then the status of the executed command is returned in Status.
358 @param Status Return status for the executed command.
369 OUT RETURN_STATUS *Status OPTIONAL
374 Word = SmBusProcessCall (SmBusAddress, Value, Status);
389 If Status is not NULL, then the status of the executed command is returned in Status.
399 @param Status Return status for the executed command.
410 OUT RETURN_STATUS *Status OPTIONAL
415 Length = SmBusReadBlock (SmBusAddress, Buffer, Status);
430 If Status is not NULL, then the status of the executed command is returned in Status.
438 @param Status Return status for the executed command.
449 OUT RETURN_STATUS *Status OPTIONAL
454 Length = SmBusWriteBlock (SmBusAddress, Buffer, Status);
468 If Status is not NULL, then the status of the executed command is returned in Status.
480 @param Status Return status for the executed command.
492 OUT RETURN_STATUS *Status OPTIONAL
497 Length = SmBusBlockProcessCall (SmBusAddress, WriteBuffer, ReadBuffer, Status);