Searched refs:me (Results 1 - 25 of 842) sorted by path

1234567891011>>

/macosx-10.10/AppleRAID-4.0.6/
H A DAppleLVMVolume.cpp52 AppleLVMVolume *me = new AppleLVMVolume;
53 if (!me) return NULL;
55 if (!me->init() || !me->initWithHeader(lvProps)) {
56 me->release();
60 me->lvEntrySize = lve->lvHeaderSize;
62 return me;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp189 // Outputs: Return code - true (it's me), false (sorry it probably was me, but I can't configure it)
1303 AppleUSBCDC *me = OSDynamicCast( AppleUSBCDC, owner ); local
1305 if ( me != NULL )
1307 result = me->setPropertiesWL( (OSObject *)arg1 );
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp92 AppleUSBCDCACMControl *me = (AppleUSBCDCACMControl *)controlAddr; local
98 XTRACE(me, 0, 0, "findCDCDriverAC");
105 XTRACE(me, 0, 0, "findCDCDriverAC - Couldn't create a matching dictionary");
115 XTRACE(me, 0, 0, "findCDCDriverAC - No AppleUSBCDC driver found!");
126 XTRACEP(me, 0, CDCDriver, "findCDCDriverAC - CDC driver candidate");
128 if (me->fControlInterface->GetDevice() == CDCDriver->getCDCDevice())
130 XTRACEP(me, 0, CDCDriver, "findCDCDriverAC - Found our CDC driver");
131 driverOK = CDCDriver->confirmControl(kUSBAbstractControlModel, me->fControlInterface);
142 XTRACE(me, 0, 0, "findCDCDriverAC - CDC driver not found");
149 XTRACE(me, kUSBAbstractControlMode
200 AppleUSBCDCACMControl *me = (AppleUSBCDCACMControl*)obj; local
303 AppleUSBCDCACMControl *me = (AppleUSBCDCACMControl *)obj; local
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp87 AppleUSBCDCACMData *me = (AppleUSBCDCACMData *)dataAddr; local
93 XTRACE(me, 0, 0, "findCDCDriverAD");
100 XTRACE(me, 0, 0, "findCDCDriverAD - Couldn't create a matching dictionary");
110 XTRACE(me, 0, 0, "findCDCDriverAD - No AppleUSBCDC driver found!");
121 XTRACEP(me, 0, CDCDriver, "findCDCDriverAD - CDC driver candidate");
123 if (me->fDataInterface->GetDevice() == CDCDriver->getCDCDevice())
125 XTRACEP(me, 0, CDCDriver, "findCDCDriverAD - Found our CDC driver");
137 XTRACE(me, 0, 0, "findCDCDriverAD - CDC driver not found");
144 XTRACE(me, kUSBAbstractControlModel, dataInterfaceNum, "findCDCDriverAD - Not my interface");
149 me
169 findControlDriverAD(void *me) argument
841 AppleUSBCDCACMData *me = (AppleUSBCDCACMData*)obj; local
943 AppleUSBCDCACMData *me = (AppleUSBCDCACMData *)obj; local
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp576 // Inputs: obj - me
588 AppleUSBCDCDMM *me = (AppleUSBCDCDMM*)obj; local
592 XTRACE(me, rc, 0, "intReadComplete");
594 if (me->fStopping)
599 dLen = me->fIntBufferSize - remaining;
600 XTRACE(me, me->fIntPipeBuffer[1], dLen, "intReadComplete - Notification and length");
604 if (me->fIntPipeBuffer[1] == kUSBRESPONSE_AVAILABLE)
606 rc = me->sendMERRequest(kUSBGET_ENCAPSULATED_RESPONSE, 0, me
650 AppleUSBCDCDMM *me = (AppleUSBCDCDMM*)obj; local
702 AppleUSBCDCDMM *me = (AppleUSBCDCDMM*)obj; local
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h62 #define meLogData(D, C, b) me->USBLogData((UInt8)D, (SInt32)C, (char *)b)
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/Common/
H A DAppleUSBCDCECM.h59 #define meLogData(D, C, b) me->USBLogData((UInt8)D, (SInt32)C, (char *)b)
61 #define meDumpData(b, C) me->dumpData(char *)b, (SInt32)C)
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp110 AppleUSBCDCECMControl *me = (AppleUSBCDCECMControl *)controlAddr; local
116 XTRACE(me, 0, 0, "findCDCDriverEC");
123 XTRACE(me, 0, 0, "findCDCDriverEC - Couldn't create a matching dictionary");
133 XTRACE(me, 0, 0, "findCDCDriverEC - No AppleUSBCDC driver found!");
144 XTRACEP(me, 0, CDCDriver, "findCDCDriverEC - CDC driver candidate");
146 if (me->fControlInterface->GetDevice() == CDCDriver->getCDCDevice())
148 XTRACEP(me, 0, CDCDriver, "findCDCDriverEC - Found our CDC driver");
149 driverOK = CDCDriver->confirmControl(kUSBEthernetControlModel, me->fControlInterface);
160 XTRACE(me, 0, 0, "findCDCDriverEC - CDC driver not found");
167 XTRACE(me, kUSBEthernetControlMode
225 AppleUSBCDCECMControl *me = (AppleUSBCDCECMControl*)obj; local
315 AppleUSBCDCECMControl *me = (AppleUSBCDCECMControl *)obj; local
367 AppleUSBCDCECMControl *me = (AppleUSBCDCECMControl *)obj; local
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp113 AppleUSBCDCECMData *me = (AppleUSBCDCECMData *)dataAddr; local
120 XTRACE(me, 0, 0, "findCDCDriverED");
127 XTRACE(me, 0, 0, "findCDCDriverED - Couldn't create a matching dictionary");
136 XTRACE(me, 0, 0, "findCDCDriverED - No AppleUSBCDC driver found!");
156 XTRACEP(me, 0, CDCDriver, "findCDCDriverED - CDC driver candidate");
158 if (me->fDataInterface->GetDevice() == CDCDriver->getCDCDevice())
160 XTRACEP(me, 0, CDCDriver, "findCDCDriverED - Found our CDC driver");
172 XTRACE(me, 0, 0, "findCDCDriverED - CDC driver not found");
178 XTRACE(me, kUSBEthernetControlModel, dataInterfaceNum, "findCDCDriverED - Not my interface");
182 me
205 findControlDriverED(AppleUSBCDCECMData *me) argument
423 AppleUSBCDCECMData *me = (AppleUSBCDCECMData*)obj; local
505 AppleUSBCDCECMData *me = (AppleUSBCDCECMData *)obj; local
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp101 AppleUSBCDCEEM *me = (AppleUSBCDCEEM *)dataAddr; local
107 XTRACE(me, 0, 0, "findCDCDriverEED");
114 XTRACE(me, 0, 0, "findCDCDriverEED - Couldn't create a matching dictionary");
123 XTRACE(me, 0, 0, "findCDCDriverEED - No AppleUSBCDC driver found!");
143 XTRACE(me, 0, 0, "findCDCDriverEED - CDC driver candidate");
145 if (me->fDataInterface->GetDevice() == CDCDriver->getCDCDevice())
147 XTRACE(me, 0, 0, "findCDCDriverEED - Found our CDC driver");
159 XTRACE(me, 0, 0, "findCDCDriverEED - CDC driver not found");
165 XTRACE(me, kUSBEthernetEmulationModel, dataInterfaceNum, "findCDCDriverEED - Not my interface");
169 me
332 AppleUSBCDCEEM *me = (AppleUSBCDCEEM*)obj; local
420 AppleUSBCDCEEM *me = (AppleUSBCDCEEM *)obj; local
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h57 #define meLogData(D, C, b) me->USBLogData((UInt8)D, (UInt32)C, (char *)b)
59 #define meDumpData(b, C) me->dumpData(char *)b, (SInt32)C)
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1096 // Outputs: Return code - true (it's me), false (sorry it probably was me, but I can't configure it)
1306 // Inputs: obj - me, param - parameter block(the Port), rc - return code, remaining - what's left
1317 AppleUSBIrDADriver *me = (AppleUSBIrDADriver*)obj; local
1322 XTRACE(kLogInterruptRead, me->fpinterruptPipeBuffer[0], rc);
1323 if (me->fIrDAOn) { // if we're still "up" and haven't been turned off
1325 check(me->fpinterruptPipeBuffer[0] == 1);
1335 // LogData( kUSBAnyDirn, dLen, me->fpinterruptPipeBuffer );
1344 check(me->fReadActive == false);
1345 if (me
1389 AppleUSBIrDADriver *me = (AppleUSBIrDADriver*)obj; local
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DIrDATimerEventSource.cpp55 IrDATimerEventSource *me = new IrDATimerEventSource; local
56 XTRACE(kLogNew, 0, me);
59 if (me && !me->init(inOwner, (super::Action)inAction)) {
60 me->free();
64 return me;
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dconfig.guess41 me=`echo "$0" | sed -e 's,.*/,,'`
46 Output the configuration name of the system \`$me' is run on.
66 Try \`$me --help' for more information."
82 echo "$me: invalid option $1$help" >&2
90 echo "$me: too many arguments$help" >&2
113 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
H A Dconfig.sub57 me=`echo "$0" | sed -e 's,.*/,,'`
82 Try \`$me --help' for more information."
98 echo "$me: invalid option $1$help"
112 0) echo "$me: missing argument$help" >&2
115 *) echo "$me: too many arguments$help" >&2
H A Dconfigure4175 choke me
5377 choke me
7845 choke me
11168 choke me
11316 choke me
33294 choke me
33431 choke me
33531 choke me
33632 choke me
33852 choke me
[all...]
H A Dltmain.sh2242 $echo "*** because the file extensions .$libext of this argument makes me believe"
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A Dconfigure1589 choke me
2673 echo "$me: cannot create a temporary directory in ." >&2
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_windows.c124 ACK_WAITER *me; local
130 if ((ret = allocate_wait_slot(env, &me)) != 0)
135 me->lsnp = lsnp;
136 if ((ret = SignalObjectAndWait(db_rep->mutex, me->event, timeout,
145 free_wait_slot(env, me);
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm519 my ($me, $data) = @_;
520 my $class = ref($me) || $me;
724 . "you should tell me quickly so I can abandon my plan to remove it.");
3017 give this a test run, and let me know the results.
3073 tell me about it.
3079 If you email me personally about Class::DBI issues, then I will
3080 probably bounce them on to there, unless you specifically ask me not to.
3082 means that if you ask me not to send your mail to RT, there's a much
3113 People often think that it's better for me t
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DIterator.pm47 my ($me, $them, $data, @mapper) = @_;
54 ref $me || $me;
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/SQL/
H A DTransformer.pm33 my ($me, $caller, $sql, @args) = @_;
39 } => $me;
109 my $me = shift;
110 my $sql = $me->{_sql};
111 my @args = @{ $me->{_args} };
112 my $caller = $me->{_caller};
114 $sql =~ s/__TABLE\(?(.*?)\)?__/$me->_expand_table($1)/eg;
115 $sql =~ s/__JOIN\((.*?)\)__/$me->_expand_join($1)/eg;
124 $me->{_transformed_sql} = $sql;
125 $me
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm74 me know so that I can make them public, or at least so that I don't
86 my ($me, $proto, @args) = @_;
87 my ($args, $opts) = $me->_unpack_args(@args);
93 } => $me;
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/lib/Class/
H A DTrigger.pm311 This module lets me add subs to be run before/after a specific
/macosx-10.10/CPANInternal-159.1/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm140 It always struck me odd that DBI didn't take much advantage of Perl's

Completed in 350 milliseconds

1234567891011>>