Searched refs:refcount (Results 201 - 225 of 280) sorted by relevance

1234567891011>>

/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c97 long refcount; member in struct:hotfile_data
838 ++hotdata->refcount;
844 --hotdata->refcount;
896 ++hotdata->refcount;
898 --hotdata->refcount;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-m32r.c2003 && h->plt.refcount > 0)
2059 if (h->got.refcount > 0)
3713 if (h->got.refcount > 0)
3714 h->got.refcount--;
3740 if (!info->shared && h->plt.refcount > 0)
3741 h->plt.refcount -= 1;
3764 if (h->plt.refcount > 0)
3765 h->plt.refcount--;
3866 h->got.refcount += 1;
3905 h->plt.refcount
[all...]
H A Delf.c1535 /* Copy over the global and procedure linkage table refcount entries.
1538 if (ind->got.refcount > htab->init_got_refcount.refcount)
1540 if (dir->got.refcount < 0)
1541 dir->got.refcount = 0;
1542 dir->got.refcount += ind->got.refcount;
1543 ind->got.refcount = htab->init_got_refcount.refcount;
1546 if (ind->plt.refcount > hta
[all...]
H A Delf32-arm.c2220 bfd_signed_vma refcount; member in union:elf32_arm_link_hash_table::__anon7442
2413 if (dir->got.refcount <= 0)
2474 ret->tls_ldm_got.refcount = 0;
7745 if (h->got.refcount > 0)
7746 h->got.refcount -= 1;
7756 elf32_arm_hash_table (info)->tls_ldm_got.refcount -= 1;
7787 if (h->plt.refcount > 0)
7789 h->plt.refcount -= 1;
7915 h->got.refcount++;
7961 htab->tls_ldm_got.refcount
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dprotocol.c1377 long refcount; member in struct:kcm_ntlm_cred
1415 CHECK(ret = krb5_store_uint32(inner, (uint32_t)c->refcount));
1500 c->refcount = u32;
1577 cred->refcount = 1;
2605 c->refcount++;
2640 c->refcount--;
2641 if (c->refcount < 1) {
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-auto.mm954 // Under GC a -copy message should allocate a refcount 0 block, ergo the isOne parameter.
1005 // allocate a collectable (refcount 0) zeroed hunk of unscanned memory
1284 unsigned int refcount = size ?
1326 if (withRetainCount && refcount > 0) {
1327 strlcat(buf, " [[refcount=", sizeof(buf));
1328 strlcati(buf, refcount, sizeof(buf));
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr_message.c168 message->refcount = 0;
1382 if (message->refcount != 0)
1383 msg_panic("qmgr_message_free: reference len: %d", message->refcount);
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dcomplete.c542 cs->refcount = 1;
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dhash.c68 #include <isc/refcount.h>
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dgssauth.c425 gssauth_info->auth_info.refcount = 1;
H A Dnoauthcn.c434 noauth_info->auth_info.refcount = 1;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacterm.h54 int refcount; member in struct:mac_bitmap_record
/macosx-10.9.5/libauto-185.5/
H A DZone.cpp669 // that the memory has refcount 1. NSDeallcoateObject knows this and sends us
715 // note that we keep a refcount on block so it won't also be found by the collector
1454 if (block_info.refcount() > 0)
1455 malloc_printf("invalidate_garbage: garbage ptr = %p, has non-zero refcount = %d\n", ptr, block_info.refcount());
1475 malloc_printf("garbage block %p(%s) was over-retained during finalization, refcount = %d\n"
1480 auto_fatal("fatal resurrection error for garbage block %p(%s): over-retained during finalization, refcount = %d", block, name, rc);
1529 int rc = large->refcount();
1984 block.refcount(),
/macosx-10.9.5/ntp-88/lib/isc/
H A Dhash.c68 #include <isc/refcount.h>
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl.c349 asl->refcount = 1;
423 asl->refcount = 1;
435 if (OSAtomicDecrement32(&asl->refcount) > 0) return;
468 new = OSAtomicIncrement32(&asl->refcount);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c2348 unp_lock(struct socket *so, int refcount, void * lr) argument
2366 if (refcount)
2375 unp_unlock(struct socket *so, int refcount, void * lr) argument
2385 if (refcount)
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dudp_usrreq.c1958 udp_lock(struct socket *so, int refcount, void *debug) argument
1976 if (refcount)
1985 udp_unlock(struct socket *so, int refcount, void *debug) argument
1994 if (refcount)
H A Draw_ip.c999 rip_unlock(struct socket *so, int refcount, void *debug) argument
1009 if (refcount) {
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsocketvar.h774 extern int socket_lock(struct socket *so, int refcount);
775 extern int socket_unlock(struct socket *so, int refcount);
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dcache_module.c469 .refcount = 1,
H A Dsi_module.h280 int32_t refcount; member in struct:si_mod_s
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmdata.h32 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/include/security_filedb/
H A DAppleDatabase.h33 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmdata.h32 #include <security_utilities/refcount.h>
/macosx-10.9.5/Security-55471.14.18/libsecurity_filedb/lib/
H A DAppleDatabase.h33 #include <security_utilities/refcount.h>

Completed in 463 milliseconds

1234567891011>>