Searched refs:E32BootChannel (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/epoc32/stand/e32boot/ldd/
H A De32boot.cpp47 class E32BootChannel : public DLogicalChannel { class in inherits:DLogicalChannel
49 E32BootChannel(DLogicalDevice *);
104 return new (ELeave) E32BootChannel(this);
108 E32BootChannel::E32BootChannel(DLogicalDevice *aDevice) function in class:E32BootChannel
117 E32BootChannel::DoCancel(TInt aReqNo)
123 E32BootChannel::DoRequest(TInt aReqNo, TAny *a1, TAny *a2)
129 E32BootChannel::DoControl(TInt aFunction, TAny *a1, TAny *a2)
167 E32BootChannel::BootNetBSD(NetBSD *netbsd, struct btinfo_common *bootinfo)
/netbsd-current/sys/arch/epoc32/stand/e32boot/exe/
H A De32boot.cpp123 E32BootLogicalChannel *E32BootChannel = new E32BootLogicalChannel; local
202 err = E32BootChannel->DoCreate(NULL, KNullUnit, NULL, NULL);
204 E32BootChannel->DoControl(KE32BootSetSafeAddress, safeAddress);
205 E32BootChannel->DoControl(KE32BootBootNetBSD, netbsd, bootinfo);

Completed in 78 milliseconds