Searched refs:space (Results 76 - 100 of 219) sorted by last modified time

123456789

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.c144 uint32_t space; local
146 space = __offsetof(struct ieee80211req_chaninfo,
148 if (space > ireq->i_len)
149 space = ireq->i_len;
151 return copyout(&ic->ic_nchans, ireq->i_data, space);
237 size_t space; member in struct:scanreq
262 req->space += scan_space(se, &ielen);
274 if (len > req->space)
311 req->space -= len;
326 req.space
331 uint32_t space; local
353 size_t space; member in struct:stainforeq
466 size_t space; local
2428 setwparsnie(struct ieee80211vap *vap, uint8_t *ie, int space) argument
[all...]
H A Dieee80211_crypto_tkip.c882 u_int space; local
901 space = m->m_len - off;
903 if (space > data_len)
904 space = data_len;
906 while (space >= sizeof(uint32_t)) {
909 data += sizeof(uint32_t), space -= sizeof(uint32_t);
913 * NB: when space is zero we make one more trip around
918 * with m pointing at the mbuf with 3 bytes and space
922 (data_len < sizeof(uint32_t) && space != 0))
929 if (space !
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c449 * Transmit requires space in the packet for a special
1516 * guaranteed key space so we are always successful.
2248 const size_t space = sizeof(struct mwl_node); local
2251 mn = malloc(space, M_80211_NODE, M_NOWAIT|M_ZERO);
3161 const int space = sizeof(struct mwltxrec) - hdrlen; local
3162 if (M_LEADINGSPACE(m0) < space) {
3167 space, M_LEADINGSPACE(m0), m0->m_flags, m0->m_len);
3174 M_PREPEND(m0, space, M_NOWAIT);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c276 * Transmit requires space in the packet for a special format transmit
1113 const int space = sizeof(struct malo_txrec) - hdrlen; local
1114 if (M_LEADINGSPACE(m0) < space) {
1119 space, M_LEADINGSPACE(m0), m0->m_flags, m0->m_len);
1126 M_PREPEND(m0, space, M_NOWAIT);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c1500 * Assign a beacon xmit slot. We try to space out
3346 * space free in order for buffer cloning and raw
3867 const size_t space = sizeof(struct ath_node) + sc->sc_rc->arc_space; local
3870 an = malloc(space, M_80211_NODE, M_NOWAIT|M_ZERO);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c954 void *dstbuf, int space)
959 for (i = 0; space >= 2*sizeof(uint32_t); i++) {
964 space -= 2*sizeof(uint32_t);
968 space -= sizeof(uint32_t);
969 } while (r <= e && space >= sizeof(uint32_t));
975 ath_hal_setregs(struct ath_hal *ah, const HAL_REGWRITE *regs, int space) argument
977 while (space >= sizeof(HAL_REGWRITE)) {
979 regs++, space -= sizeof(HAL_REGWRITE);
953 ath_hal_getregdump(struct ath_hal *ah, const HAL_REGRANGE *regs, void *dstbuf, int space) argument
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c265 * and framebuffer via legacy ISA I/O space.) */
343 * and framebuffer via legacy ISA I/O space.) */
2941 mode->space = B_RGB32_LITTLE;
2956 mode->space = B_RGB32_LITTLE;
3290 * their disposal (UMA, values read from PCI config space in other device) */
H A Dnv_dac.c82 /*set colour arrays to point to space reserved in shared info*/
341 switch (target.space)
367 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
H A Dnv_dac2.c88 /*set colour arrays to point to space reserved in shared info*/
298 switch (target.space)
324 if ((target.flags & DUALHEAD_BITS) && (target.space == B_RGB32_LITTLE))
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp59 fFallbackMode.space = B_RGB32;
/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.cpp84 color_space space)
90 width - 1, height - 1), space, 0);
83 ExportToBitmap(int32 width, int32 height, color_space space) argument
H A DBitmapDrawingEngine.h26 color_space space);
/haiku/src/apps/bootmanager/
H A Dbootman.S344 ; Fill the missing space to reach byte 440
/haiku/src/servers/app/
H A DServerBitmap.cpp51 \param space Color space of the bitmap
59 ServerBitmap::ServerBitmap(BRect rect, color_space space, uint32 flags, argument
72 fSpace(space),
77 int32 minBytesPerRow = get_bytes_per_row(space, fWidth);
209 printf("Bitmap@%p: (%" B_PRId32 ":%" B_PRId32 "), space %" B_PRId32 ", "
218 UtilityBitmap::UtilityBitmap(BRect rect, color_space space, uint32 flags, argument
221 ServerBitmap(rect, space, flags, bytesPerRow, screen)
/haiku/src/tests/system/kernel/
H A Dmlock_test.cpp11 void* space = NULL; local
12 area_id area = create_area("mlock test area", &space, B_EXACT_ADDRESS,
16 int result = mlock(space + B_PAGE_SIZE, B_PAGE_SIZE * 7);
19 result = munlock(space + 2 * B_PAGE_SIZE, B_PAGE_SIZE * 5);
22 result = mlock(space + 2 * B_PAGE_SIZE, B_PAGE_SIZE * 3);
25 result = mlock(space, B_PAGE_SIZE * 9);
28 result = munlock(space + 4 * B_PAGE_SIZE, B_PAGE_SIZE * 5);
31 result = munlock(space, B_PAGE_SIZE * 9);
/haiku/headers/os/add-ons/graphics/
H A DGraphicsCard.h67 uint32 space; member in struct:__anon5
/haiku/src/kits/interface/
H A DPictureDataWriter.cpp483 Write<float>(escapement.space);
960 // minus the space occupied by the op code itself (int16)
961 // and the space occupied by the size field (int32)
/haiku/src/system/kernel/
H A Dcommpage.cpp38 void* space = sFreeCommPageSpace; local
40 sCommPageAddress[entry] = (addr_t)space - (addr_t)sCommPageAddress;
43 return space;
50 void* space = allocate_commpage_entry(entry, size); local
51 memcpy(space, copyFrom, size);
52 return (addr_t)space - (addr_t)sCommPageAddress;
89 // the next slot to allocate space is after the table
/haiku/src/apps/fontdemo/
H A DFontDemoView.h46 void SetSpacing(float space);
H A DFontDemoView.cpp90 escapeDeltas[j].space = 0.0f;
154 xCoord += (escapementArray[i] /*+ escapeDeltas[i].nonspace + escapeDeltas[i].space*/)
242 float space = 0.0; local
243 if (msg->FindFloat("_spacing", &space) == B_OK) {
244 SetSpacing(space);
384 FontDemoView::SetSpacing(float space) argument
386 fSpacing = space;
/haiku/src/system/kernel/debug/
H A Dtracing.cpp366 // we need space for fAfterLastEntry, too (in case we need to wrap around
370 // If there's not enough space (free or occupied) after fAfterLastEntry,
398 // buffer is empty or the space after fAfterLastEntry is unoccupied
402 // free the first entries, until there's enough space
403 size_t space = fFirstEntry - fAfterLastEntry; local
405 if (space < needed) {
406 TRACE(("_MakeSpace(%lu), left %ld\n", needed, space));
409 while (space < needed) {
410 space += fFirstEntry->size;
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_size.c188 if (negative || info->showsign || info->space)
199 else if (info->space)
218 fp_info.space = info->space;
/haiku/headers/os/game/
H A DWindowScreen.h26 BWindowScreen(const char* title, uint32 space,
28 BWindowScreen(const char* title, uint32 space,
45 status_t SetSpace(uint32 space);
64 status_t _InitData(uint32 space, uint32 attributes);
74 status_t _GetModeFromSpace(uint32 space, display_mode* mode);
/haiku/src/add-ons/accelerants/neomagic/
H A DOverlay.c154 si->overlay.myBuffer[offset].space = cs;
172 * cardRAM is that apps that try to write beyond the buffer's space get a segfault immediately.
180 * free space: - used for overlay,
218 * this is done to prevent a large buffer getting created in the space a small buffer
225 * space in between your overlay buffers for instance, so cardRAM is used 'to the max'.
234 /* Check if the new buffer would fit into the space the single old one used here */
237 /* It does, so we reset to the old size and adresses to prevent the space from shrinking
250 "Overlay: not enough space to 'squeeze' this one in, aborted\n"));
252 /* Reset to the old size to prevent the space from 'growing' if we get here again... */
263 /* check if we have enough space t
[all...]
/haiku/src/add-ons/accelerants/3dfx/
H A Doverlay.cpp72 TRACE("AllocateOverlayBuffer() unsupported color space 0x%x\n",
102 // Test if there is sufficient space between the end of the current
108 break; // sufficient space for the new buffer
118 // No space between any current buffers of the required size was found;
119 // thus space must be allocated between the last buffer and the end of
121 // ends so that it can be determined if there is sufficient space for
130 TRACE("AllocateOverlayBuffer() insuffcient space for %ld (0x%lx) "
132 return NULL; // insufficient space for buffer
146 ovBuff->space = colorSpace;
215 switch (buffer->space) {
[all...]

Completed in 320 milliseconds

123456789