HomeSort by relevance Sort by last modified time
    Searched defs:filp (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
TerminalFunctions.c 149 struct __filedes *filp; local
154 filp = &gMD->fdarray[fd];
156 if((filp->f_iflags & _S_ITTY) != 0) {
158 IIO = (cIIO *)filp->devdata;
207 struct __filedes *filp; local
212 filp = &gMD->fdarray[fd];
214 if((filp->f_iflags & _S_ITTY) != 0) {
216 IIO = (cIIO *)filp->devdata;
  /external/selinux/libselinux/src/
label_db.c 241 FILE *filp; local
280 if ((filp = fopen(path, "rb")) == NULL) {
284 if (fstat(fileno(filp), &sb) < 0) {
298 while (getline(&line_buf, &line_len, filp) > 0) {
325 if (digest_add_specfile(rec->digest, filp, NULL, sb.st_size, path) < 0)
330 fclose(filp);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 58 struct __filedes *filp; local
62 filp = &gMD->fdarray[fd];
65 retval = (BOOLEAN)((filp->f_iflags != 0) && // TRUE if OPEN
66 FILE_IS_USABLE(filp)); // and Usable (not Larval or Closing)
528 struct __filedes *filp; local
534 filp = &gMD->fdarray[fd];
536 CurPos = filp->f_ops->fo_lseek( filp, offset, how);
538 filp->f_offset = CurPos;
665 struct __filedes *filp; local
961 struct __filedes *filp; local
1013 struct __filedes *filp; local
1042 struct __filedes *filp; local
1085 struct __filedes *filp; local
1186 struct __filedes *filp; local
1250 struct __filedes *filp; local
1417 struct __filedes *filp; local
    [all...]

Completed in 92 milliseconds