Searched refs:agtiapi_DumpCDB (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h130 STATIC void agtiapi_DumpCDB( const char *ptitle, ccb_t *pccb );
H A Dagtiapi.c2118 agtiapi_DumpCDB()
2128 STATIC void agtiapi_DumpCDB(const char *ptitle, ccb_t *pccb) function
2137 printf( "agtiapi_DumpCDB: no pccb here \n" );
2138 panic("agtiapi_DumpCDB: pccb is NULL. called from %s\n", ptitle);
2144 printf( "agtiapi_DumpCDB: no ccb here \n" );
2145 panic( "agtiapi_DumpCDB: pccb %p ccb %p flags %d ccb NULL! "
2153 printf( "agtiapi_DumpCDB: no csio here \n" );
2154 panic( "agtiapi_DumpCDB: pccb%p ccb%p flags%d csio NULL! called from %s\n",
2168 AGTIAPI_IO( "agtiapi_DumpCDB: pccb%p CDB0x%x csio->cdb_len %d"
2449 // agtiapi_DumpCDB("agtiapi_PrepareSGLis
[all...]

Completed in 110 milliseconds