Searched refs:self (Results 101 - 125 of 126) sorted by relevance

123456

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp896 IMAPConnectionWorker* self = (IMAPConnectionWorker*)_self; local
897 status_t status = self->_Worker();
899 delete self;
H A DIMAPFolder.h104 static status_t _ReadFolderState(void* self);
H A DIMAPFolder.cpp575 IMAPFolder::_ReadFolderState(void* self) argument
577 ((IMAPFolder*)self)->_ReadFolderState();
/haiku/src/servers/net/
H A DServices.cpp540 Services* self = (Services*)_self; local
541 return self->_Listener();
/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp234 thread_id self = find_thread(NULL); local
237 if (engine->fRenderThreads[i] == self) {
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp84 MemoryView* self = new MemoryView(team, listener); local
87 self->_Init();
89 delete self;
93 return self;
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp116 DebugReportGenerator* self = new DebugReportGenerator(team, listener, local
120 self->Init();
122 delete self;
126 return self;
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp129 BMessenger self(this);
131 message.AddMessenger("messenger", self);
458 BMessenger self(this);
459 TBarApp::Subscribe(self, &fTeamList);
/haiku/src/kits/interface/
H A DStatusBar.cpp695 _ReservedStatusBar1__10BStatusBar(BStatusBar* self, float value, argument
698 self->BStatusBar::SetTo(value, text, trailingText);
/haiku/src/kits/tracker/
H A DFSUtils.h341 static WellKnowEntryList* self; member in class:BPrivate::WellKnowEntryList
H A DFindPanel.cpp728 BMessenger self(this);
731 AddRecentQueries(fRecentQueries, true, &self, kSwitchToQueryTemplate);
774 BMessenger self(this);
778 "saveHere", &dragNDropMessage, self,
H A DFSUtils.cpp4047 if (self == NULL)
4048 self = new WellKnowEntryList();
4050 return self->MatchEntryCommon(node);
4070 delete self;
4071 self = NULL;
4160 WellKnowEntryList* WellKnowEntryList::self = NULL; member in class:BPrivate::WellKnowEntryList
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_rum.c467 rum_match(device_t self) argument
469 struct usb_attach_arg *uaa = device_get_ivars(self);
482 rum_attach(device_t self) argument
484 struct usb_attach_arg *uaa = device_get_ivars(self);
485 struct rum_softc *sc = device_get_softc(self);
491 device_set_usb_desc(self);
493 sc->sc_dev = self;
503 device_printf(self, "could not allocate USB transfers, "
532 ic->ic_name = device_get_nameunit(self);
590 rum_detach(self);
595 rum_detach(device_t self) argument
[all...]
H A Dif_run.c769 run_match(device_t self) argument
771 struct usb_attach_arg *uaa = device_get_ivars(self);
784 run_attach(device_t self) argument
786 struct run_softc *sc = device_get_softc(self);
787 struct usb_attach_arg *uaa = device_get_ivars(self);
793 device_set_usb_desc(self);
795 sc->sc_dev = self;
808 device_printf(self, "could not allocate USB transfers, "
845 ic->ic_name = device_get_nameunit(self);
928 run_detach(self);
948 run_detach(device_t self) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp307 TeamWindow* self = new TeamWindow(team, listener); local
310 self->_Init();
312 delete self;
316 return self;
H A DSourceView.cpp2064 SourceView* self = new SourceView(team, listener); local
2067 self->_Init();
2069 delete self;
2073 return self;
H A DVariablesView.cpp1848 VariablesView* self = new VariablesView(listener); local
1851 self->_Init(manager);
1853 delete self;
1857 return self;
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1559 KDiskDeviceManager::_CheckMediaStatusDaemon(void* self) argument
1561 return ((KDiskDeviceManager*)self)->_CheckMediaStatus();
/haiku/src/kits/support/
H A DString.cpp2725 __ls__7BStringR7BString(BString* self, BString& string) argument
2727 return self->operator<<(string);
2805 _ZN7BStringixEi(BString* self, int32 index) argument
2808 return BStringRef(*self, index);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1559 ActivityView::_RefreshThread(void* self) argument
1561 ((ActivityView*)self)->_Refresh();
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c203 rge_attach(struct device *parent, struct device *self, void *aux)
210 struct rge_softc *sc = (struct rge_softc *)self;
430 rge_activate(struct device *self, int act) argument
433 struct rge_softc *sc = (struct rge_softc *)self;
439 rv = config_activate_children(self, act);
445 rv = config_activate_children(self, act);
/haiku/src/servers/input/
H A DInputServer.cpp1486 InputServer* self = (InputServer*)arg; local
1487 self->_EventLoop();
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1040 BMediaTrack *self, media_format *inout_format);
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp993 domain_error_reply(net_protocol* self, net_buffer* cause, argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c984 /* kick FW self load */
1087 /* kick FW self load */
10916 iwx_attach_hook(struct device *self) argument
10918 struct iwx_softc *sc = (void *)self;
11001 iwx_attach(struct device *parent, struct device *self, void *aux)
11008 struct iwx_softc *sc = (void *)self;
11429 config_mountroot(self, iwx_attach_hook);
11580 iwx_activate(struct device *self, int act) argument
11582 struct iwx_softc *sc = (struct iwx_softc *)self;

Completed in 308 milliseconds

123456