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

/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A De32boot.cpp54 virtual TInt DoControl(TInt, TAny *, TAny *);
129 E32BootChannel::DoControl(TInt aFunction, TAny *a1, TAny *a2) function in class:E32BootChannel
H A Dekern.h37 protected: IMPORT_C virtual int DoControl(int,void *,void *);
/netbsd-current/sys/arch/epoc32/stand/e32boot/exe/
H A De32boot.cpp106 TInt DoControl(TInt aFunction, TAny *a1) function in class:E32BootLogicalChannel
109 return RLogicalChannel::DoControl(aFunction, a1);
112 TInt DoControl(TInt aFunction, TAny *a1, TAny *a2) function in class:E32BootLogicalChannel
115 return RLogicalChannel::DoControl(aFunction, a1, a2);
204 E32BootChannel->DoControl(KE32BootSetSafeAddress, safeAddress);
205 E32BootChannel->DoControl(KE32BootBootNetBSD, netbsd, bootinfo);

Completed in 82 milliseconds