Home
last modified time | relevance | path

Searched refs:FOPEN (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h80 #ifndef FOPEN
81 #define FOPEN 0xFFFFFFFF macro
H A Dfcntl.h123 #ifndef FOPEN
124 #define FOPEN 0xFFFFFFFF macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h83 #define FOPEN 0xffffffff macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.sed.in50 SED_REPLACE(FOPEN)
H A Dio.d.in199 fi_oflags = F == NULL ? 0 : F->f_flag + (int)@FOPEN@;
/illumos-gate/usr/src/uts/common/syscall/
H A Dfcntl.c117 retval += FOPEN; in fcntl()
127 retval += FOPEN; in fcntl()
247 fp->f_flag |= (iarg - FOPEN) & ~(FREAD|FWRITE); in fcntl()
H A Dopen.c284 (fmode) : (fmode) - FOPEN)
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dltc1427.c181 unitp->ltc1427_oflag = FOPEN; in ltc1427_open()
H A Dpic16f819.c238 unitp->pic16f819_oflag = FOPEN; in pic16f819_open()
H A Dseeprom.c327 unitp->seeprom_oflag = FOPEN; in seeprom_open()
H A Dlm75.c181 unitp->lm75_oflag = FOPEN; in lm75_open()
H A Dics951601.c212 icsp->ics951601_oflag = (uint16_t)FOPEN; in ics951601_open()
H A Dpcf8574.c183 unitp->pcf8574_oflag = FOPEN; in pcf8574_open()
H A Dpcf8591.c185 unitp->pcf8591_oflag = FOPEN; in pcf8591_open()
H A Dtda8444.c385 unitp->tda8444_oflag[channel] = (uint16_t)FOPEN; in tda8444_open()
H A Dadm1026.c219 unitp->adm1026_oflag = FOPEN; in adm1026_open()
H A Dpca9556.c566 pcap->pca9556_oflag = (uint16_t)FOPEN; in pca9556_open()
H A Dssc100.c186 unitp->ssc100_oflag = FOPEN; in ssc100_open()
H A Dssc050.c215 unitp->oflag = FOPEN; in ssc050_open()
H A Dmax1617.c487 unitp->max1617_oflag = (uint16_t)FOPEN; in max1617_open()
H A Dadm1031.c578 admp->adm1031_oflag = FOPEN; in adm1031_open()
/illumos-gate/usr/src/uts/sun4u/grover/io/
H A Dgrfans.c343 unitp->oflag[channel] = (uint16_t)FOPEN; in grfans_open()
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c523 mqdp->mqd_flags = (oflag - FOPEN) & (FREAD|FWRITE); in mq_open()
524 mqdnp->mqdn_flags = (oflag - FOPEN) & (FNONBLOCK); in mq_open()
/illumos-gate/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c195 unitp->pcf8574_oflag = FOPEN; in pcf8574_open()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c382 fdinfo.pr_fileflags += FOPEN; in write_elfnotes()

12