Searched refs:AGTIAPI_PRINTK (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | agtiapi.c | 133 AGTIAPI_PRINTK(format "name ", a); \ 252 AGTIAPI_PRINTK("agtiapi_open\n"); in agtiapi_open() 253 AGTIAPI_PRINTK("Opened successfully. sc->my_dev %p\n", sc->my_dev); in agtiapi_open() 262 AGTIAPI_PRINTK("agtiapi_close\n"); in agtiapi_close() 263 AGTIAPI_PRINTK("Closed. sc->my_dev %p\n", sc->my_dev); in agtiapi_close() 272 AGTIAPI_PRINTK( "agtiapi_read\n" ); in agtiapi_read() 273 AGTIAPI_PRINTK( "Asked to read %lu bytes. sc->my_dev %p\n", in agtiapi_read() 283 AGTIAPI_PRINTK( "agtiapi_write\n" ); in agtiapi_write() 284 AGTIAPI_PRINTK( "Asked to write %lu bytes. sc->my_dev %p\n", in agtiapi_write() 306 AGTIAPI_PRINTK( "agtiapi_getdevlist: Enter\n" ); in agtiapi_getdevlist() [all …]
|
H A D | osapi.c | 63 AGTIAPI_PRINTK("Initiator Event:\n"); in ostiInitiatorEvent() 64 AGTIAPI_PRINTK("DevHandle %p, eventType 0x%x, eventStatus 0x%x\n", in ostiInitiatorEvent() 66 AGTIAPI_PRINTK("Parameter: %s\n", (char *)parm); in ostiInitiatorEvent() 69 AGTIAPI_PRINTK("ostiInitiatorEvent: eventType 0x%x eventStatus 0x%x\n", eventType, eventStatus); in ostiInitiatorEvent() 76 AGTIAPI_PRINTK("tiIntrEventTypeCnxError - tiCnxUp!\n"); in ostiInitiatorEvent() 80 AGTIAPI_PRINTK("tiIntrEventTypeCnxError - tiCnxDown!\n"); in ostiInitiatorEvent() 88 AGTIAPI_PRINTK("eventStatus - tiDiscOK\n"); in ostiInitiatorEvent() 89 AGTIAPI_PRINTK("ostiInitiatorEvent: pcard %d eventStatus - tiDiscOK\n", pCard->cardNo ); in ostiInitiatorEvent() 108 AGTIAPI_PRINTK("eventStatus - tiDiscFailed\n"); in ostiInitiatorEvent() 113 AGTIAPI_PRINTK("tiIntrEventTypeDiscovery - portal %p, status 0x%x\n", in ostiInitiatorEvent() [all …]
|
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | lxosapi.c | 65 AGTIAPI_PRINTK( "ostiAllocMemory: debug, cache? %d size %d alloc algn %d ### \n", in ostiAllocMemory() 69 AGTIAPI_PRINTK( "ostiAllocMemory: No space left, increase " in ostiAllocMemory() 79 AGTIAPI_PRINTK( "ostiAllocMemory: no-cache size 0x%x alloc NOT AVAILABLE\n", in ostiAllocMemory() 84 AGTIAPI_PRINTK( "ostiAllocMemory: no-cache alignment 0x%x NOT AVAILABLE\n", in ostiAllocMemory() 305 AGTIAPI_PRINTK( "ostiFlashReadBlock: No support for iscsi device\n" ); in ostiFlashReadBlock() 330 AGTIAPI_PRINTK( "ostiFreeMemory: NULL handle ERROR\n" ); in ostiFreeMemory() 334 AGTIAPI_PRINTK( "ostiFreeMemory: debug message %p ### \n", in ostiFreeMemory() 343 AGTIAPI_PRINTK( "ostiFreeMemory: too many free slots ERROR\n" ); in ostiFreeMemory() 599 AGTIAPI_PRINTK("ostiPortEvent: start eventType 0x%x\n", eventType); in ostiPortEvent() 609 AGTIAPI_PRINTK("PortStarted - portal %p, status %x\n", in ostiPortEvent() [all …]
|
H A D | lxutil.c | 144 AGTIAPI_PRINTK( "agtiapi_InitResource: dma alloc MemSpan %p -- %p\n", in agtiapi_InitResource() 165 AGTIAPI_PRINTK( "agtiapi_InitResource: bus_alloc_resource_any rtn %p \n", in agtiapi_InitResource() 177 AGTIAPI_PRINTK( "agtiapi_InitResource: PCI: bar %d, lBar %d " in agtiapi_InitResource() 214 AGTIAPI_PRINTK( "agtiapi_InitResource: " in agtiapi_InitResource() 222 AGTIAPI_PRINTK("agtiapi_InitResource: skip ZERO %d\n", numVal); in agtiapi_InitResource() 229 AGTIAPI_PRINTK("agtiapi_InitResource: set ALIGN %d\n", numVal); in agtiapi_InitResource() 240 AGTIAPI_PRINTK( "Invalid dmaIndex %d ERROR\n", in agtiapi_InitResource() 281 AGTIAPI_PRINTK( "Invalid cacheIndex %d ERROR\n", in agtiapi_InitResource() 350 AGTIAPI_PRINTK( "Invalid cacheIndex %d ERROR\n", in agtiapi_InitResource() 398 AGTIAPI_PRINTK( "Invalid dmaIndex %d ERROR\n", thisCardInst->dmaIndex); in agtiapi_InitResource() [all …]
|
H A D | lxcommon.h | 514 #define AGTIAPI_PRINTK(format, a...) printf(format, ## a) macro 516 #define AGTIAPI_PRINTK(format, a...) macro 581 AGTIAPI_PRINTK("vendor id 0x%x device id 0x%x, slot %d, function %d\n", \
|