Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h76 U08 senseLen;
77 U08 addrMode;
78 U08 retryCount;
197 U08 targetName[AGTIAPI_MAX_NAME];
217 U08 targetName[AGTIAPI_MAX_NAME];
219 U08 portId;
228 U08 localeName[AGTIAPI_MIN_NAME];
229 U08 remoteName[AGTIAPI_MAX_NAME];
243 U08 cardNo;
244 U08 targetLen;
[all …]
H A Dagtiapi.c93 STATIC U08 ag_Perbi = 0;
116 STATIC U08 agtiapi_AddrModes[AGTIAPI_MAX_CHANNEL_NUM + 1] =
2583 U08 *CDB; in agtiapi_PrepareSGListCB()
4429 U08 *pchar; in agtiapi_SetLunField()
4431 pchar = (U08 *)&pccb->tiSuperScsiRequest.scsiCmnd.lun; in agtiapi_SetLunField()
4439 *pchar = (U08)pccb->lun; in agtiapi_SetLunField()
4443 (U08)((pccb->lun >> 8) & 0x3F); in agtiapi_SetLunField()
4444 *pchar = (U08)pccb->lun; in agtiapi_SetLunField()
4449 *pchar = (U08)pccb->lun; in agtiapi_SetLunField()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxosapi.c275 U08 ostiChipReadBit8( tiRoot_t *ptiRoot, U32 chipOffset ) in ostiChipReadBit8()
279 return *(U08 *)( pCardInfo->pciMemVirtAddr + chipOffset ); in ostiChipReadBit8()
292 void ostiChipWriteBit8( tiRoot_t *ptiRoot, U32 chipOffset, U08 chipValue ) in ostiChipWriteBit8()
296 *(U08 *)( pCardInfo->pciMemVirtAddr + chipOffset ) = chipValue; in ostiChipWriteBit8()
H A Dostypes.h121 typedef unsigned char U08; typedef
H A Dlxcommon.h437 U08 WWN[AGTIAPI_MAX_NAME]; /* WWN for this card */
438 U08 WWNLen;