Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c240 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) { in fcoe_add_remove_scf_entry()
268 if (scf_transaction_property_new(tran, entry, FCOE_PORT_LIST, in fcoe_add_remove_scf_entry()
282 FCOE_PORT_LIST, SCF_TYPE_USTRING) == -1) { in fcoe_add_remove_scf_entry()
290 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) { in fcoe_add_remove_scf_entry()
869 if (scf_pg_get_property(pg, FCOE_PORT_LIST, prop) == -1) { in FCOE_LoadConfig()
H A Dlibfcoe.h61 #define FCOE_PORT_LIST "port_list_p" macro