Home
last modified time | relevance | path

Searched refs:FEXCL (Results 1 – 25 of 94) sorted by relevance

1234

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dltc1427.c171 if (flags & FEXCL) { in ltc1427_open()
175 unitp->ltc1427_oflag = FEXCL; in ltc1427_open()
178 if (unitp->ltc1427_oflag == FEXCL) { in ltc1427_open()
H A Dpic16f819.c228 if (flags & FEXCL) { in pic16f819_open()
232 unitp->pic16f819_oflag = FEXCL; in pic16f819_open()
235 if (unitp->pic16f819_oflag == FEXCL) { in pic16f819_open()
H A Dseeprom.c317 if (flags & FEXCL) { in seeprom_open()
321 unitp->seeprom_oflag = FEXCL; in seeprom_open()
324 if (unitp->seeprom_oflag == FEXCL) { in seeprom_open()
H A Dics951601.c206 if (flags & FEXCL) { in ics951601_open()
208 icsp->ics951601_oflag = FEXCL; in ics951601_open()
211 } else if (icsp->ics951601_oflag != FEXCL) { in ics951601_open()
H A Dlm75.c171 if (flags & FEXCL) { in lm75_open()
175 unitp->lm75_oflag = FEXCL; in lm75_open()
178 if (unitp->lm75_oflag == FEXCL) { in lm75_open()
H A Dpcf8574.c173 if (flags & FEXCL) { in pcf8574_open()
177 unitp->pcf8574_oflag = FEXCL; in pcf8574_open()
180 if (unitp->pcf8574_oflag == FEXCL) { in pcf8574_open()
H A Dpcf8591.c175 if (flags & FEXCL) { in pcf8591_open()
179 unitp->pcf8591_oflag = FEXCL; in pcf8591_open()
182 if (unitp->pcf8591_oflag == FEXCL) { in pcf8591_open()
H A Dtda8444.c375 if (flags & FEXCL) { in tda8444_open()
379 unitp->tda8444_oflag[channel] = FEXCL; in tda8444_open()
382 if (unitp->tda8444_oflag[channel] == FEXCL) { in tda8444_open()
H A Dadm1026.c209 if (flags & FEXCL) { in adm1026_open()
213 unitp->adm1026_oflag = FEXCL; in adm1026_open()
216 if (unitp->adm1026_oflag == FEXCL) { in adm1026_open()
H A Dpca9556.c560 if (flags & FEXCL) { in pca9556_open()
562 pcap->pca9556_oflag = FEXCL; in pca9556_open()
565 } else if (pcap->pca9556_oflag != FEXCL) { in pca9556_open()
H A Dssc100.c176 if (flags & FEXCL) { in ssc100_open()
180 unitp->ssc100_oflag = FEXCL; in ssc100_open()
183 if (unitp->ssc100_oflag == FEXCL) { in ssc100_open()
H A Dssc050.c205 if (flags & FEXCL) { in ssc050_open()
209 unitp->oflag = FEXCL; in ssc050_open()
212 if (unitp->oflag == FEXCL) { in ssc050_open()
H A Dmax1617.c477 if (flags & FEXCL) { in max1617_open()
481 unitp->max1617_oflag = FEXCL; in max1617_open()
484 if (unitp->max1617_oflag == FEXCL) { in max1617_open()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_open.c143 if (filemode & FEXCL) in vn_open()
150 (filemode & ~(FTRUNC|FEXCL)), umask)) != 0) in vn_open()
/illumos-gate/usr/src/uts/sun4u/grover/io/
H A Dgrfans.c334 if (flags & FEXCL) { in grfans_open()
338 unitp->oflag[channel] = FEXCL; in grfans_open()
340 if (unitp->oflag[channel] == FEXCL) in grfans_open()
/illumos-gate/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c185 if (flags & FEXCL) { in pcf8574_open()
189 unitp->pcf8574_oflag = FEXCL; in pcf8574_open()
192 if (unitp->pcf8574_oflag == FEXCL) { in pcf8574_open()
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h95 #define FEXCL 0x400 macro
H A Dfcntl.h138 #define FEXCL 0x0400 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h99 #define FEXCL 0x0400 macro
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dfile.c190 if (oflag & FEXCL) { in smb_fh_open()
/illumos-gate/usr/src/uts/common/io/ksensor/
H A Dksensor_drv.c64 if ((flags & (FEXCL | FNDELAY | FNONBLOCK | FWRITE)) != 0) { in ksensor_open()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c113 if (flags & FEXCL) { in px_open()
/illumos-gate/usr/src/uts/common/io/
H A Drandom.c215 if (flag & FEXCL) in rnd_open()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Dusmn.c55 if ((flags & (FEXCL | FNDELAY | FNONBLOCK)) != 0) { in usmn_open()
H A Dzen_udf.c55 if ((flags & (FEXCL | FNDELAY | FNONBLOCK)) != 0) { in zen_udf_open()

1234