Home
last modified time | relevance | path

Searched refs:sbp2_orbp_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sbp2/
H A Ddefs.h50 sbp2_orbp_t do_next_orb; /* next ORB pointer */
66 sbp2_orbp_t co_next_orb; /* next ORB pointer */
168 sbp2_orbp_t to_orb; /* task pointer */
H A Dcommon.h90 typedef uint32_t sbp2_orbp_t[2]; typedef
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dsbp2.h44 sbp2_orbp_t co_next_orb; /* next ORB pointer */
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dsbp2.c1391 ap->a_cmd_data = allocb(sizeof (sbp2_orbp_t), BPRI_HI); in sbp2_agent_init()