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

/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c94 bool_t stale; member in struct:_svc_rpc_gss_data
222 if (--cl->ref_cnt == 0 && cl->stale) {
659 * lock the client data until it's safe; if it's already stale,
663 if (client_data->stale) {
699 client_data->stale = TRUE;
710 client_data->stale = TRUE;
721 client_data->stale = TRUE;
783 * XXX server_creds will prob be stale
814 * XXX server_creds will prob be stale
854 client_data->stale
[all...]
/osnet-11/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);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm187 sub stale subroutine
189 scalar @_ == 1 or _usage("stale(class)");
/osnet-11/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.t196 # The cookie should not be stale
243 ok($c->stale, 0, 'cookie is not stale');
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c75 const char *max, *stale, *ncount, *uri, *charset; member in struct:__anon1919
464 static const char sstr[] = "stale";
575 attr_out->stale = val;
/osnet-11/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)) {
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2341 int stale; /* last nonce is stale */ member in struct:server_context
2631 * digest-challenge = 1#( realm | nonce | qop-options | stale | maxbuf |
2728 /* "stale" is true if a reauth failed because of a nonce timeout */
2729 if (stext->stale &&
2733 "stale", (unsigned char *)"true", FALSE) != SASL_OK) {
2738 "stale", "true", FALSE) != SASL_OK) {
3408 stext->stale = 1;
4374 } else if (strcasecmp(name, "stale") == 0 && ctext->password) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm4947 Maybe stale symlink? Maybe removed during session? Giving up.\n");

Completed in 208 milliseconds