Home
last modified time | relevance | path

Searched refs:ap_cnt (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Dsad_conf.c143 ASSERT(ap->ap_cnt > 0); in sad_hash_free_value()
144 if (--(ap->ap_cnt) == 0) in sad_hash_free_value()
212 ap_new->ap_cnt = 1; in sad_ap_alloc()
220 ASSERT(ap->ap_cnt > 0); in sad_ap_rele()
221 if (--(ap->ap_cnt) == 0) { in sad_ap_rele()
260 ap_result->ap_cnt++; in sad_ap_find()
/titanic_44/usr/src/uts/common/sys/
H A Dsad.h186 int ap_cnt; /* in use count */ member
/titanic_44/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h203 int ap_cnt(apd_t *);
H A Dcfga.c201 apcnt = ap_cnt(a); in cfga_list_ext()
H A Dap.c732 ap_cnt(apd_t *a) in ap_cnt() function