Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1774 AGTIAPI_IO( "agtiapi_cam_action: start pmcs %p\n", pmcsc ); in agtiapi_cam_action()
1783AGTIAPI_IO( "agtiapi_cam_action: cardNO %d func_code 0x%x\n", pmcsc->cardNo, ccb->ccb_h.func_code … in agtiapi_cam_action()
1789 AGTIAPI_IO( "agtiapi_cam_action: P 0x%x T 0x%x L 0x%x\n", in agtiapi_cam_action()
1928 AGTIAPI_IO( "agtiapi_cam_action: Zero XPT_SCSI_IO 0x%x, doing IOs\n", in agtiapi_cam_action()
1946 AGTIAPI_IO( "agtiapi_cam_action: default function code 0x%x\n", in agtiapi_cam_action()
1971 AGTIAPI_IO( "agtiapi_GetCCB: start\n" ); in agtiapi_GetCCB()
1983 AGTIAPI_IO( "agtiapi_GetCCB: re-allocated ccb %p\n", pccb ); in agtiapi_GetCCB()
2016 AGTIAPI_IO( "agtiapi_QueueCmnd_: start\n" ); in agtiapi_QueueCmnd_()
2139 AGTIAPI_IO( "agtiapi_DumpCDB: pccb%p CDB0x%x csio->cdb_len %d" in agtiapi_DumpCDB()
2418 AGTIAPI_IO( "agtiapi_PrepareSGList: start\n" ); in agtiapi_PrepareSGList()
[all …]
H A Dosapi.c282 AGTIAPI_IO( "ostiInitiatorIOCompleted: start\n" ); in ostiInitiatorIOCompleted()
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h541 #define AGTIAPI_IO(format, a...) printf(format, ## a) macro
543 #define AGTIAPI_IO(format, a...) macro