Searched refs:bsize (Results 126 - 136 of 136) sorted by relevance

123456

/freebsd-10.1-release/sys/dev/ixgbe/
H A Dixv.c2791 int i, bsize, error; local
2793 bsize = sizeof(struct ixv_rx_buf) * adapter->num_rx_desc;
2795 (struct ixv_rx_buf *) malloc(bsize,
H A Dixgbe.c3830 int i, bsize, error; local
3832 bsize = sizeof(struct ixgbe_rx_buf) * rxr->num_desc;
3834 (struct ixgbe_rx_buf *) malloc(bsize,
/freebsd-10.1-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c2848 uni_print_entry(cx, "bsize", "%u", ie->u.aal1.bsize);
2975 if(ie->u.aal1.bsize == 0)
3056 UNI_AAL_BSIZE_ID, ie->u.aal1.bsize);
3163 ie->u.aal1.bsize = *msg->b_rptr++ << 8;
3164 ie->u.aal1.bsize |= *msg->b_rptr++;
/freebsd-10.1-release/sys/dev/e1000/
H A Dif_igb.c4187 int i, bsize, error; local
4189 bsize = sizeof(struct igb_rx_buf) * adapter->num_rx_desc;
4191 (struct igb_rx_buf *) malloc(bsize,
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dcoffcode.h4012 internal_a.bsize = bss_sec->size;
4013 if (internal_a.bsize && bss_sec->vma < internal_a.data_start)
H A Decoff.c2568 are at the end of the data section. The bsize field in the
2576 internal_a.bsize = bss_size;
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-npi-defs.h1247 uint64_t bsize : 16; /**< The size in bytes of the area pointed to by member in struct:cvmx_npi_buff_size_outputx::cvmx_npi_buff_size_outputx_s
1250 uint64_t bsize : 16;
H A Dcvmx-sli-defs.h4612 uint64_t bsize : 16; /**< BUFFER SIZE (bytes) for ring X. */ member in struct:cvmx_sli_pktx_out_size::cvmx_sli_pktx_out_size_s
4614 uint64_t bsize : 16;
H A Dcvmx-npei-defs.h6938 uint64_t bsize : 16; /**< Data size. */ member in struct:cvmx_npei_pkt_slist_id_size::cvmx_npei_pkt_slist_id_size_s
6940 uint64_t bsize : 16;
/freebsd-10.1-release/sys/dev/iwi/
H A Dif_iwi.c2277 if (fp->datasize < sizeof(*hdr) + le32toh(hdr->bsize) + le32toh(hdr->usize)
2284 sc->fw_boot.size = le32toh(hdr->bsize);
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_softdep.c7711 int bsize; local
7726 bsize = lfragtosize(fs, freework->fw_frags);
7756 freeblks_free(ump, freeblks, btodb(bsize));
7759 freeblks->fb_inum, freework->fw_blkno, freework->fw_lbn, bsize);
7760 ffs_blkfree(ump, fs, freeblks->fb_devvp, freework->fw_blkno, bsize,
11072 long bsize; local
11087 bsize = inodedep->id_fs->fs_bsize;
11098 listadp->ad_oldsize == bsize)

Completed in 277 milliseconds

123456