Searched defs:Pointer1 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiMisc.c33 CHAR16 *Pointer1; local
43 for (Pointer1 = Str; (*Pointer1 != 0) && (*Pointer1 == CharC); Pointer1++) {
48 if (Pointer2 == Pointer1) {
49 while (*Pointer1 != 0) {
51 Pointer1++;
54 while (*Pointer1 != 0) {
55 *Pointer2 = *Pointer1;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c34 CHAR16 *Pointer1; local
44 for (Pointer1 = Str; (*Pointer1 != 0) && (*Pointer1 == CharC); Pointer1++) {
49 if (Pointer2 == Pointer1) {
50 while (*Pointer1 != 0) {
52 Pointer1++;
55 while (*Pointer1 != 0) {
56 *Pointer2 = *Pointer1;
[all...]

Completed in 58 milliseconds