Home
last modified time | relevance | path

Searched refs:r_state (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/oplhpd/
H A Dscf_notify.c74 uint32_t r_state; member
92 uint32_t r_state; member
100 cfga_stat_t *r_state);
135 scf_get_slotinfo(char *ap_pid, cfga_stat_t *r_state, cfga_stat_t *o_state) in scf_get_slotinfo() argument
175 *r_state = stat->ap_r_state; in scf_get_slotinfo()
373 cfga_stat_t r_state, o_state; /* slot status */ in notify_scf_of_hotplug() local
390 r_state = o_state = 0; in notify_scf_of_hotplug()
439 scf_get_slotinfo(ap_id, &r_state, &o_state); in notify_scf_of_hotplug()
442 syslog(LOG_DEBUG, "r_state = %d\n", r_state); in notify_scf_of_hotplug()
478 sdata.r_state = (uint32_t)r_state; in notify_scf_of_hotplug()
[all …]
/titanic_41/usr/src/lib/libtnfctl/
H A Dprb_lmap.c83 (r_dbg.r_state == RT_CONSISTENT) ? "RT_CONSISTENT" : in prb_loadobj_iter()
84 (r_dbg.r_state == RT_ADD) ? "RT_ADD" : "RT_DELETE"); in prb_loadobj_iter()
87 if (r_dbg.r_state != RT_CONSISTENT) in prb_loadobj_iter()
H A Dinternal.c215 (r_dbg->r_state == RT_CONSISTENT) ? "RT_CONSISTENT" : in inprocess_loadobj_iter()
216 (r_dbg->r_state == RT_ADD) ? "RT_ADD" : "RT_DELETE"); in inprocess_loadobj_iter()
219 if (r_dbg->r_state != RT_CONSISTENT) in inprocess_loadobj_iter()
/titanic_41/usr/src/uts/common/sys/
H A Dlink.h560 r_state_e r_state; member
572 r_state_e r_state; member
/titanic_41/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdma.h35 unsigned long r_state; member
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c115 if (test_and_set_bit(RDSV3_MR_DEAD, &mr->r_state)) in rdsv3_destroy_mr()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dutil.c66 r_debug.rtd_rdebug.r_state)); in rtld_db_dlactivity()
77 r_debug.rtd_rdebug.r_state)); in rtld_db_preinit()
88 r_debug.rtd_rdebug.r_state)); in rtld_db_postinit()
167 r_debug.rtd_rdebug.r_state = state; in rd_event()
/titanic_41/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c501 switch (rdb.rtd_rdebug.r_state) { in _rd_event_getmsg32()