Searched refs:attached (Results 1 - 9 of 9) sorted by relevance

/haiku/src/servers/app/
H A DDelayedMessage.cpp376 Attachment* attached = NULL; local
379 attached = fAttachments.ItemAt(index);
381 if (attached == NULL || attached->data != NULL)
384 attached->data = malloc(attached->size);
385 if (attached->data == NULL)
388 memcpy(attached->data, attached->constData, attached
414 Attachment* attached = NULL; local
600 Attachment* attached = NULL; local
[all...]
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplay.cpp249 gDisplay[id]->attached = false;
281 gDisplay[displayIndex]->attached
286 if (gDisplay[displayIndex]->attached) {
302 gDisplay[displayIndex]->attached = connector_read_edid(id,
305 if (!gDisplay[displayIndex]->attached && lvdsInfoFound) {
311 gDisplay[displayIndex]->attached = true;
318 if (gDisplay[displayIndex]->attached == false) {
323 gDisplay[displayIndex]->attached = connector_read_edid(id,
327 if (gDisplay[displayIndex]->attached) {
348 gDisplay[displayIndex]->attached
[all...]
H A Dmode.cpp171 if (gDisplay[crtcID]->attached)
192 if (gDisplay[crtcID]->attached == false)
H A Daccelerant.h189 bool attached; member in struct:__anon5
H A Dencoder.cpp325 if (gDisplay[crtcID]->attached != true)
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h482 int attached; member in struct:iwm_softc
H A Dif_iwm.c11661 if (sc->attached) {
11682 sc->attached = 1;
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxvar.h623 int attached; member in struct:iwx_softc
H A Dif_iwx.c10853 if (sc->attached) {
10874 sc->attached = 1;

Completed in 195 milliseconds