Home
last modified time | relevance | path

Searched refs:MyFd (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c355 struct __filedes *MyFd; in fcntl() local
363 MyFd = &gMD->fdarray[fildes]; in fcntl()
377 (void)memcpy(&gMD->fdarray[temp], MyFd, sizeof(struct __filedes)); in fcntl()
386 retval = MyFd->Oflags; // Get original value in fcntl()
390 MyFd->Oflags = temp; // Set new value in fcntl()
394 retval = MyFd->f_iflags; in fcntl()
401 retval = MyFd->f_iflags; in fcntl()
404 retval = MyFd->Oflags; in fcntl()