Home | History | Annotate | Download | only in UefiShell

Lines Matching defs:oflags

277   if((offset != NULL) || (filp->Oflags & O_APPEND)) {

278 if(filp->Oflags & O_APPEND) {
474 int oflags;
482 // Convert oflags to Attributes
483 oflags = filp->Oflags;
484 OpenMode = Oflags2EFI(oflags);
515 if((oflags & O_TRUNC) || ((oflags & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT))) {
519 if(oflags & O_TRUNC) {
535 else if((oflags & (O_EXCL | O_CREAT)) == (O_EXCL | O_CREAT)) {
600 RdyMask = (UINT32)filp->Oflags;