Searched defs:stale (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm189 sub stale subroutine
191 scalar @_ == 1 or _usage("stale(class)");
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dkey_call.c805 getkeyserv_handle(int vers, int stale) argument
818 * or if stale is '1' then destroy client and rebuild
821 (!check_rdev(kcp) || kcp->pid != getpid() || stale)) {
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c97 bool_t stale; member in struct:_svc_rpc_gss_data
225 if (--cl->ref_cnt == 0 && cl->stale) {
662 * lock the client data until it's safe; if it's already stale,
666 if (client_data->stale) {
702 client_data->stale = TRUE;
713 client_data->stale = TRUE;
724 client_data->stale = TRUE;
786 * XXX server_creds will prob be stale
817 * XXX server_creds will prob be stale
851 client_data->stale
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c75 const char *max, *stale, *ncount, *uri, *charset; member in struct:__anon3486
464 static const char sstr[] = "stale";
575 attr_out->stale = val;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dxfs.h380 xfs_uint16_t stale; /* count of stale entries */ member in struct:xfs_dir2_leaf_hdr
402 xfs_uint32_t stale; /* count of stale lf entries */ member in struct:xfs_dir2_block_tail
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c104 bool_t stale; member in struct:_svc_rpc_gss_data
334 * context is marked as stale, we would then destroy the context. Additionally,
336 * was run, and if so run sweep_clients to free all stale contexts with zero
348 * There might be other threads stale this client data
356 if (--cl->ref_cnt == 0 && cl->stale) {
713 if (client_data->stale) {
715 RPCGSS_LOG0(1, "_svcrpcsec_gss: client data stale\n");
809 client_data->stale = TRUE;
834 client_data->stale = TRUE;
859 client_data->stale
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2336 int stale; /* last nonce is stale */ member in struct:server_context
2626 * digest-challenge = 1#( realm | nonce | qop-options | stale | maxbuf |
2723 /* "stale" is true if a reauth failed because of a nonce timeout */
2724 if (stext->stale &&
2728 "stale", (unsigned char *)"true", FALSE) != SASL_OK) {
2733 "stale", "true", FALSE) != SASL_OK) {
3403 stext->stale = 1;
4361 } else if (strcasecmp(name, "stale") == 0 && ctext->password) {
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h303 Boolean stale:1; member in struct:_Dependency
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h116 u8_t stale; member in struct:_lm_neigh_state_t
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h48 * Handle stale connections
325 * stale_clock : clock used to detect stale vs duplicate REQs
334 * stale : B_TRUE, if connection has become stale
421 boolean_t stale; member in struct:ibcm_state_data_s
768 * our service record information as stale (REWRITE_NEEDED), and
1523 * Handle stale connections

Completed in 105 milliseconds