Lines Matching refs:dword
45 static dword notify_handle;
188 void *TransmitBufferSet(APPL *appl, dword ref) in TransmitBufferSet()
197 if (appl->xbuffer_internal[(dword)(long)p]) in TransmitBufferGet()
198 return appl->xbuffer_internal[(dword)(long)p]; in TransmitBufferGet()
200 return appl->xbuffer_ptr[(dword)(long)p]; in TransmitBufferGet()
205 appl->xbuffer_used[(dword)(long)p] = false; in TransmitBufferFree()
206 DBG_PRV1(("%d:xbuf_free(%d)", appl->Id, ((dword)(long)p) + 1)) in TransmitBufferFree()
225 void sendf(APPL *appl, word command, dword Id, word Number, byte *format, ...) in sendf()
235 dword tmp; in sendf()
257 tmp = va_arg(ap, dword); in sendf()
263 tmp = va_arg(ap, dword); in sendf()
269 tmp = va_arg(ap, dword); in sendf()
303 dword data = GET_DWORD(&msg.info.data_b3_ind.Data); in sendf()