Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c491 return (FCOE_STATUS_ERROR_INVAL_ARG); in FCOE_CreatePort()
521 return (FCOE_STATUS_ERROR_INVAL_ARG); in FCOE_CreatePort()
558 status = FCOE_STATUS_ERROR_INVAL_ARG; in FCOE_CreatePort()
627 return (FCOE_STATUS_ERROR_INVAL_ARG); in FCOE_DeletePort()
664 status = FCOE_STATUS_ERROR_INVAL_ARG; in FCOE_DeletePort()
732 return (FCOE_STATUS_ERROR_INVAL_ARG); in FCOE_GetPortList()
760 status = FCOE_STATUS_ERROR_INVAL_ARG; in FCOE_GetPortList()
H A Dlibfcoe.h76 #define FCOE_STATUS_ERROR_INVAL_ARG 2 macro
/titanic_44/usr/src/cmd/fcinfo/
H A Dfcoeadm.c421 case FCOE_STATUS_ERROR_INVAL_ARG: in fcoe_adm_list_ports()