| /illumos-gate/usr/src/lib/libshell/common/include/ |
| H A D | path.h | 55 int refcount; member in struct:pathcomp
|
| /illumos-gate/usr/src/uts/i86pc/io/dr/ |
| H A D | dr_io.c | 365 int refcount = 0, idx = 0; local 373 dr_check_devices(dip, &refcount, hp, unsafe_devs, 380 isp->is_referenced = (refcount == 0) ? 0 : 1;
|
| H A D | dr_quiesce.c | 266 int *refcount; member in struct:dr_ref 293 if (ref && rp->refcount) { 294 *rp->refcount += ref; 322 dr_check_devices(dev_info_t *dip, int *refcount, dr_handle_t *handle, argument 330 bref.refcount = refcount;
|
| /illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| H A D | ldap_tkt_policy.c | 296 int refcount = 0; local 321 "krbTicketPolicyReference", &refcount, ld)) != 0) 324 if (refcount == 0) {
|
| /illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
| H A D | dr_io.c | 387 int refcount = 0, idx = 0; local 395 dr_check_devices(dip, &refcount, hp, unsafe_devs, 402 isp->is_referenced = (refcount == 0) ? 0 : 1;
|
| H A D | dr_quiesce.c | 267 int *refcount; member in struct:dr_ref 294 if (ref && rp->refcount) { 295 *rp->refcount += ref; 323 dr_check_devices(dev_info_t *dip, int *refcount, dr_handle_t *handle, argument 331 bref.refcount = refcount;
|
| /illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | refcount.h | 52 typedef struct refcount { struct 84 typedef struct refcount { struct
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/ |
| H A D | prof_int.h | 34 * - refcount and next should only be tweaked with the global lock held 62 int refcount; /* prf_file_t references */ member in struct:_prf_data_t
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | kiconv.h | 72 uint_t refcount; member in struct:__anon8028
|
| H A D | flock_impl.h | 459 int refcount; /* reference count of this edge */ member in struct:proc_edge
|
| /illumos-gate/usr/src/uts/sun4u/io/ |
| H A D | sbd_io.c | 215 int refcount = 0; local 269 sbdp_check_devices(dip, &refcount, sep, NULL); 271 isp->is_referenced = (refcount == 0) ? 0 : 1;
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfeature.c | 247 uint64_t refcount; local 259 feature->fi_guid, sizeof (uint64_t), 1, &refcount); 266 *res = refcount; 296 feature_sync(spa_t *spa, zfeature_info_t *feature, uint64_t refcount, argument 304 sizeof (uint64_t), 1, &refcount, tx)); 317 atomic_swap_64(refcount_cache, refcount)); 320 if (refcount == 0) 378 uint64_t refcount; local 390 VERIFY3U(feature_get_refcount(spa, feature, &refcount), !=, ENOTSUP); 394 VERIFY3U(refcount, ! 457 uint64_t refcount; local 472 uint64_t refcount; local [all...] |
| H A D | dnode.c | 843 int64_t refcount; local 942 refcount = refcount_count(&odn->dn_holds); 943 ASSERT(refcount >= 0); 947 ASSERT3U(dbufs, <=, refcount); 948 DTRACE_PROBE3(dnode__move, dnode_t *, odn, int64_t, refcount, 951 if (refcount > dbufs) { 969 /* If the dnode was safe to move, the refcount cannot have changed. */ 970 ASSERT(refcount == refcount_count(&ndn->dn_holds));
|
| /illumos-gate/usr/src/cmd/zhack/ |
| H A D | zhack.c | 77 " change the refcount on the given feature\n" 78 " -d decrease instead of increase the refcount\n" 79 " -m add the feature to the label if increasing refcount\n" 374 uint64_t refcount; local 376 VERIFY0(feature_get_refcount_from_disk(spa, feature, &refcount)); 377 feature_sync(spa, feature, refcount + 1, tx); 387 uint64_t refcount; local 389 VERIFY0(feature_get_refcount_from_disk(spa, feature, &refcount)); 390 feature_sync(spa, feature, refcount - 1, tx); 450 "'%s' is a real feature, will not change refcount"); [all...] |
| /illumos-gate/usr/src/lib/libshell/common/bltins/ |
| H A D | mkservice.c | 119 int refcount; member in struct:Service_s 177 if(--sp->refcount==0) 193 sp->refcount++; 389 if(--sp->refcount<=0) 440 sp->refcount = 1;
|
| /illumos-gate/usr/src/cmd/sendmail/db/include/ |
| H A D | lock.h | 141 u_int32_t refcount; /* Reference count the lock. */ member in struct:__db_lock
|
| H A D | log.h | 55 u_int32_t refcount; /* Reference counted. */ member in struct:__db_entry
|
| /illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
| H A D | offload.h | 119 int refcount; member in struct:uld_info
|
| /illumos-gate/usr/src/uts/sun4u/serengeti/io/ |
| H A D | sbdp_quiesce.c | 236 int *refcount; member in struct:sbdp_ref 251 ASSERT(sbrp->refcount != NULL); 262 (*sbrp->refcount)++; 274 (*sbrp->refcount)++; 291 sbdp_check_devices(dev_info_t *dip, int *refcount, sbd_error_t *sep, argument 296 sbr.refcount = refcount;
|
| /illumos-gate/usr/src/cmd/nscd/ |
| H A D | cache.h | 124 int refcount; /* reference count */ member in struct:nsc_entry_stat
|
| /illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
| H A D | cc_file.c | 312 unsigned int refcount; member in struct:fcc_set 1671 (*fccsp)->refcount--; 1672 if ((*fccsp)->refcount == 0) { 1884 assert(setptr->refcount != 0); 1885 setptr->refcount++; 1886 assert(setptr->refcount != 0); 1933 setptr->refcount = 1; 2274 setptr->refcount = 1;
|
| /illumos-gate/usr/src/uts/common/rpc/ |
| H A D | ib.h | 187 int refcount; member in struct:rpcib_state
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | nss_common.c | 112 * you don't hold the lock, you'd better have incremented the refcount 125 unsigned refcount; /* One for the pointer in */ member in struct:nss_db_state 171 #define NSS_STATE_REF_u(s) (++(s)->refcount) 173 #define NSS_UNREF_UNLOCK(r, s) (--(s)->refcount != 0 \ 932 s->refcount = 1; 967 * Nobody else holds a pointer to *s (if they did, refcount != 0),
|
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 814 uint64_t refcount; local 840 if (nvlist_lookup_uint64(features, feature, &refcount) == 0) 847 if (refcount == 0) 854 if (refcount == 0) {
|
| /illumos-gate/usr/src/uts/common/io/drm/ |
| H A D | drmP.h | 434 atomic_t refcount; member in struct:drm_gem_object
|