Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c168 { FCIO_GET_NUM_DEVS, FP_OPEN },
169 { FCIO_GET_DEV_LIST, FP_OPEN },
170 { FCIO_GET_SYM_PNAME, FP_OPEN },
171 { FCIO_GET_SYM_NNAME, FP_OPEN },
174 { FCIO_GET_LOGI_PARAMS, FP_OPEN },
177 { FCIO_GET_STATE, FP_OPEN },
179 { FCIO_GET_FCODE_REV, FP_OPEN },
180 { FCIO_GET_FW_REV, FP_OPEN },
181 { FCIO_GET_DUMP_SIZE, FP_OPEN },
183 { FCIO_GET_DUMP, FP_OPEN },
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfp.h222 #define FP_OPEN 0x01 macro