| /src/common/dist/zlib/contrib/iostream/ |
| zfstream.h | 22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
|
| zfstream.h | 22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
|
| /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.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
|
| /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;
|
| 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;
|
| 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/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| vchiq_ioctl.h | 44 int is_open; member in struct:__anon3780ff960108
|
| vchiq_ioctl.h | 44 int is_open; member in struct:__anon3780ff960108
|
| /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))
|
| 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))
|