Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c264 #define FAB_HC2DEV_QUERY_SIZE_MIN 160 macro
266 ((sz + FAB_HC2DEV_QUERY_SIZE_MIN) * sizeof (char))
275 uint_t len = FAB_HC2DEV_QUERY_SIZE_MIN + strlen(hc_path); in fab_hc2dev()