Searched refs:pld (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/fwcontrol/
H A Dfwmpegts.c167 struct mpeg_pldt *pld; local
259 for (pld = (struct mpeg_pldt *)ptr;
260 (intptr_t)pld < (intptr_t)((char *)ptr +
262 pld++) {
264 write(fd, pld->payload,
265 sizeof(pld->payload));
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireCard.cpp389 struct mpeg_pldt* pld; local
420 for (pld = (struct mpeg_pldt *)ptr;
421 (intptr_t)pld < (intptr_t)((char*)ptr +
423 pld++) {
425 memcpy(dest, pld->payload, sizeof(pld->payload));
426 dest = (char*)dest + sizeof(pld->payload);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_mci.c264 u_int32_t pld[4] = {0, 0, 0, 0}; local
271 MCI_GPM_SET_TYPE_OPCODE(pld,
273 *(((u_int8_t *)pld) + MCI_GPM_COEX_B_BT_BITMAP) = query_type;
278 if (!ar9300_mci_send_message(ah, MCI_GPM, 0, pld, 16, wait_done, AH_TRUE))
322 u_int32_t pld[4] = {0, 0, 0, 0}; local
324 MCI_GPM_SET_TYPE_OPCODE(pld,
327 *(((u_int8_t *)pld) + MCI_GPM_COEX_B_BT_FLAGS_OP) = opcode;
328 *(((u_int8_t *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 0) = bt_flags & 0xFF;
329 *(((u_int8_t *)pld) + MCI_GPM_COEX_W_BT_FLAGS + 1) =
331 *(((u_int8_t *)pld)
1537 u_int32_t *pld; local
[all...]

Completed in 94 milliseconds