Searched refs:ent_size (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/sys/disk/
H A Dapm.h50 uint32_t ent_size; member in struct:apm_ent
/freebsd-13-stable/usr.bin/mkimg/
H A Dapm.c83 be32enc(&ent->ent_size, nparts + 1);
92 be32enc(&ent->ent_size, part->size);
/freebsd-13-stable/sys/geom/part/
H A Dg_part_apm.c205 ent->ent_size = be32dec(buf + 12);
225 entry->ent.ent_size = gpp->gpp_size;
242 KASSERT(table->self.ent_size >= table->self.ent_pmblkcnt,
244 KASSERT(table->self.ent_size > baseentry->gpe_index,
279 table->self.ent_size = table->self.ent_pmblkcnt;
376 entry->ent.ent_size = gpp->gpp_size;
467 basetable->gpt_first = table->self.ent_size + 1;
469 basetable->gpt_entries = table->self.ent_size - 1;
478 index, ent.ent_start, ent.ent_start + ent.ent_size - 1);
560 be32enc(buf + 12, table->self.ent_size);
[all...]
/freebsd-13-stable/sys/dev/pccard/
H A Dpccardvar.h118 size_t ent_size, pccard_product_match_fn matchfn)
121 tab, ent_size, matchfn);
117 pccard_product_lookup(device_t dev, const struct pccard_product *tab, size_t ent_size, pccard_product_match_fn matchfn) argument
H A Dpccard.c136 const struct pccard_product *tab, size_t ent_size,
371 const struct pccard_product *tab, size_t ent_size,
384 if (sizeof *ent > ent_size)
385 panic("pccard_product_lookup: bogus ent_size %jd",
386 (intmax_t) ent_size);
401 (const struct pccard_product *) ((const char *) ent + ent_size)) {
370 pccard_do_product_lookup(device_t bus, device_t dev, const struct pccard_product *tab, size_t ent_size, pccard_product_match_fn matchfn) argument
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-bootmem.c651 uint64_t ent_size = cvmx_bootmem_phy_get_size(ent_addr); local
663 usable_max = MIN(address_max, ent_addr + ent_size);
669 if ((((ent_addr + ent_size) > usable_base && ent_addr < address_max))
686 if (req_size < ent_size)
691 cvmx_bootmem_phy_set_size(new_ent_addr, ent_size - req_size);
/freebsd-13-stable/usr.sbin/pciconf/
H A Dcap.c689 int ent_size; local
720 ent_size = (val & PCIM_EA_ES);
722 for (b = 0; b < ent_size; b++) {
735 if (((dw[0] & PCIM_EA_IS_64) != 0) && (b < ent_size)) {
740 && (b < ent_size)) {
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c775 int ent_size; local
803 ent_size = (val & PCIM_EA_ES);
805 for (b = 0; b < ent_size; b++) {
816 if (((dw[0] & PCIM_EA_IS_64) != 0) && (b < ent_size)) {
821 && (b < ent_size)) {

Completed in 134 milliseconds