Searched refs:bsize (Results 26 - 47 of 47) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-encap.c214 coffheader.bsize = bp->s_size;
H A Dcoffswap.h671 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize);
745 PUT_AOUTHDR_BSIZE (abfd, aouthdr_in->bsize, aouthdr_out->bsize);
H A DpeXXigen.c439 aouthdr_int->bsize = GET_AOUTHDR_BSIZE (abfd, aouthdr_ext->bsize);
621 aouthdr_in->bsize = FA (aouthdr_in->bsize);
704 PUT_AOUTHDR_BSIZE (abfd, aouthdr_in->bsize, aouthdr_out->standard.bsize);
H A Dcoff64-rs6000.c980 internal_a.bsize = bss_sec->size;
981 if (internal_a.bsize && bss_sec->vma < internal_a.data_start)
H A Dcoffcode.h4157 internal_a.bsize = bss_sec->size;
4158 if (internal_a.bsize && bss_sec->vma < internal_a.data_start)
H A Decoff.c2708 are at the end of the data section. The bsize field in the
2716 internal_a.bsize = bss_size;
/haiku-fatelf/src/bin/zip/
H A Dzipup.c911 local unsigned mem_read(b, bsize)
913 unsigned bsize;
917 if (block_size > (ulg)bsize) block_size = (ulg)bsize;
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dcplus-dem.c127 int bsize; member in struct:work_stuff
1202 if (from->bsize)
1204 = (char **) xmalloc (from->bsize * sizeof (to->btypevec[0]));
4305 if (work -> numb >= work -> bsize)
4307 if (work -> bsize == 0)
4309 work -> bsize = 5;
4311 = (char **) xmalloc (sizeof (char *) * work -> bsize);
4315 work -> bsize *= 2;
4318 sizeof (char *) * work -> bsize);
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dinternal.h167 bfd_vma bsize; /* uninitialized data " " */ member in struct:internal_aouthdr
H A Dti.h148 char bsize[4]; /* uninitialized data " " */ member in struct:__anon4039
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c546 int error, bsize, i; local
559 bsize = malo_rxbuf * sizeof(struct malo_rxbuf);
560 bf = malloc(bsize, M_MALODEV, M_NOWAIT | M_ZERO);
562 if_printf(ifp, "malloc of %u rx buffers failed\n", bsize);
589 int error, bsize, i; local
600 bsize = malo_txbuf * sizeof(struct malo_txbuf);
601 bf = malloc(bsize, M_MALODEV, M_NOWAIT | M_ZERO);
H A Dif_malohal.c351 malo_hal_send_helper(struct malo_hal *mh, int bsize, argument
355 mh->mh_cmdbuf[1] = htole16(bsize);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwireg.h163 uint32_t bsize; /* size of boot image */ member in struct:iwi_firmware_hdr
H A Dif_iwi.c2291 if (fp->datasize < sizeof(*hdr) + le32toh(hdr->bsize) + le32toh(hdr->usize)
2298 sc->fw_boot.size = le32toh(hdr->bsize);
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h787 #define XHInqTarget2(major, minor, bsize, flags, pname, pnlen) xhdicallWWPPPW(11, (uint16)major, (uint16)minor, (uint32 *)bsize, (uint32 *)flags, (char *)pname, (uint16)pnlen)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c2118 int error, bsize, i; local
2129 bsize = mwl_txbuf * sizeof(struct mwl_txbuf);
2130 bf = malloc(bsize, M_MWLDEV, M_NOWAIT | M_ZERO);
2181 int error, jumbosize, bsize, i; local
2251 bsize = mwl_rxdesc * sizeof(struct mwl_rxbuf);
2252 bf = malloc(bsize, M_MWLDEV, M_NOWAIT | M_ZERO);
2254 if_printf(ifp, "malloc of %u rx buffers failed\n", bsize);
H A Dmwlhal.c2497 mwlSendBlock(struct mwl_hal_priv *mh, int bsize, const void *data, size_t dsize) argument
2500 mh->mh_cmdbuf[1] = htole16(bsize);
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dromaji.c1997 int RomajiFlushYomi(uiContext d, WCHAR_T *b, int bsize) argument
2010 if (bsize > ret) {
2015 WStrncpy(b, yc->kana_buffer + yc->cStartp, bsize);
2016 ret = bsize;
H A Dcanna.h1113 int RomajiFlushYomi(uiContext d, WCHAR_T *b, int bsize);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c2954 int i, bsize, error; local
3028 bsize = sizeof(struct ath_buf) * nbuf;
3029 bf = malloc(bsize, M_ATHDEV, M_NOWAIT | M_ZERO);
3032 dd->dd_name, bsize);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c2138 u32 bsize = vol->cluster_size; local
2140 s64 rounding = ((wend + bsize - 1) & ~(s64)(bsize - 1)) - wend;
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A Dif_igb.c4069 int i, bsize, error; local
4071 bsize = sizeof(struct igb_rx_buf) * adapter->num_rx_desc;
4073 (struct igb_rx_buf *) malloc(bsize,

Completed in 572 milliseconds

12