Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitdio.c1803 void *respBuffer = agNULL; in tiNumOfLunIOCTLreq() local
1841 (void **)&respBuffer, in tiNumOfLunIOCTLreq()
1847 if((ostiMemoryStatus != tiSuccess) && (respBuffer == agNULL )) in tiNumOfLunIOCTLreq()
1853 osti_memset((void *)respBuffer, 0, REPORT_LUN_LEN); in tiNumOfLunIOCTLreq()
1856 tdsaAllShared->tdFWControlEx.virtAddr = respBuffer; in tiNumOfLunIOCTLreq()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdioctl.c3123 void *respBuffer = agNULL; in tdsaSendSMPIoctl() local
3205 (void **)&respBuffer, in tdsaSendSMPIoctl()
3211 if((ostiMemoryStatus != tiSuccess) && (respBuffer == agNULL )) in tdsaSendSMPIoctl()
3215 osti_memset((void *)respBuffer, 0, smp_pass_through_req->smp_resp_len); in tdsaSendSMPIoctl()
3219 tdsaAllShared->tdFWControlEx.virtAddr = respBuffer; in tdsaSendSMPIoctl()