Searched refs:pd_ref_count (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c863 ASSERT(pd->pd_ref_count >= 0);
864 pd->pd_ref_count++;
878 * the pd_ref_count reference count is decremented for the indicated
898 ASSERT(pd->pd_ref_count > 0);
899 pd->pd_ref_count--;
905 * pd_ref_count has also dropped to zero, it's time to
909 pd->pd_ref_count == 0) {
1422 newpd->pd_ref_count++;
1427 pd->pd_ref_count--;
1429 (pd->pd_ref_count
[all...]
H A Dfp.c1952 * ensures that the pd_ref_count for the fc_remote_port_t is valid.
3550 pd->pd_ref_count--;
4637 ASSERT((pd->pd_ref_count >= 0) ||
4639 pd->pd_ref_count++;
4747 ASSERT((pd->pd_ref_count >= 0) ||
4749 pd->pd_ref_count++;
4781 * pd_ref_count until after the ULP's
5078 pd->pd_ref_count++;
5086 pd->pd_ref_count++;
5089 ulp_pkt->pkt_pd->pd_ref_count
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h265 int pd_ref_count; /* number of references */ member in struct:fc_remote_port
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c904 mdb_printf(" ref_count : %d\n", pd.pd_ref_count);

Completed in 66 milliseconds