Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c2638 uint8_t spnlen; in fct_gspn_cb() local
2655 spnlen = resp[16]; in fct_gspn_cb()
2656 if (spnlen > 0) { in fct_gspn_cb()
2661 query_irp->irp_spn = kmem_zalloc(spnlen + 1, KM_SLEEP); in fct_gspn_cb()
2663 (char *)resp + 17, spnlen); in fct_gspn_cb()