/illumos-gate/usr/src/cmd/audio/include/ |
H A D | AudioRawPipe.h | 57 virtual Boolean opened() const; // TRUE of opened
|
H A D | AudioStream_inline.h | 66 if (!opened())
|
H A D | AudioUnixfile_inline.h | 69 opened() const { function in class:AudioUnixfile
|
H A D | AudioStream.h | 61 virtual Boolean opened() const = 0; // TRUE if stream 'open'
|
H A D | AudioBuffer.h | 51 virtual Boolean opened() const; // TRUE, if open
|
H A D | AudioUnixfile.h | 78 virtual Boolean opened() const; // TRUE, if open
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioRawPipe.cc | 66 if (!isfdset() || opened()) { 70 // set flag for opened() test 80 // init's the read pos to offset and sets the opened flag. 89 if (!isfdset() || opened()) 114 // set flag for opened() test 127 opened() const function in class:AudioRawPipe
|
H A D | AudioStream.cc | 67 if (hdrset() && opened())
|
H A D | AudioBuffer.cc | 57 opened() const function in class:AudioBuffer 292 if (!opened() && (len > 0.)) 322 if (!opened()) 387 if (!opened()) 478 if (!opened())
|
H A D | AudioFile.cc | 92 if (opened()) 137 // Can't create if already opened or if mode or name not set 138 if ((openmode == -1) || opened() || (strlen(path) == 0)) 231 // Can't open if already opened or if mode or name not set 232 if ((openmode == -1) || opened() || (strlen(filename) == 0)) 371 if (!opened()) { 391 if (!opened()) 455 if (!opened() || !GetAccess().Readable())
|
H A D | AudioUnixfile.cc | 67 if (opened()) 104 if (!isfdset() || opened()) 174 // set flag for opened() test 197 if (!isfdset() || opened()) 227 // set flag for opened() test 326 if (!opened() || !mode.Readable()) 416 if (!opened() || !mode.Writeable())
|
/illumos-gate/usr/src/lib/libgss/ |
H A D | g_inquire_context.c | 78 int *opened) 116 opened); 69 gss_inquire_context( OM_uint32 *minor_status, gss_ctx_id_t context_handle, gss_name_t *src_name, gss_name_t *targ_name, OM_uint32 *lifetime_rec, gss_OID *mech_type, OM_uint32 *ctx_flags, int *locally_initiated, int *opened) argument
|
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/ |
H A D | disk.c | 61 int opened; /* device is opened */ member in struct:__anon366 115 stor_info[stor_info_no].opened = 0; 140 if (stor_info[i].opened > 0) 196 if (SI(dev).opened == 0) { 203 SI(dev).opened++;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | inq_context.c | 89 locally_initiated, opened) 98 int *opened; 193 if (opened) 194 *opened = ctx->established;
|
/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 in struct:undi
|
H A D | undi.c | 593 if ( success ) undi.opened = 1; 603 if ( success ) undi.opened = 0; 890 if ( undi.opened ) eb_pxenv_undi_close();
|
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | gssapiP_spnego.h | 448 int *opened 461 int *opened
|
H A D | spnego_mech.c | 2446 int *opened) 2457 opened)); 2470 int *opened) 2482 opened); 2436 glue_spnego_gss_inquire_context( void *context, OM_uint32 *minor_status, const gss_ctx_id_t context_handle, gss_name_t *src_name, gss_name_t *targ_name, OM_uint32 *lifetime_rec, gss_OID *mech_type, OM_uint32 *ctx_flags, int *locally_initiated, int *opened) argument 2461 spnego_gss_inquire_context( OM_uint32 *minor_status, const gss_ctx_id_t context_handle, gss_name_t *src_name, gss_name_t *targ_name, OM_uint32 *lifetime_rec, gss_OID *mech_type, OM_uint32 *ctx_flags, int *locally_initiated, int *opened) argument
|
/illumos-gate/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 511 int opened = 0; local 522 while (!opened) { 563 opened = 1; 567 * When we get here, we have opened our new log file. 618 * New file opened, so reset file size statistic (used 626 DPRINT((dbfp, "binfile: Log opened: %s\n", newname)); 744 * changed parameters. For "audit -n" a new log file is opened
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | disk.c | 231 /* Disk should be opened */ 300 * This entire disk was already opened and there is no 308 goto opened; 332 opened:
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.sub | 1176 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ 1217 -opened*) 1523 -mvs* | -opened*)
|
/illumos-gate/usr/src/uts/common/io/lvm/stripe/ |
H A D | stripe_ioctl.c | 415 int opened; local 598 opened = md_unit_isopen(ui); 621 if (opened) {
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 1055 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.
|