/titanic_50/usr/src/lib/udapl/libdat/common/ |
H A D | dat_sr.c | 169 data->ref_count = entry->ref_count; in dat_sr_insert() 320 if (0 == data->ref_count) { in dat_sr_provider_open() 324 data->ref_count++; in dat_sr_provider_open() 343 data->ref_count++; in dat_sr_provider_open() 372 if (1 == data->ref_count) { in dat_sr_provider_close() 379 data->ref_count--; in dat_sr_provider_close() 382 data->ref_count--; in dat_sr_provider_close()
|
H A D | dat_dr.c | 187 if (0 != data->ref_count) { in dat_dr_remove() 237 data->ref_count++; in dat_dr_provider_open() 265 data->ref_count--; in dat_dr_provider_close()
|
H A D | udat.c | 103 entry.ref_count = 0; in dat_registry_add_provider()
|
H A D | udat_sr_parser.c | 369 entry.ref_count = 0; in dat_sr_load_entry()
|
/titanic_50/usr/src/lib/libnsl/yp/ |
H A D | yp_bind.c | 128 if (p->ref_count != 0) { in free_dom_binding() 417 pdomb->ref_count = 0; in load_dom_binding() 515 pdomb->ref_count = 0; in load_dom_binding_rsvdport() 566 (*binding)->ref_count += 1; in __yp_dobind_cflookup() 593 (*binding)->ref_count += 1; in __yp_dobind_cflookup() 649 pdomb->ref_count += 1; in __yp_dobind_cflookup() 684 binding->ref_count -= 1; in __yp_rel_binding() 685 if (binding->need_free && binding->ref_count == 0) in __yp_rel_binding() 747 pdomb->ref_count += 1; in __yp_dobind_rsvdport_cflookup() 805 pdomb->ref_count += 1; in __yp_dobind_rsvdport_cflookup()
|
H A D | yp_b.h | 64 int ref_count; /* number of threads using this structure */ member
|
/titanic_50/usr/src/lib/udapl/libdat/include/ |
H A D | dat_sr.h | 68 DAT_COUNT ref_count; member
|
H A D | dat_dr.h | 62 DAT_COUNT ref_count; member
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_msg.c | 493 tnf_uint, ref_count, msgimplp->im_ref_count); in ibmf_i_find_msg() 542 tnf_uint, ref_count, msgimplp->im_ref_count); in ibmf_i_find_msg_client() 574 ref_count, msgimplp->im_ref_count); in ibmf_i_find_msg_client()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_io.h | 108 uint32_t ref_count; member 157 uint32_t ref_count; member
|
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_subr.c | 345 module->ref_count++; in cli_module_hold() 361 module->ref_count = MOD_REFCNT_INIT; in cli_module_hold() 381 if (--(module->ref_count) != 0) { in cli_module_rele() 1590 if (module->ref_count == MOD_REFCNT_INIT) { in rcmd_db_init() 1628 mod->ref_count++; in rcmd_db_sync() 1634 mod->ref_count--; in rcmd_db_sync()
|
H A D | rcm_impl.h | 120 int ref_count; member
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_pipe_mgmt.c | 240 int ref_count; in usba_get_ph_ref_count() local 243 ref_count = ph_impl->usba_ph_ref_count; in usba_get_ph_ref_count() 246 return (ref_count); in usba_get_ph_ref_count()
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 339 tgt->ref_count++; in pmcs_scsa_tran_tgt_init() 394 if (tgt && tgt->ref_count == 0) { in pmcs_scsa_tran_tgt_init() 430 ASSERT(lun->target->ref_count > 0); in pmcs_scsa_tran_tgt_free() 470 if (--target->ref_count == 0) { in pmcs_scsa_tran_tgt_free() 1329 tgt->ref_count++; in pmcs_smp_init() 1414 if (--tgt->ref_count == 0) { in pmcs_smp_free() 3213 for (int idx = 0; idx < tgt->ref_count; idx++) { in pmcs_get_target()
|
H A D | pmcs_subr.c | 7732 if (phyp->ref_count > 0) { in pmcs_handle_dead_phys() 7787 atomic_inc_32(&phyp->ref_count); in pmcs_inc_phy_ref_count() 7793 ASSERT(phyp->ref_count != 0); in pmcs_dec_phy_ref_count() 7794 atomic_dec_32(&phyp->ref_count); in pmcs_dec_phy_ref_count() 7876 while (ctmp->ref_count != 0) { in pmcs_reap_dead_phy() 8336 (void *)phyp, phyp->path, phyp->ref_count); in pmcs_add_dead_phys()
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_def.h | 113 volatile uint32_t ref_count; /* Targets & work on this PHY */ member
|
H A D | pmcs.h | 115 int32_t ref_count; member
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | obj.c | 2897 int i, ref_count; in update_deref_obj() local 2902 i = ref_count = 0; in update_deref_obj() 2910 ref_count ++; in update_deref_obj() 2915 if (i > 0 && ref_count == 0) { in update_deref_obj()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_queue.c | 278 atomic_inc_32(&eq->ref_count); in oce_cq_create() 311 atomic_dec_32(&cq->eq->ref_count); in oce_cq_del()
|
/titanic_50/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 2064 phy.ref_count, route_attr, route_method, in display_phy()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 1016 int ref_count;
|