Searched refs:FEXCL (Results 1 - 25 of 90) sorted by relevance

1234

/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h97 #define FEXCL 0x400 macro
H A Dfcntl.h138 #define FEXCL 0x0400 macro
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_fops.c83 if (flags & FEXCL)
H A Ddrm_agpsupport.c398 retval = ldi_open_by_name(AGP_DEVICE, FEXCL, kcred,
418 (void) ldi_close(agp->agpgart_lh, FEXCL, kcred);
433 (void) ldi_close(agp->agpgart_lh, FEXCL, kcred);
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfcntlcom.h113 #define FEXCL _FEXCL macro
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dltc1427.c171 if (flags & FEXCL) {
175 unitp->ltc1427_oflag = FEXCL;
178 if (unitp->ltc1427_oflag == FEXCL) {
H A Dpic16f819.c228 if (flags & FEXCL) {
232 unitp->pic16f819_oflag = FEXCL;
235 if (unitp->pic16f819_oflag == FEXCL) {
H A Dadm1026.c209 if (flags & FEXCL) {
213 unitp->adm1026_oflag = FEXCL;
216 if (unitp->adm1026_oflag == FEXCL) {
H A Dics951601.c206 if (flags & FEXCL) {
208 icsp->ics951601_oflag = FEXCL;
211 } else if (icsp->ics951601_oflag != FEXCL) {
H A Dlm75.c171 if (flags & FEXCL) {
175 unitp->lm75_oflag = FEXCL;
178 if (unitp->lm75_oflag == FEXCL) {
H A Dpcf8574.c173 if (flags & FEXCL) {
177 unitp->pcf8574_oflag = FEXCL;
180 if (unitp->pcf8574_oflag == FEXCL) {
H A Dpcf8591.c175 if (flags & FEXCL) {
179 unitp->pcf8591_oflag = FEXCL;
182 if (unitp->pcf8591_oflag == FEXCL) {
H A Dseeprom.c317 if (flags & FEXCL) {
321 unitp->seeprom_oflag = FEXCL;
324 if (unitp->seeprom_oflag == FEXCL) {
H A Dtda8444.c375 if (flags & FEXCL) {
379 unitp->tda8444_oflag[channel] = FEXCL;
382 if (unitp->tda8444_oflag[channel] == FEXCL) {
H A Dmax1617.c477 if (flags & FEXCL) {
481 unitp->max1617_oflag = FEXCL;
484 if (unitp->max1617_oflag == FEXCL) {
H A Dpca9556.c560 if (flags & FEXCL) {
562 pcap->pca9556_oflag = FEXCL;
565 } else if (pcap->pca9556_oflag != FEXCL) {
H A Dssc050.c205 if (flags & FEXCL) {
209 unitp->oflag = FEXCL;
212 if (unitp->oflag == FEXCL) {
H A Dssc100.c176 if (flags & FEXCL) {
180 unitp->ssc100_oflag = FEXCL;
183 if (unitp->ssc100_oflag == FEXCL) {
/illumos-gate/usr/src/uts/sun4u/grover/io/
H A Dgrfans.c334 if (flags & FEXCL) {
338 unitp->oflag[channel] = FEXCL;
340 if (unitp->oflag[channel] == FEXCL)
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h99 #define FEXCL 0x0400 macro
/illumos-gate/usr/src/uts/sun4u/littleneck/io/
H A Dpcf8574_lneck.c185 if (flags & FEXCL) {
189 unitp->pcf8574_oflag = FEXCL;
192 if (unitp->pcf8574_oflag == FEXCL) {
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dfile.c183 if (oflag & FEXCL) {
/illumos-gate/usr/src/uts/common/io/
H A Drandom.c213 if (flag & FEXCL)
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c113 if (flags & FEXCL) {
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c107 if (flags & FEXCL) {

Completed in 88 milliseconds

1234