Home
last modified time | relevance | path

Searched refs:domain_hdl (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4v/io/
H A Dds_drv.c798 if (newport->domain_hdl == DS_DHDL_INVALID) { in ds_add_port()
799 newport->domain_hdl = dhdl; in ds_add_port()
810 newport->domain_hdl = dhdl; in ds_add_port()
847 port->domain_hdl = DS_DHDL_INVALID; in ds_remove_port()
895 *dhdlp = svc->port->domain_hdl; in ds_domain_lookup()
941 *dhdlp = port->domain_hdl; in ds_dom_name_to_hdl()
966 port->domain_hdl == dhdl) { in ds_dom_hdl_to_name()
1056 *dhdlp = svc->port->domain_hdl; in ds_cbarg_get_domain()
/titanic_50/usr/src/uts/sun4v/sys/
H A Dds_impl.h198 ds_domain_hdl_t domain_hdl; /* LDOMs domain hdl assoc. with port */ member