Home
last modified time | relevance | path

Searched refs:pLogPage (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c9126 bit8 *pLogPage; in satLogSenseCB() local
9157 pLogPage = (bit8 *) tiOrgScsiRequest->sglVirtualAddr; in satLogSenseCB()
9181 pLogPage = (bit8 *) tiOrgScsiRequest->sglVirtualAddr; in satLogSenseCB()
9334 pLogPage[0] = 0x10; /* page code */ in satLogSenseCB()
9335 pLogPage[1] = 0; in satLogSenseCB()
9336 pLogPage[2] = 0x01; /* 0x190, page length */ in satLogSenseCB()
9337 pLogPage[3] = 0x90; in satLogSenseCB()
9340 pLogPage[4] = 0; /* Parameter Code */ in satLogSenseCB()
9341 pLogPage[5] = 0x01; /* Parameter Code, unspecfied but ... */ in satLogSenseCB()
9342 pLogPage[6] = 3; /* unspecified but ... */ in satLogSenseCB()
[all …]
H A Dsat.c11607 bit8 *pLogPage; /* Log Page data buffer */ in satLogSense() local
11617 pLogPage = (bit8 *) tiScsiRequest->sglVirtualAddr; in satLogSense()
11698 osti_memcpy(pLogPage, &AllLogPages, lenRead); in satLogSense()
11708 osti_memcpy(pLogPage, &AllLogPages, lenRead); in satLogSense()
11718 osti_memcpy(pLogPage, &AllLogPages, lenRead); in satLogSense()
11803 osti_memcpy(pLogPage, &AllLogPages, lenRead); in satLogSense()
12033 bit8 *pLogPage; /* Log Page data buffer */ in satModeSelect6() local
12042 pLogPage = (bit8 *) tiScsiRequest->sglVirtualAddr; in satModeSelect6()
12089 if (pLogPage[3] == 8) in satModeSelect6()
12092 PageCode = (bit8)(pLogPage[12] & 0x3F); /* page code and index is 4 + 8 */ in satModeSelect6()
[all …]
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c12995 bit8 *pLogPage; /* Log Page data buffer */ in smsatLogSense() local
13005 pLogPage = (bit8 *) smScsiRequest->sglVirtualAddr; in smsatLogSense()
13088 sm_memcpy(pLogPage, &AllLogPages, lenRead); in smsatLogSense()
13098 sm_memcpy(pLogPage, &AllLogPages, lenRead); in smsatLogSense()
13108 sm_memcpy(pLogPage, &AllLogPages, lenRead); in smsatLogSense()
13195 sm_memcpy(pLogPage, &AllLogPages, lenRead); in smsatLogSense()
13689 bit8 *pLogPage; /* Log Page data buffer */ in smsatModeSelect6() local
13699 pLogPage = (bit8 *) smScsiRequest->sglVirtualAddr; in smsatModeSelect6()
13750 if ((0 == parameterListLen) || (agNULL == pLogPage)) in smsatModeSelect6()
13762 if (pLogPage[3] == 8) in smsatModeSelect6()
[all …]
H A Dsmsatcb.c4419 bit8 *pLogPage; in smsatLogSenseCB() local
4455 pLogPage = (bit8 *) smOrgScsiRequest->sglVirtualAddr; in smsatLogSenseCB()
4470 pLogPage = (bit8 *) smOrgScsiRequest->sglVirtualAddr; in smsatLogSenseCB()
4745 sm_memcpy(pLogPage, LogPage, MIN(allocationLen, SELFTEST_RESULTS_LOG_PAGE_LENGTH)); in smsatLogSenseCB()
4916 sm_memcpy(pLogPage, LogPage, MIN(allocationLen, SELFTEST_RESULTS_LOG_PAGE_LENGTH)); in smsatLogSenseCB()
4982 sm_memcpy(pLogPage, LogPage, MIN(allocationLen, INFORMATION_EXCEPTIONS_LOG_PAGE_LENGTH)); in smsatLogSenseCB()