Searched refs:pad (Results 51 - 75 of 79) sorted by relevance

1234

/haiku/src/system/libroot/os/
H A Dsystem_info.cpp63 int32 pad; member in struct:__anon30
/haiku/headers/cpp/
H A Dstreambuf.h389 streamsize padn(char pad, streamsize n) { return _IO_padn(this, pad, n); } argument
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.h420 uint64_t pad; member in union:ieee80211req_sta_stats::__anon551
476 uint64_t pad; member in union:ieee80211req_sta_req::__anon552
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h215 int32 pad[2]; member in struct:BFS::bfs_inode
/haiku/src/system/boot/loader/net/
H A DUDP.cpp422 uint8 pad; member in struct:pseudo_header
H A DTCP.cpp851 uint8 pad; member in struct:pseudo_header
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwireg.h219 uint8_t pad[11]; member in struct:iwi_notif_association
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h412 uint16_t pad; member in struct:__anon370
H A Dmwlreg.h202 uint16_t pad; /* align to 4-byte boundary */ member in struct:mwl_txdesc
H A Dif_mwl.c3225 ds->pad = 0;
3251 ds->pad = htole16(
3257 ds->pad = htole16(EAGLE_TXD_FIXED_RATE);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h407 uint16_t pad; /* align to 4-byte boundary */ member in struct:malo_txdesc
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpreg.h228 uint8_t pad[9]; member in struct:fxp_cb_config
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_runreg.h757 uint8_t pad; member in struct:rt2870_txd
1650 uint16_t pad; member in struct:run_stats::__anon502
H A Dif_run.c3223 * Align end on a 4-byte boundary, pad 8 bytes (CRC +
3360 uint8_t pad; local
3382 pad = 0;
3384 pad = 2;
3388 txwi->len = htole16(m->m_pkthdr.len - pad);
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfereg.h479 u_int16_t pad[12]; member in struct:bfe_rxheader
/haiku/src/libs/compat/freebsd_network/compat/machine/x86_64/
H A Dcpufunc.h500 uint64_t pad:52 __packed; member in struct:invpcid_descr
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1555 // pad the name to 4 byte alignment
1563 uint8 pad[3] = {}; local
1564 fFile.Write(&pad, 4 - sizeToPad % 4);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c1471 int i, nsegs, ntxds, pad, rate, ridx, error; local
1583 pad = (hdrlen + 3) & ~3;
1642 txd->sdl0 = htole16(sizeof (struct rt2860_txwi) + pad);
1743 int i, nsegs, ntxds, pad, rate, ridx, error; local
1826 pad = (hdrlen + 3) & ~3;
1885 txd->sdl0 = htole16(sizeof (struct rt2860_txwi) + pad);
H A Drt2860reg.h799 uint8_t pad; member in struct:rt2870_txd
/haiku/src/system/boot/platform/amiga_m68k/
H A Drom_calls.h1193 uint16 pad; member in struct:BitMap
1351 uint8 pad[4]; member in struct:DisplayInfo
1369 uint8 pad[14]; member in struct:DimensionInfo
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js376 StreamingDataView.prototype.pad = function(length)
1751 reply.dataView.pad(padding);
/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp31 uint8 pad[4]; member in struct:virtio_net_rx_hdr
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c2633 uint8_t cur, pad; local
2661 pad = 4 - (hdrlen & 3);
2663 pad = 0;
2736 desc->nsegs = WPI_PAD32(totlen + pad) << 4 | (1 + nsegs);
2739 desc->segs[0].len = htole32(4 + buf->size + hdrlen + pad);
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c1232 int len, pad, mcast; local
1306 pad = ((len + 3) & ~3) - len;
1307 m_adj(m, pad);
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c359 /* implicit pad */
419 /* implicit pad */
666 &iflib_encap_pad_mbuf_fail, 0, "# runt frame pad failures");
3623 * min_frame_size is the frame size (less CRC) to pad the mbuf to
3629 * 18 is enough bytes to pad an ARP packet to 46 bytes, and
3632 static char pad[18]; /* just zeros */ local
3640 device_printf(dev, "cannot pad short frame, m_dup() failed");
3650 n > 0; n -= sizeof(pad))
3651 if (!m_append(*m_head, min(n, sizeof(pad)), pad))
[all...]

Completed in 485 milliseconds

1234