Searched defs:xmits (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c590 int xmits; local
604 xmits = 0;
605 if (man_dip_is_schizoxmits0_pcib(bus_dip, &exp_id, &xmits)) {
608 if (xmits) {
664 int xmits; local
669 * Verify if the parent is schizo(xmits)0 and pci B leaf.
686 if (man_dip_is_schizoxmits0_pcib(parent_dip, &exp_id, &xmits) == FALSE)
718 man_dip_is_schizoxmits0_pcib(dev_info_t *dip, int *exp_id, int *xmits) argument
735 *xmits = TRUE;

Completed in 45 milliseconds