Searched defs:opened (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libgss/ |
H A D | g_inquire_context.c | 78 int *opened) 115 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
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Handle.pm | 111 =item $io->opened 143 since it was opened or since the last call to C<clearerr>, or if the 376 sub opened { subroutine 377 @_ == 1 or croak 'usage: $io->opened()';
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | net.h | 120 int opened; member in struct:grub_net_card
|
/osnet-11/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 550 int opened = 0; local 560 while (!opened) { 597 opened = 1; 601 * When we get here, we have opened our new log file. 655 * New file opened, so reset file size statistic (used 661 DPRINT((ctrl->dbfp, "binfile: Log opened: %s\n", newname)); 762 * changed parameters. For "audit -n" a new log file is opened
|
/osnet-11/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
|
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/ |
H A D | spnego_mech.c | 2493 int *opened) 2504 opened)); 2517 int *opened) 2529 opened); 2484 glue_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 2508 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 108 milliseconds