Searched refs:lun (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/openct/
H A Dproto-t1.h57 int lun; member in struct:__anon5501
78 int t1_init(t1_state_t *t1, int lun);
H A Dproto-t1.c101 int t1_init(t1_state_t * t1, int lun) argument
108 t1->lun = lun;
655 ccid_desc = get_ccid_descriptor(t1->lun);
666 if (isCharLevel(t1->lun))
670 n = CCID_Transmit(t1 -> lun, slen, block, rmax, t1->wtx);
678 n = CCID_Receive(t1 -> lun, &rmax_int, block, NULL);
687 n = CCID_Transmit(t1 -> lun, 0, block, rmax, t1->wtx);
692 n = CCID_Receive(t1 -> lun, &rmax_int, &block[3], NULL);
703 n = CCID_Transmit(t1 -> lun, sle
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/towitoko/
H A Dpps.c45 PPS_Exchange (int lun, BYTE * params, unsigned *length, unsigned char *pps1) argument
57 if (CCID_Transmit (lun, len_request, params, isCharLevel(lun) ? 4 : 0, 0)
63 if (CCID_Receive (lun, &len_confirm, confirm, NULL) != IFD_SUCCESS)
H A Dpps.h67 int PPS_Exchange (int lun, BYTE * params, /*@out@*/ unsigned *length,
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A Demulator.c282 int64_t lun = -1; local
289 { "lun", required_argument, 0, 'l' },
322 lun = strtoull ( optarg, ( char ** ) NULL, 10 );
323 if ( ( lun > 16383 ) || ( lun == 0 ) )
446 if ( ( targetID == -1 ) || ( lun == -1 ) || ( size == 0 ) )
454 CreateTargetLUN ( targetID, lun, size, unique );
469 if ( lun == -1 )
476 DestroyTargetLUN ( targetID, lun );
527 EmulatorLUNParamsStruct lun; local
[all...]
H A DAppleSCSIEmulatorAdapter.cpp895 ERROR_LOG ( ( "logicalUnit = %qd, capacity = %qd\n", targetParameters->lun.logicalUnit, targetParameters->lun.capacity ) );
897 ERROR_LOG ( ( "lun.inquiryData = %qx\n", targetParameters->lun.inquiryData ) );
898 ERROR_LOG ( ( "lun.inquiryPage00Data = %qx\n", targetParameters->lun.inquiryPage00Data ) );
899 ERROR_LOG ( ( "lun.inquiryPage80Data = %qx\n", targetParameters->lun.inquiryPage80Data ) );
900 ERROR_LOG ( ( "lun.inquiryPage83Data = %qx\n", targetParameters->lun
[all...]
H A DAppleSCSIEmulatorAdapterUC.h95 EmulatorLUNParamsStruct lun; member in struct:EmulatorTargetParamsStruct
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.h164 virtual bool initMgmtORBWithLUN( IOFireWireSBP2ManagementORB * orb, IOFireWireSBP2LUN * lun,
169 virtual bool initLoginWithLUN( IOFireWireSBP2Login * login, IOFireWireSBP2LUN * lun );
H A DIOFireWireSBP2ManagementORB.h105 UInt16 lun; member in struct:IOFireWireSBP2ManagementORB::__anon1646
127 virtual bool initWithLUN( IOFireWireSBP2LUN * lun,
H A DIOFireWireSBP2LUN.cpp100 // get lun number
107 // read lun number from registry
388 // lun number accessor
606 bool IOFireWireSBP2LUN::initMgmtORBWithLUN( IOFireWireSBP2ManagementORB * orb, IOFireWireSBP2LUN * lun, argument
610 return orb->initWithLUN( lun, refCon, completion );
617 bool IOFireWireSBP2LUN::initLoginWithLUN( IOFireWireSBP2Login * login, IOFireWireSBP2LUN * lun )
619 return login->initWithLUN( lun );
H A DIOFireWireSBP2Target.h79 UInt32 lun; member in struct:IOFireWireSBP2Target::__anon1656
H A DIOFireWireSBP2ManagementORB.cpp53 bool IOFireWireSBP2ManagementORB::initWithLUN( IOFireWireSBP2LUN * lun, void * refCon, FWSBP2ManagementCallback completion ) argument
72 fLUN = lun;
553 queryLoginsORB->lun = OSSwapHostToBigInt16(fLUN->getLUNumber());
H A DIOFireWireSBP2Target.cpp449 info.lun = 0;
602 info.lun = data & 0x0000ffff;
607 FWKLOG( ( "IOFireWireSBP2Target<%p> : firmwareRev = %d, lun = %d, devType = %d\n",
608 this, info.firmwareRev, info.lun, info.devType ) );
653 // get lun value
658 info.lun = lunValue & 0x0000ffff;
663 FWKLOG( ( "IOFireWireSBP2Target<%p> : firmwareRev = %d, lun = %d, devType = %d\n",
664 this, info.firmwareRev, info.lun, info.devType ) );
770 prop = OSNumber::withNumber( info->lun, 32 );
810 // create lun
[all...]
H A DIOFireWireSBP2Login.h312 UInt16 lun; member in struct:IOFireWireSBP2Login::__anon1640
346 virtual bool initWithLUN( IOFireWireSBP2LUN * lun );
H A DIOFireWireSBP2Login.cpp86 bool IOFireWireSBP2Login::initWithLUN( IOFireWireSBP2LUN * lun )
91 fLUN = lun;
453 fLoginORB.lun = OSSwapHostToBigInt16(fLUN->getLUNumber());
454 FWKLOG( ("IOFireWireSBP2Login<%p>::allocateResources lun number = %d\n", this, OSSwapBigToHostInt16(fLoginORB.lun)) );
723 // disconnect from lun
1013 // get lun
/macosx-10.10/pdisk-9/
H A DMacSCSICommand.h53 unsigned char lun; /* 1 */ member in struct:SCSI_10_Byte_Command
67 unsigned char lun; /* 1 */ member in struct:SCSI_12_Byte_Command
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.cpp297 // Default is to have a max lun of 0.
2385 UInt8 lun = GetMaxLogicalUnitNumber(); local
2387 require_nonzero ( lun, CallSuperClass );

Completed in 107 milliseconds