HomeSort by: relevance | last modified time | path
    Searched refs:is_open (Results 1 - 9 of 9) sorted by relevancy

  /src/common/dist/zlib/contrib/iostream3/
zfstream.h 57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
zfstream.cc 55 if (this->is_open())
83 if (this->is_open())
110 if (!this->is_open())
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
234 if (!this->is_open() || !(io_mode & std::ios_base::out))
247 if (!this->is_open() || !(io_mode & std::ios_base::out))
  /src/common/dist/zlib/contrib/iostream/
zfstream.cpp 21 if ( is_open() )
63 if ( is_open() )
104 if ( is_open() ) {
138 if ( !is_open() || !(mode & ios::in) )
175 if ( !is_open() || !(mode & ios::out) )
208 if ( !is_open() )
zfstream.h 22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_ioctl.h 44 int is_open; member in struct:__anon3780ff960108
vchiq_arm.c 532 if (args.is_open) {
571 if (args.is_open) {
  /src/sys/arch/dreamcast/dev/g1/
gdrom.c 81 bool is_open; member in struct:gdrom_softc
388 if (sc->is_open)
410 sc->is_open = true;
428 sc->is_open = false;
  /src/sys/arch/dreamcast/dev/
gdrom.c 98 bool is_open; member in struct:gdrom_softc
456 if (sc->is_open)
478 sc->is_open = true;
496 sc->is_open = false;
  /src/sys/dev/
dksubr.c 553 int is_open; local in function:dk_size
561 is_open = dksc->sc_dkdev.dk_openmask & (1 << part);
563 if (!is_open && dkd->d_open(dev, 0, S_IFBLK, curlwp))
573 if (!is_open && dkd->d_close(dev, 0, S_IFBLK, curlwp))

Completed in 17 milliseconds