Searched refs:phs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipstest.cpp321 const IMAGE_SECTION_HEADER *phs = IMAGE_FIRST_SECTION(phnt); local
338 switch (phs->Characteristics)
344 unsigned int sectionSize = STDMIN(phs->SizeOfRawData, phs->Misc.VirtualSize);
345 const byte *sectionMemStart = memBase + phs->VirtualAddress;
346 unsigned int sectionFileStart = phs->PointerToRawData;
394 phs++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Din2000.c710 uchar asr, sr, phs, id, lun, *ucp, msg; local
869 phs = read_3393(hostdata, WD_COMMAND_PHASE);
1202 if (phs == 0x60) {
1224 printk("%02x:%02x:%02x-%ld: Unknown SEL_XFER_DONE phase!!---", asr, sr, phs, cmd->serial_number);
1378 if (phs == 0x00) {
1383 printk("---%02x:%02x:%02x-TROUBLE: Intrusive ReSelect!---", asr, sr, phs);
1453 printk("--UNKNOWN INTERRUPT:%02x:%02x:%02x--", asr, sr, phs);
H A Dwd33c93.c791 uchar asr, sr, phs, id, lun, *ucp, msg; local
806 phs = read_wd33c93(regs, WD_COMMAND_PHASE);
1160 if (phs == 0x60) {
1188 asr, sr, phs, cmd->serial_number);
1350 if (phs == 0x00) {
1359 asr, sr, phs);
1483 printk("--UNKNOWN INTERRUPT:%02x:%02x:%02x--", asr, sr, phs);

Completed in 75 milliseconds