Searched refs:stale (Results 1 - 17 of 17) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c101 bool_t stale; member in struct:_svc_rpc_gss_data
331 * context is marked as stale, we would then destroy the context. Additionally,
333 * was run, and if so run sweep_clients to free all stale contexts with zero
345 * There might be other threads stale this client data
353 if (--cl->ref_cnt == 0 && cl->stale) {
710 if (client_data->stale) {
712 RPCGSS_LOG0(1, "_svcrpcsec_gss: client data stale\n");
806 client_data->stale = TRUE;
831 client_data->stale = TRUE;
856 client_data->stale
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-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
H A Dfsys_xfs.c347 xfs.dirmax = le16 (h->count) - le16 (h->stale);
428 xfs.dirmax = le32 (tail->count) - le32 (tail->stale);
438 xfs.dirmax = le16 (h->count) - le16 (h->stale);
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm188 sub stale subroutine
190 scalar @_ == 1 or _usage("stale(class)");
/opensolaris-onvv-gate/usr/src/cmd/svc/milestone/
H A DREADME.share73 If the list of stale files are not yet loaded by the kernel
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t194 # The cookie should not be stale
195 is($c->stale, 0, 'Cookie should not be stale');
H A DLgrp.t199 # The cookie should not be stale
238 ok($c->stale, 0, 'cookie is not stale');
/opensolaris-onvv-gate/usr/src/cmd/logadm/
H A Dconf.c281 err(EF_FILE, "stale timestamp "
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod98 $stale = l->stale();
237 stale. Otherwise, it returns B<undef> and sets B<$!> to indicate the error.
526 =item stale()
528 Returns B<T> if the lgroup information in the object is stale, B<F>
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c75 const char *max, *stale, *ncount, *uri, *charset; member in struct:__anon3716
464 static const char sstr[] = "stale";
575 attr_out->stale = val;
/opensolaris-onvv-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)) {
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c124 * handle the stale detection
155 * handle the stale detection
1092 * Initialize the stale clock. Any other REQ
1094 * if they arrive within stale clock
1159 * stale connection handling on stale_statep
1166 stale_statep->stale = B_TRUE;
1179 * Spec says, post DREQ MAD on the stale
1321 * The statep is stale in the following cases :-
1327 * with stale clock in statep
1330 /* This is a stale connectio
[all...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2344 int stale; /* last nonce is stale */ member in struct:server_context
2634 * digest-challenge = 1#( realm | nonce | qop-options | stale | maxbuf |
2731 /* "stale" is true if a reauth failed because of a nonce timeout */
2732 if (stext->stale &&
2736 "stale", (unsigned char *)"true", FALSE) != SASL_OK) {
2741 "stale", "true", FALSE) != SASL_OK) {
3411 stext->stale = 1;
4377 } else if (strcasecmp(name, "stale") == 0 && ctext->password) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm4947 Maybe stale symlink? Maybe removed during session? Giving up.\n");
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg_vn.c9636 SEGVN_TR_ADDSTAT(stale);

Completed in 240 milliseconds