Searched refs:dmFindDiscoveringExpander (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmproto.h393 dmFindDiscoveringExpander(
H A Ddmdisc.c4925 dmFindDiscoveringExpander( function
4937 DM_DBG3(("dmFindDiscoveringExpander: start\n"));
4939 DM_DBG3(("dmFindDiscoveringExpander: exp addrHi 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressHi));
4940 DM_DBG3(("dmFindDiscoveringExpander: exp addrLo 0x%08x\n", oneExpander->dmDevice->SASAddressID.sasAddressLo));
4944 DM_DBG3(("dmFindDiscoveringExpander: empty discoveringExpanderList\n"));
4955 DM_DBG3(("dmFindDiscoveringExpander: match, expander id %d\n", tempExpander->id));
4956 DM_DBG3(("dmFindDiscoveringExpander: exp addrHi 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressHi));
4957 DM_DBG3(("dmFindDiscoveringExpander: exp addrLo 0x%08x\n", tempExpander->dmDevice->SASAddressID.sasAddressLo));
4992 if (dmFindDiscoveringExpander(dmRoot, onePortContext, oneExpander) == agTRUE)

Completed in 113 milliseconds