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

/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c1803 void *respBuffer = agNULL; local
1835 (void **)&respBuffer,
1841 if((ostiMemoryStatus != tiSuccess) && (respBuffer == agNULL ))
1847 osti_memset((void *)respBuffer, 0, REPORT_LUN_LEN);
1850 tdsaAllShared->tdFWControlEx.virtAddr = respBuffer;
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c3123 void *respBuffer = agNULL; local
3205 (void **)&respBuffer,
3211 if((ostiMemoryStatus != tiSuccess) && (respBuffer == agNULL ))
3215 osti_memset((void *)respBuffer, 0, smp_pass_through_req->smp_resp_len);
3219 tdsaAllShared->tdFWControlEx.virtAddr = respBuffer;

Completed in 229 milliseconds