Searched refs:opened (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/audio/include/
H A DAudioRawPipe.h57 virtual Boolean opened() const; // TRUE of opened
H A DAudioStream_inline.h66 if (!opened())
H A DAudioUnixfile_inline.h69 opened() const { function in class:AudioUnixfile
H A DAudioStream.h61 virtual Boolean opened() const = 0; // TRUE if stream 'open'
H A DAudioBuffer.h51 virtual Boolean opened() const; // TRUE, if open
H A DAudioUnixfile.h78 virtual Boolean opened() const; // TRUE, if open
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioRawPipe.cc66 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 DAudioStream.cc67 if (hdrset() && opened())
H A DAudioBuffer.cc57 opened() const function in class:AudioBuffer
292 if (!opened() && (len > 0.))
322 if (!opened())
387 if (!opened())
478 if (!opened())
H A DAudioFile.cc92 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 DAudioUnixfile.cc67 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 Dg_inquire_context.c78 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 Ddisk.c61 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 Dinq_context.c89 locally_initiated, opened)
98 int *opened;
193 if (opened)
194 *opened = ctx->established;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dundi.h228 uint8_t opened; /* pxenv_undi_open() has been called */ member in struct:undi
H A Dundi.c593 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 DgssapiP_spnego.h448 int *opened
461 int *opened
H A Dspnego_mech.c2446 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 Dbinfile.c511 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 Ddisk.c231 /* 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 Dconfig.sub1176 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1217 -opened*)
1523 -mvs* | -opened*)
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe_ioctl.c415 int opened; local
598 opened = md_unit_isopen(ui);
621 if (opened) {
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1055 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.

Completed in 116 milliseconds