| /illumos-gate/usr/src/lib/udapl/libdat/common/ |
| H A D | dat_sr.c | 169 data->ref_count = entry->ref_count; 320 if (0 == data->ref_count) { 324 data->ref_count++; 343 data->ref_count++; 372 if (1 == data->ref_count) { 379 data->ref_count--; 382 data->ref_count--;
|
| H A D | dat_dr.c | 187 if (0 != data->ref_count) { 237 data->ref_count++; 265 data->ref_count--;
|
| H A D | udat.c | 103 entry.ref_count = 0;
|
| H A D | udat_sr_parser.c | 369 entry.ref_count = 0;
|
| /illumos-gate/usr/src/lib/udapl/libdat/include/ |
| H A D | dat_dr.h | 62 DAT_COUNT ref_count; member in struct:__anon4401
|
| H A D | dat_sr.h | 68 DAT_COUNT ref_count; member in struct:__anon4404
|
| /illumos-gate/usr/src/lib/libnsl/yp/ |
| H A D | yp_b.h | 64 int ref_count; /* number of threads using this structure */ member in struct:dom_binding
|
| H A D | yp_bind.c | 128 if (p->ref_count != 0) { 417 pdomb->ref_count = 0; 515 pdomb->ref_count = 0; 566 (*binding)->ref_count += 1; 593 (*binding)->ref_count += 1; 649 pdomb->ref_count += 1; 684 binding->ref_count -= 1; 685 if (binding->need_free && binding->ref_count == 0) 747 pdomb->ref_count += 1; 805 pdomb->ref_count [all...] |
| /illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
| H A D | ibmf_msg.c | 493 tnf_uint, ref_count, msgimplp->im_ref_count); 542 tnf_uint, ref_count, msgimplp->im_ref_count); 574 ref_count, msgimplp->im_ref_count);
|
| /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
| H A D | oce_io.h | 108 uint32_t ref_count; member in struct:oce_eq 157 uint32_t ref_count; member in struct:oce_cq
|
| /illumos-gate/usr/src/cmd/rcm_daemon/common/ |
| H A D | rcm_subr.c | 345 module->ref_count++; 361 module->ref_count = MOD_REFCNT_INIT; 381 if (--(module->ref_count) != 0) { 1590 if (module->ref_count == MOD_REFCNT_INIT) { 1628 mod->ref_count++; 1634 mod->ref_count--;
|
| H A D | rcm_impl.h | 120 int ref_count; member in struct:module
|
| /illumos-gate/usr/src/uts/common/sys/lvm/ |
| H A D | mdio.h | 310 uint_t ref_count; /* returned n_count */ member in struct:mdnm_params 323 uint_t ref_count; /* returned n_count */ member in struct:mdhspnm_params
|
| /illumos-gate/usr/src/uts/common/io/usb/usba/ |
| H A D | usbai_pipe_mgmt.c | 234 * get ref_count from ph_data 240 int ref_count; local 243 ref_count = ph_impl->usba_ph_ref_count; 246 return (ref_count); 1097 * For control and bulk, we will drain till ref_count <= 1 and 1099 * till the ref_count === 1 as the req_count will never go to 0
|
| /illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
| H A D | pmcs.h | 115 int32_t ref_count; member in struct:pmcs_xscsi
|
| H A D | pmcs_def.h | 113 volatile uint32_t ref_count; /* Targets & work on this PHY */ member in struct:pmcs_phy
|
| /illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
| H A D | pmcs_scsa.c | 339 tgt->ref_count++; 394 if (tgt && tgt->ref_count == 0) { 430 ASSERT(lun->target->ref_count > 0); 470 if (--target->ref_count == 0) { 1269 /* Expander attached to HBA - don't ref_count it */ 1329 tgt->ref_count++; 1414 if (--tgt->ref_count == 0) { 1605 * Increment the PHY's ref_count now so we know it won't go away 2223 * may decrement the ref_count on a PHY that's been freed. 2728 * may decrement the ref_count o [all...] |
| H A D | pmcs_subr.c | 3235 /* keep ref_count */ 7732 if (phyp->ref_count > 0) { 7787 atomic_inc_32(&phyp->ref_count); 7793 ASSERT(phyp->ref_count != 0); 7794 atomic_dec_32(&phyp->ref_count); 7876 while (ctmp->ref_count != 0) { 8335 "%s: dead PHY 0x%p (%s) (ref_count %d)", __func__, 8336 (void *)phyp, phyp->path, phyp->ref_count);
|
| /illumos-gate/usr/src/cmd/isns/isnsd/ |
| H A D | obj.c | 2897 int i, ref_count; local 2902 i = ref_count = 0; 2910 ref_count ++; 2915 if (i > 0 && ref_count == 0) {
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
| H A D | oce_queue.c | 278 atomic_inc_32(&eq->ref_count); 311 atomic_dec_32(&cq->eq->ref_count);
|
| /illumos-gate/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_mn_handlers.c | 1572 for (i = 0; i < nm.ref_count; i++) { 1650 for (i = 0; i < nm.ref_count; i++) {
|
| H A D | meta_set_hst.c | 230 for (i = 0; i < nm.ref_count; i++) { 1157 for (i = 0; i < nm.ref_count; i++) {
|
| /illumos-gate/usr/src/lib/libnsl/common/ |
| H A D | llib-lnsl | 1016 int ref_count;
|
| /illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/ |
| H A D | pmcs.c | 2064 phy.ref_count, route_attr, route_method,
|
| /illumos-gate/usr/src/uts/common/io/lvm/md/ |
| H A D | md_ioctl.c | 745 nm->key = md_getnextkey(nm->setno, side, nm->key, &nm->ref_count);
|