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

/freebsd-10.0-release/sys/sys/
H A Dapm.h50 uint32_t ent_size; member in struct:apm_ent
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_apm.c206 ent->ent_size = be32dec(buf + 12);
226 entry->ent.ent_size = gpp->gpp_size;
243 KASSERT(table->self.ent_size >= table->self.ent_pmblkcnt,
245 KASSERT(table->self.ent_size > baseentry->gpe_index,
280 table->self.ent_size = table->self.ent_pmblkcnt;
365 entry->ent.ent_size = gpp->gpp_size;
456 basetable->gpt_first = table->self.ent_size + 1;
458 basetable->gpt_entries = table->self.ent_size - 1;
467 index, ent.ent_start, ent.ent_start + ent.ent_size - 1);
549 be32enc(buf + 12, table->self.ent_size);
[all...]
/freebsd-10.0-release/sys/dev/pccard/
H A Dpccardvar.h111 size_t ent_size, pccard_product_match_fn matchfn)
114 tab, ent_size, matchfn);
110 pccard_product_lookup(device_t dev, const struct pccard_product *tab, size_t ent_size, pccard_product_match_fn matchfn) argument
H A Dpccard.c133 const struct pccard_product *tab, size_t ent_size,
367 const struct pccard_product *tab, size_t ent_size,
380 if (sizeof *ent > ent_size)
381 panic("pccard_product_lookup: bogus ent_size %jd",
382 (intmax_t) ent_size);
397 (const struct pccard_product *) ((const char *) ent + ent_size)) {
366 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-10.0-release/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-10.0-release/contrib/binutils/binutils/
H A Dreadelf.c7001 get_dynamic_data (FILE *file, unsigned int number, unsigned int ent_size)
7006 e_data = cmalloc (number, ent_size);
7014 if (fread (e_data, ent_size, number, file) != number)
7030 i_data[number] = byte_get (e_data + number * ent_size, ent_size);
6998 get_dynamic_data(FILE *file, unsigned int number, unsigned int ent_size) argument

Completed in 207 milliseconds