Searched refs:FOPEN (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h82 #ifndef FOPEN
83 #define FOPEN 0xFFFFFFFF macro
H A Dfcntl.h123 #ifndef FOPEN
124 #define FOPEN 0xFFFFFFFF macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.sed.in52 SED_REPLACE(FOPEN)
H A Dio.d.in199 fi_oflags = F == NULL ? 0 : F->f_flag + (int)@FOPEN@;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h110 #define FOPEN _FOPEN macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h83 #define FOPEN 0xffffffff macro
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h144 #define FOPEN 0 macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dopen.c283 (fmode) : (fmode) - FOPEN)
H A Dfcntl.c117 retval += FOPEN;
127 retval += FOPEN;
247 fp->f_flag |= (iarg - FOPEN) & ~(FREAD|FWRITE);
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dltc1427.c181 unitp->ltc1427_oflag = FOPEN;
H A Dpic16f819.c238 unitp->pic16f819_oflag = FOPEN;
H A Dadm1026.c219 unitp->adm1026_oflag = FOPEN;
H A Dics951601.c212 icsp->ics951601_oflag = (uint16_t)FOPEN;
H A Dlm75.c181 unitp->lm75_oflag = FOPEN;
H A Dpcf8574.c183 unitp->pcf8574_oflag = FOPEN;
H A Dpcf8591.c185 unitp->pcf8591_oflag = FOPEN;
H A Dseeprom.c327 unitp->seeprom_oflag = FOPEN;
H A Dtda8444.c385 unitp->tda8444_oflag[channel] = (uint16_t)FOPEN;
H A Dmax1617.c487 unitp->max1617_oflag = (uint16_t)FOPEN;
H A Dpca9556.c566 pcap->pca9556_oflag = (uint16_t)FOPEN;
H A Dssc050.c215 unitp->oflag = FOPEN;
/illumos-gate/usr/src/uts/sun4u/grover/io/
H A Dgrfans.c343 unitp->oflag[channel] = (uint16_t)FOPEN;
/illumos-gate/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c195 unitp->pcf8574_oflag = FOPEN;
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c525 mqdp->mqd_flags = (oflag - FOPEN) & (FREAD|FWRITE);
526 mqdnp->mqdn_flags = (oflag - FOPEN) & (FNONBLOCK);
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsctl.c553 mode |= (op->mode - FOPEN);

Completed in 169 milliseconds

12