Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c48 #define MAX_DIPATH_DEPTH (MAX_PATH_DEPTH + 2) macro
161 char *bus_addr[MAX_DIPATH_DEPTH] = { NULL }; in pi_get_dipath()
162 char *dev_path[MAX_DIPATH_DEPTH] = { NULL }; in pi_get_dipath()
173 if (depth < MAX_DIPATH_DEPTH) { in pi_get_dipath()