Searched refs:sio (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp139 BStringIO sio; local
140 DumpMessageToStream(message, sio);
142 sio << BString("StrokesCount: ");
145 sio << tmp;
146 sio << BString("\nStrokes.Bounds: ");
147 sio << (fInkWindow->fStrokes.Bounds());
148 sio << BString("\n");
152 fOwner->fDebugAlert->TextView()->Insert(sio.String());
H A DPenInputServerMethod.cpp114 BStringIO sio;
115 DumpMessageToStream(message, sio);
117 fDebugAlert->TextView()->Insert(sio.String());
/haiku/src/system/boot/platform/next_m68k/
H A Dnextrom.h110 struct sio { struct
181 struct sio *mg_si;
H A Dstart.cpp180 for (int i = 0; i < sizeof(struct sio); i++) {
189 if (i % 32 == 31 || i == sizeof(struct sio) - 1)
193 struct sio *s = &mg->mg_si[i];
194 dprintf("sio[%d] = {%08x, %u, %u, %u, %p, %u, %u, %p, %p, %p}\n", i,

Completed in 37 milliseconds