Searched defs:opened (Results 1 - 9 of 9) sorted by relevance
| /illumos-gate/usr/src/cmd/audio/include/ |
| H A D | AudioUnixfile_inline.h | 69 opened() const { function in class:AudioUnixfile
|
| /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 | AudioBuffer.cc | 57 opened() const function in class:AudioBuffer 292 if (!opened() && (len > 0.)) 322 if (!opened()) 387 if (!opened()) 478 if (!opened())
|
| /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/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/netboot/ |
| H A D | undi.h | 228 uint8_t opened; /* pxenv_undi_open() has been called */ member in struct:undi
|
| /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/lib/gss_mechs/mech_spnego/mech/ |
| 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
|
Completed in 428 milliseconds