/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioRawPipe.cc | 64 if (!isfdset() || opened()) { in Create() 87 if (!isfdset() || opened()) in Open() 125 opened() const in opened() function in AudioRawPipe
|
H A D | AudioBuffer.cc | 55 opened() const in opened() function in AudioBuffer 290 if (!opened() && (len > 0.)) in SetLength() 320 if (!opened()) in ReadData() 385 if (!opened()) in WriteData() 477 if (!opened()) in AsyncCopy()
|
H A D | AudioFile.cc | 87 if (opened()) in ~AudioFile() 133 if ((openmode == -1) || opened() || (strlen(path) == 0)) in createfile() 227 if ((openmode == -1) || opened() || (strlen(filename) == 0)) in OpenPath() 366 if (!opened()) { in SetAccessType() 386 if (!opened()) in Close() 450 if (!opened() || !GetAccess().Readable()) in ReadData()
|
H A D | AudioUnixfile.cc | 65 if (opened()) in ~AudioUnixfile() 102 if (!isfdset() || opened()) in decode_filehdr() 195 if (!isfdset() || opened()) in encode_filehdr() 324 if (!opened() || !mode.Readable()) in ReadData() 414 if (!opened() || !mode.Writeable()) in WriteData()
|
H A D | AudioStream.cc | 65 if (hdrset() && opened()) in SetHeader()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | uart_backend.c | 59 bool opened; member 167 if (sc->tty.opened) { in uart_rxfifo_getchar() 202 if (sc->tty.opened) { in rxfifo_putchar() 282 } else if (sc->tty.opened) { in uart_rxfifo_putchar() 308 if (sc->tty.opened) { in uart_rxfifo_reset() 377 sc->tty.opened = true; in uart_stdio_backend() 416 sc->tty.opened = true; in uart_tty_backend()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | inq_context.c | 89 locally_initiated, opened) in krb5_gss_inquire_context() argument 98 int *opened; 193 if (opened) 194 *opened = ctx->established;
|
/illumos-gate/usr/src/lib/libgss/ |
H A D | g_inquire_context.c | 78 int *opened) in gss_inquire_context() argument 116 opened); in gss_inquire_context()
|
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | AudioUnixfile_inline.h | 67 opened() const { in opened() function
|
H A D | AudioStream_inline.h | 64 if (!opened()) in SetLength()
|
H A D | AudioRawPipe.h | 55 virtual Boolean opened() const; // TRUE of opened
|
H A D | AudioStream.h | 59 virtual Boolean opened() const = 0; // TRUE if stream 'open'
|
H A D | AudioBuffer.h | 49 virtual Boolean opened() const; // TRUE, if open
|
H A D | AudioUnixfile.h | 76 virtual Boolean opened() const; // TRUE, if open
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | device_policy | 2 # Device policy configuration file. When devices are opened the
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | device_policy | 2 # Device policy configuration file. When devices are opened the
|
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | gssapiP_spnego.h | 448 int *opened 461 int *opened
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb2.c | 242 boolean_t opened = B_FALSE; in smbfs_smb2_query_fs_info() local 262 opened = B_TRUE; in smbfs_smb2_query_fs_info() 268 if (opened) in smbfs_smb2_query_fs_info()
|
/illumos-gate/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 511 int opened = 0; in open_log() local 522 while (!opened) { in open_log() 563 opened = 1; in open_log()
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 42 …file is corrupted, then\nnormally active pools will not be automatically opened. The pools can be… 52 msgstr "A device in a replicated configuration could not be\n opened. Refer to %s for more inf… 58 … pool: test\n state: DEGRADED\nstatus: One or more devices could not be opened. Sufficient repli… 68 msgstr "A device could not be opened and no replicas are available. Refer to %s for more informati… 74 …n pool: test\n state: FAULTED\nstatus: One or more devices could not be opened. There are insuff… 84 msgstr "A device could not be opened due to a missing or invalid\n device label. Refer to %s f… 100 msgstr "A device could not be opened due to a missing or invalid\n device label and no replicas… 106 …errors\n\n\nThe device listed as FAULTED with 'corrupted data' cannot be opened due\nto a corrupt … 138 …opened. If a recovery\naction is presented, the pool can be returned to a usable state.\nOtherwis…
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | undi.h | 228 uint8_t opened; /* pxenv_undi_open() has been called */ member
|
H A D | undi.c | 593 if ( success ) undi.opened = 1; in eb_pxenv_undi_open() 603 if ( success ) undi.opened = 0; in eb_pxenv_undi_close() 890 if ( undi.opened ) eb_pxenv_undi_close(); in undi_full_shutdown()
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | 00README | 37 Demonstrates how to examine a file opened with
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | README | 60 and he is now done - having a full C parse of the file he opened. The
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | sparse-README.txt | 59 and he is now done - having a full C parse of the file he opened. The
|