Searched defs:Routine (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DForEach.c24 @param[in] Routine The pointer to the function of a specified operation.
32 IN VISIT_POLICY_ENTRY Routine,
100 if (EFI_ERROR (Routine (Selector, Data, Context))) {
30 ForeachPolicyEntry( IN EFI_IPSEC_CONFIG_DATA_TYPE DataType, IN VISIT_POLICY_ENTRY Routine, IN VOID *Context ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DPartition.c204 PARTITION_DETECT_ROUTINE *Routine; local
296 Routine = &mPartitionDetectRoutineTable[0];
297 while (*Routine != NULL) {
298 Status = (*Routine) (
309 Routine++;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DPartition.c243 PARTITION_DETECT_ROUTINE *Routine; local
340 Routine = &mPartitionDetectRoutineTable[0];
341 while (*Routine != NULL) {
342 Status = (*Routine) (
355 Routine++;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecConfigImpl.c86 // Routine entry for IpSecConfig protocol.
2778 @param[in] Routine The function defined by the caller.
2779 @param[in] Context The data passed to the Routine.
2788 IN IPSEC_COPY_POLICY_ENTRY Routine,
2898 RoutineStatus = Routine (
2786 IpSecVisitConfigData( IN EFI_IPSEC_CONFIG_DATA_TYPE DataType, IN IPSEC_COPY_POLICY_ENTRY Routine, IN VOID *Context ) argument

Completed in 58 milliseconds