Searched refs:refcount (Results 251 - 275 of 280) sorted by relevance

<<1112

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1156 if (pmSuspendedPIDS[i].refcount == 0) {
1182 pmSuspendedPIDS[index].refcount++;
1184 pmSuspendedPIDS[index].refcount--;
1194 if (pmSuspendedPIDS[i].refcount > 0) {
1202 n = OSNumber::withNumber(pmSuspendedPIDS[i].refcount, 32);
1203 suspended->setObject("refcount", n);
1229 return pmSuspendedPIDS[index].refcount > 0;
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_vrfy.c941 if ((u_int32_t)p != pip->refcount) {
943 "Page %lu: overflow refcount %lu, referenced %lu times",
945 (u_long)pip->refcount, (u_long)p));
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dmdns_module.c740 .refcount = 1,
H A Dfile_module.c2339 .refcount = 1,
H A Dds_module.c2226 .refcount = 1,
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotifyd.c209 fprintf(f, "refcount: %u\n", n->refcount);
H A Dnotify_proc.c62 if ((n != NULL) && (n->refcount == 1) && (n->private != NULL))
521 * an unused (refcount == 0) slot.
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbd/
H A Dapr_dbd_mysql.c95 apr_bucket_refcount refcount; member in struct:apr_bucket_lob
H A Dapr_dbd_oracle.c201 apr_bucket_refcount refcount; member in struct:apr_bucket_lob
/macosx-10.9.5/apr-30/apr-util/apr-util/dbd/
H A Dapr_dbd_mysql.c95 apr_bucket_refcount refcount; member in struct:apr_bucket_lob
H A Dapr_dbd_oracle.c201 apr_bucket_refcount refcount; member in struct:apr_bucket_lob
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf-bfd.h119 bfd_signed_vma refcount;
332 /* The value to use when initialising got.refcount/offset and
333 plt.refcount/offset in an elf_link_hash_entry. Set to zero when
339 /* The value to use for got.refcount/offset and plt.refcount/offset
118 bfd_signed_vma refcount; member in union:elf_link_hash_entry::gotplt_union
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dgssauthcn.c527 gssauth_info->auth_info.refcount = 1;
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddispextern.h2535 int refcount;
2522 int refcount; member in struct:image_cache
H A Dmacfns.c2499 xassert (dpyinfo->image_cache->refcount == image_cache_refcount);
2608 image_cache_refcount = FRAME_X_IMAGE_CACHE (f)->refcount;
3866 image_cache_refcount = FRAME_X_IMAGE_CACHE (f)->refcount;
H A Dw32fns.c1181 ++list->refcount;
1191 list->refcount = 1;
1214 if (--list->refcount == 0)
4134 xassert (dpyinfo->image_cache->refcount == image_cache_refcount);
7275 image_cache_refcount = FRAME_X_IMAGE_CACHE (f)->refcount;
H A Dxfns.c3051 xassert (dpyinfo->image_cache->refcount == image_cache_refcount);
3168 image_cache_refcount = FRAME_X_IMAGE_CACHE (f)->refcount;
4776 image_cache_refcount = FRAME_X_IMAGE_CACHE (f)->refcount;
H A Dxfaces.c899 ++FRAME_X_IMAGE_CACHE (f)->refcount;
939 --image_cache->refcount;
940 if (image_cache->refcount == 0)
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/
H A Dwin32ole.c698 ULONG refcount; member in struct:_Win32OLEIDispatch
711 p->refcount++;
722 return ++(p->refcount);
729 ULONG u = --(p->refcount);
812 pdisp->refcount++;
817 pdisp->refcount = 1;
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dacache.c28 #include <isc/refcount.h>
H A Ddst_api.c54 #include <isc/refcount.h>
H A Drbt.c29 #include <isc/refcount.h>
H A Dtsig.c28 #include <isc/refcount.h>
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Ddlil.c155 u_int32_t refcount; member in struct:if_proto
789 atomic_add_32(&proto->refcount, 1);
802 oldval = atomic_add_32_ov(&proto->refcount, -1);
H A Dpfvar.h1844 u_int64_t refcount; member in struct:pfioc_remove_token

Completed in 444 milliseconds

<<1112