Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c2900 uint32_t qlnamelen; in ql_host_drvname() local
2904 qlnamelen = (uint32_t)(strlen(QL_NAME) + 1); in ql_host_drvname()
2906 if (cmd->ResponseLen < qlnamelen) { in ql_host_drvname()
2908 cmd->DetailStatus = qlnamelen; in ql_host_drvname()
2910 cmd->ResponseLen, qlnamelen); in ql_host_drvname()
2917 qlnamelen, mode) != 0) { in ql_host_drvname()
2922 cmd->ResponseLen = qlnamelen - 1; in ql_host_drvname()