Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h939 bit8 configuring_configurable; member
947 (((pResp)->configuring_configurable & SA_REPORT_GENERAL_CONFIGURING_BIT) == \
951 (((pResp)->configuring_configurable & SA_REPORT_GENERAL_CONFIGURABLE_BIT) == \
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h257 bit8 configuring_configurable; member
265 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURING_BIT) == \
269 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURABLE_BIT) == \
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h486 bit8 configuring_configurable; member
494 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURING_BIT) == \
498 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURABLE_BIT) == \
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c338 Resp->configuring_configurable = 0; in ttdsaReportGeneralRespSend()