Home | History | Annotate | Download | only in arch-mips

Lines Matching full:mipsflags

36     int mipsflags = flags & O_ACCMODE_PORTABLE;
41 mipsflags |= O_CREAT;
43 mipsflags |= O_EXCL;
45 mipsflags |= O_NOCTTY;
47 mipsflags |= O_TRUNC;
49 mipsflags |= O_APPEND;
51 mipsflags |= O_NONBLOCK;
53 mipsflags |= O_SYNC;
55 mipsflags |= FASYNC;
57 mipsflags |= O_DIRECT;
59 mipsflags |= O_LARGEFILE;
61 mipsflags |= O_DIRECTORY;
63 mipsflags |= O_NOFOLLOW;
65 mipsflags |= O_NOATIME;
67 mipsflags |= O_NDELAY;
69 ALOGV("%s: return(mipsflags:0x%x); }", __func__, mipsflags);
70 return mipsflags;