Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c220 if (scf_transaction_property_new(tran, entry, NPIV_PORT_LIST, in npivAddRemoveNPIVEntry()
234 NPIV_PORT_LIST, SCF_TYPE_USTRING) == -1) { in npivAddRemoveNPIVEntry()
242 if (scf_pg_get_property(pg, NPIV_PORT_LIST, prop) == -1) { in npivAddRemoveNPIVEntry()
873 if (scf_pg_get_property(pg, NPIV_PORT_LIST, prop) == -1) { in fc_util_create_portlist()
H A Dfcinfo.h90 #define NPIV_PORT_LIST "port_list" macro