Searched refs:refcnt (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.10.1/file_cmds-242/pax/
H A Dftree.h47 int refcnt; /* has tree had a selected file? */ member in struct:ftree
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgcct.h115 assert((ccte)->refcnt < 255); \
116 (ccte)->refcnt++; \
128 assert(ccte->refcnt > 1); \
129 if (--ccte->refcnt <= 1) \
H A Ddgslive.h111 assert(client->refcnt > 1); \
112 if (--client->refcnt == 1) \
H A Ddgscall.h106 assert((*(scall))->c.refcnt > 0); \
107 if (--(*(scall))->c.refcnt == 0) \
125 assert((*(scall))->c.refcnt > 1); \
126 --(*(scall))->c.refcnt; \
H A Ddgsct.h122 assert((scte)->refcnt < 255); \
123 (scte)->refcnt++; \
137 assert((*(scte))->refcnt > 0); \
138 if (--(*scte)->refcnt <= 1) \
H A Ddgccall.h126 assert((*(ccall))->c.refcnt > 0); \
127 if (--(*(ccall))->c.refcnt == 0) \
145 assert((*(ccall))->c.refcnt > 1); \
146 --(*(ccall))->c.refcnt; \
H A Ddgclive.c112 unsigned8 refcnt; /* -> # of entries for this server */ member in struct:maint_elt_t
186 maint->refcnt++;
209 maint->refcnt = 1;
277 if (--maint->refcnt == 0)
H A Ddgcall.h133 assert((call)->refcnt < 255); \
134 (call)->refcnt++; \
H A Ddgsoc.c254 if (! eltp->is_disabled && eltp->refcnt == 1)
256 eltp->refcnt++; /* for the ref we're returning */
291 eltp->refcnt++; /* for the ref we're returning */
450 eltp->refcnt = 2; /* 1 for table ref + 1 for returned ref */
693 sp->refcnt++;
712 if (--((*sp)->refcnt) == 1 && (*sp)->is_disabled)
H A Ddgcct.c250 ccte->refcnt = 0;
337 * CCTE we're referencing isn't being used (i.e., refcnt == 1), then
343 ccte->refcnt == 1)
351 * that's unused (i.e., refcnt == 1), make a new one.
359 if (ccte->refcnt == 1 && auth_info == ccte->auth_info)
418 if (ccte->refcnt == 1 &&
H A Ddgsoc.h115 * disabled flag is advisory. Since the socket user has a refcnt, it
176 unsigned32 refcnt; member in struct:rpc_dg_sock_pool_elt_t
H A Dcomauth.c598 RPC_DBG_PRINTF(rpc_e_dbg_auth, 3, ("(rpc__key_info_reference) %p: bumping %s refcnt (was %d, now %d)\n",
601 key_info->refcnt,
602 key_info->refcnt + 1));
604 assert (key_info->refcnt >= 1);
605 key_info->refcnt++;
654 ("(rpc__key_info_release) %p: dropping %s refcnt (was %d, now %d)\n",
657 key_info->refcnt,
658 key_info->refcnt-1 ));
659 assert(key_info->refcnt >= 1);
664 key_info->refcnt
[all...]
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_lockf.h26 int refcnt; /* Number of locks on this vnode */ member in struct:smbfs_flock
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ducsset.c121 int refcnt; /* reference count */ member in struct:idn_ucsset
143 bm->refcnt = 1;
150 assert(ctx != NULL && ctx->refcnt > 0);
154 if (--ctx->refcnt == 0) {
163 assert(ctx != NULL && ctx->refcnt > 0);
167 ctx->refcnt++;
172 assert(ctx != NULL && ctx->refcnt > 0);
183 assert(ctx != NULL && ctx->refcnt > 0);
198 assert(ctx != NULL && ctx->refcnt > 0);
267 assert(ctx != NULL && ctx->refcnt >
[all...]
H A Ducsmap.c110 int refcnt; /* reference count */ member in struct:idn_ucsmap
140 ctx->refcnt = 1;
147 assert(ctx != NULL && ctx->refcnt > 0);
151 if (--ctx->refcnt == 0) {
162 assert(ctx != NULL && ctx->refcnt > 0);
164 ctx->refcnt++;
174 assert(ctx != NULL && ctx->refcnt > 0);
228 assert(ctx != NULL && ctx->refcnt > 0);
273 assert(ctx != NULL && ctx->refcnt > 0 && to != NULL &&
/macosx-10.10.1/vim-55/src/
H A Dregexp.h77 short refcnt; member in struct:__anon14078
/macosx-10.10.1/xnu-2782.1.97/bsd/netkey/
H A Dkeydb.c133 p->refcnt = 1;
144 p->refcnt++;
154 p->refcnt--;
155 /* negative refcnt will cause panic intentionally */
156 if (p->refcnt <= 0)
165 if (p->refcnt)
166 panic("keydb_delsecasvar called with refcnt != 0");
/macosx-10.10.1/sudo-73/src/
H A Dpwutil.c80 unsigned int refcnt; member in struct:cache_item
217 pwitem->cache.refcnt = 1;
226 ptr_to_item(pw)->refcnt++;
235 if (--item->refcnt == 0)
274 item->refcnt = 1;
285 item->refcnt++;
318 item->refcnt = 1;
329 item->refcnt++;
366 pwitem->cache.refcnt = 1;
384 pwitem->cache.refcnt
[all...]
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dkcm_locl.h88 unsigned refcnt; member in struct:kcm_ccache_data
112 if ((_ccache)->refcnt == 0) \
113 krb5_abortx(context, "kcm_free_ccache_data: ccache refcnt == 0"); \
/macosx-10.10.1/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_dlil.c50 u_short refcnt; member in struct:pppoe_if
117 pppoeif->refcnt++;
167 pppoeif->refcnt = 1;
186 pppoeif->refcnt--;
187 if (pppoeif->refcnt == 0) {
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dmcache.c40 unsigned int refcnt; member in struct:krb5_mcache
114 m->refcnt = 1;
139 m->refcnt++;
205 if (--m->refcnt != 0)
230 if (m->refcnt == 0)
231 krb5_abortx(context, "mcc_destroy: refcnt already 0");
391 iter->cache->refcnt++;
411 m->next->refcnt++;
530 m->refcnt++;
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dmtrr.c42 uint32_t refcnt; /* var ranges reference count */ member in struct:mtrr_var_range
139 range[i].refcnt = 1;
141 range[i].refcnt = 0;
530 if (vr->refcnt == 0) {
553 if (free_range->refcnt++ == 0) {
595 if (vr->refcnt &&
598 if (--mtrr_state.var_range[i].refcnt == 0) {
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dhash.c95 isc_refcount_t refcnt; member in struct:isc_hash
189 result = isc_refcount_init(&hctx->refcnt, 1);
296 isc_refcount_increment(&hctx->refcnt, NULL);
312 isc_refcount_destroy(&hctx->refcnt);
342 isc_refcount_decrement(&hctx->refcnt, &refs);
355 isc_refcount_decrement(&hash->refcnt, &refs);
/macosx-10.10.1/ntp-92/lib/isc/
H A Dhash.c95 isc_refcount_t refcnt; member in struct:isc_hash
189 result = isc_refcount_init(&hctx->refcnt, 1);
288 isc_refcount_increment(&hctx->refcnt, NULL);
303 isc_refcount_destroy(&hctx->refcnt);
328 isc_refcount_decrement(&hctx->refcnt, &refs);
341 isc_refcount_decrement(&hash->refcnt, &refs);
/macosx-10.10.1/BerkeleyDB-21/db/dbinc/
H A Dregion.h190 u_int32_t refcnt; /* References to the environment. */ member in struct:__db_reg_env

Completed in 332 milliseconds

1234