Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c188 tdsaAllShared->tdFWProfileEx.inProgress = 1; in tdipFWProfileIoctl()
1126 tdsaAllShared->tdFWControlEx.inProgress = 1;
1428 if (tdsaAllShared->tdFWControlEx.inProgress) in ostiSgpioIoctlRsp()
1985 if(tdsaAllShared->tdFWControlEx.inProgress) in ostiGetForensicDataIOCTLRsp()
2712 tdsaAllShared->tdFWControlEx.inProgress = 0; in tdsaIoErrorStatisticGetIoctl()
2768 tdsaAllShared->tdFWControlEx.inProgress = 0; in tdsaIoEventStatisticGetIoctl()
2824 tdsaAllShared->tdFWControlEx.inProgress = 0; in tdsaRegisterIoctl()
2977 tdsaAllShared->tdFWControlEx.inProgress = 1; in tdsaPhyProfileIoctl()
3059 tdsaAllShared->tdFWControlEx.inProgress = 0; in tdsaForensicDataGetIoctl()
3224 tdsaAllShared->tdFWControlEx.inProgress = 1; in tdsaSendSMPIoctl()
[all …]
H A Dtdioctl.h256 bit8 inProgress; /* if 1 - the IOCTL request is in progress */ member
300 bit8 inProgress; /* if 1 - the IOCTL request is in progress */ member
H A Dossacmnapi.c5760 if( tdsaAllShared->tdFWControlEx.inProgress ) in ossaGetPhyProfileCB()
5762 tdsaAllShared->tdFWControlEx.inProgress = 0; in ossaGetPhyProfileCB()
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c1854 tdsaAllShared->tdFWControlEx.inProgress = 1; in tiNumOfLunIOCTLreq()
1887 tdsaAllShared->tdFWControlEx.inProgress = 0; in tiNumOfLunIOCTLreq()
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c20216 int inProgress; /* True while initialization in progress */ member
180062 if( sqlite3GlobalConfig.isInit==0 && sqlite3GlobalConfig.inProgress==0 ){
180063 sqlite3GlobalConfig.inProgress = 1;
180093 sqlite3GlobalConfig.inProgress = 0;