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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc-int.h72 krb5_int32 refcount; member in struct:_k5_cc_mutex
H A Dcc_file.c337 unsigned int refcount; member in struct:fcc_set
1669 (*fccsp)->refcount--;
1670 if ((*fccsp)->refcount == 0) {
1885 assert(setptr->refcount != 0);
1886 setptr->refcount++;
1887 assert(setptr->refcount != 0);
1935 setptr->refcount = 1;
2264 setptr->refcount = 1;
2558 cdata->cur->refcount++;
/osnet-11/usr/src/lib/libshell/common/include/
H A Dpath.h56 int refcount; member in struct:pathcomp
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_tkt_policy.c290 int refcount = 0; local
315 "krbTicketPolicyReference", &refcount, ld)) != 0)
318 if (refcount == 0) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_memory.c69 krb5_int32 refcount; member in struct:_krb5_mkt_data
102 #define KTREFCNT(id) (((krb5_mkt_data *)(id)->data)->refcount)
210 data->refcount = 0;
323 /* reduce the refcount and return */
332 /* In Heimdal if the refcount hits 0, the MEMORY keytab is
335 * these operations as the refcount will be 0 and we are
339 if (data->refcount == 0) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h30 * - refcount and next should only be tweaked with the global lock held
57 int refcount; /* prf_file_t references */ member in struct:_prf_data_t
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c119 int refcount; member in struct:Service_s
177 if(--sp->refcount==0)
193 sp->refcount++;
389 if(--sp->refcount<=0)
440 sp->refcount = 1;
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dlock.h141 u_int32_t refcount; /* Reference count the lock. */ member in struct:__db_lock
H A Dlog.h55 u_int32_t refcount; /* Reference counted. */ member in struct:__db_entry
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c138 * you don't hold the lock, you'd better have incremented the refcount
151 unsigned refcount; /* One for the pointer in */ member in struct:nss_db_state
200 #define NSS_STATE_REF_u(s) (++(s)->refcount)
202 #define NSS_UNREF_UNLOCK(r, s) (--(s)->refcount != 0 \
1150 s->refcount = 1;
1186 * Nobody else holds a pointer to *s (if they did, refcount != 0),

Completed in 46 milliseconds