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

/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/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/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);
/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/cmd/make/bin/
H A Dstate.cc259 if (m = !dependency->stale
416 dependency->stale ||
H A Dread2.cc564 * temp_file_number Used to figure out when to clear stale
619 (*dpp)->stale = false;
803 dp->stale = true;
889 dp->stale = false;
898 dp->stale = false;
H A Ddoname.cc422 if (dependency->automatic && !dependency->stale) {
433 if (dependency->automatic && !dependency->stale) {
1027 dependency->stale = true;
1111 (dependency->stale == false)) {
1411 new_depe->stale = false;
2272 (dependency->stale == false)) {
3091 if (dependency->automatic && !dependency->stale) {
H A Dread.cc286 dp->stale = false;
/illumos-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');
/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/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/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/cmd/make/include/mksh/
H A Ddefs.h303 Boolean stale:1; member in struct:_Dependency
/illumos-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...]
/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
/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/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1343 neigh->stale = 0;
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c9837 SEGVN_TR_ADDSTAT(stale);

Completed in 183 milliseconds