Searched refs:ARG_LIST (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.h57 typedef struct _ARG_LIST ARG_LIST; typedef in typeref:struct:_ARG_LIST
60 ARG_LIST *Next;
70 ARG_LIST *VarArg;
H A DIfConfig6.c116 @return The pointer of headnode of ARG_LIST.
119 ARG_LIST *
127 ARG_LIST *ArgList;
128 ARG_LIST *ArgNode;
145 ArgNode = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
157 ArgNode->Next = (ARG_LIST *) AllocateZeroPool (sizeof (ARG_LIST));
346 @param[in, out] Arg The pointer of the address of ARG_LIST which save Args with the "-s" option.
356 IN OUT ARG_LIST **Ar
[all...]

Completed in 43 milliseconds