Home | History | Annotate | Download | only in libugenhc

Lines Matching defs:oflags

775 	int endpt, oflags, error;
801 oflags = O_RDONLY;
803 oflags = O_WRONLY;
807 if (oflags != O_RDONLY && xfertype == UE_ISOCHRONOUS) {
809 oflags = O_RDONLY;
812 if (sc->sc_fdmodes[endpt] == oflags
819 oflags = O_RDWR;
823 /* XXX: theoretically should convert oflags */
824 error = rumpuser_open(buf, oflags, &fd);
833 sc->sc_fdmodes[endpt] = oflags;