Searched refs:psize (Results 151 - 175 of 237) sorted by relevance

12345678910

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_raidz.c1239 size_t psize; local
1241 psize = sizeof (invlog[0][0]) * n * nmissing;
1242 p = kmem_alloc(psize, KM_SLEEP);
1298 kmem_free(p, psize);
1310 size_t psize; local
1357 psize = (sizeof (rows[0][0]) + sizeof (invrows[0][0])) *
1359 p = kmem_alloc(psize, KM_SLEEP);
1402 kmem_free(p, psize);
1691 vdev_raidz_asize(vdev_t *vd, uint64_t psize) argument
1698 asize = ((psize
[all...]
H A Dvdev.c187 * Default asize function: return the MAX of psize with the asize of
191 vdev_default_asize(vdev_t *vd, uint64_t psize) argument
193 uint64_t asize = P2ROUNDUP(psize, 1ULL << vd->vdev_top->vdev_ashift);
197 csize = vdev_psize_to_asize(vd->vdev_child[c], psize);
1260 uint64_t asize, max_asize, psize; local
1363 psize = osize;
1374 psize = 0;
1379 vd->vdev_psize = psize;
2486 vdev_psize_to_asize(vdev_t *vd, uint64_t psize) argument
2488 return (vd->vdev_ops->vdev_op_asize(vd, psize));
2966 vdev_stat_update(zio_t *zio, uint64_t psize) argument
[all...]
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_freebsd.c304 * potentially resized on every call to get_process_info. psize is the number
306 * of valid pointers in pref (this is used by proc_owner). We start psize off
311 static int psize = -1; variable
1173 dprintf("get_process_info: nproc %d, psize %d, size %d\n", nproc, psize, size);
1176 if (nproc > psize)
1182 psize = nproc;
1190 nproc = psize = 0;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c647 unsigned int psize; local
749 psize = POINTER_SIZE_UNITS;
750 if (psize >= SWAP_LIMIT)
751 psize = 0;
753 (have_swap[psize]? 2 : 1));
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc689 unsigned int psize; local
805 psize = POINTER_SIZE_UNITS;
806 if (psize >= SWAP_LIMIT)
807 psize = 0;
809 (have_swap[psize]? 2 : 1));
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.cc1741 unsigned int* psize) const
1781 *psize = sz;
1790 unsigned char** pp, unsigned int* psize,
1823 *psize = sz;
1833 unsigned char** pp, unsigned int* psize,
1866 *psize = sz;
1789 def_section_contents(const Stringpool* dynpool, unsigned char** pp, unsigned int* psize, unsigned int* pentries) const argument
1832 need_section_contents(const Stringpool* dynpool, unsigned char** pp, unsigned int* psize, unsigned int* pentries) const argument
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Ddynobj.cc1741 unsigned int* psize) const
1781 *psize = sz;
1790 unsigned char** pp, unsigned int* psize,
1823 *psize = sz;
1833 unsigned char** pp, unsigned int* psize,
1866 *psize = sz;
1789 def_section_contents(const Stringpool* dynpool, unsigned char** pp, unsigned int* psize, unsigned int* pentries) const argument
1832 need_section_contents(const Stringpool* dynpool, unsigned char** pp, unsigned int* psize, unsigned int* pentries) const argument
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Ddynobj.cc1741 unsigned int* psize) const
1781 *psize = sz;
1790 unsigned char** pp, unsigned int* psize,
1823 *psize = sz;
1833 unsigned char** pp, unsigned int* psize,
1866 *psize = sz;
1789 def_section_contents(const Stringpool* dynpool, unsigned char** pp, unsigned int* psize, unsigned int* pentries) const argument
1832 need_section_contents(const Stringpool* dynpool, unsigned char** pp, unsigned int* psize, unsigned int* pentries) const argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Daix-thread.c740 int pcount, psize, pi, gcount, gi; local
750 psize = 1;
751 pbuf = XNEWVEC (struct pd_thread, psize);
763 if (pcount == psize)
765 psize *= 2;
767 psize * sizeof *pbuf);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daix-thread.c747 int pcount, psize, pi, gcount, gi; local
757 psize = 1;
758 pbuf = XNEWVEC (struct pd_thread, psize);
770 if (pcount == psize)
772 psize *= 2;
774 psize * sizeof *pbuf);
/netbsd-current/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c3043 size_t psize, newsize; local
3066 psize = vd->vdev_psize;
3070 * original size, and it has a valid psize.
3073 psize == 0 || psize >= 4 * ztest_opts.zo_vdev_size) {
3078 ASSERT(psize > 0);
3079 newsize = psize + psize / 8;
3080 ASSERT3U(newsize, >, psize);
3084 vd->vdev_path, (ulong_t)psize, (ulong_
5005 uint64_t psize = P2ALIGN(fsize, sizeof (vdev_label_t)); local
5041 uint64_t object, blocksize, txg, pattern, psize; local
[all...]
/netbsd-current/external/bsd/nvi/dist/common/
H A Dvi_db.c780 db_init(SCR *sp, EXF *ep, char *rcv_name, char *oname, size_t psize, int *open_err) argument
792 ep->db->set_pagesize(ep->db, round_up(psize));
H A Ddb1.c169 db->_recno_info.psize = db->_pagesize;
/netbsd-current/tests/lib/libc/db/
H A Dh_db.c648 if (!strcmp("psize", s)) {
649 ib.psize = atoi(eq);
696 if (!strcmp("psize", s)) {
697 rh.psize = atoi(eq);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_gf100.c835 gf100_gr_fecs_discover_reglist_image_size(struct gf100_gr *gr, u32 *psize) argument
843 if ((*psize = nvkm_rd32(device, 0x409800)))
873 gf100_gr_fecs_discover_pm_image_size(struct gf100_gr *gr, u32 *psize) argument
881 if ((*psize = nvkm_rd32(device, 0x409800)))
889 gf100_gr_fecs_discover_zcull_image_size(struct gf100_gr *gr, u32 *psize) argument
897 if ((*psize = nvkm_rd32(device, 0x409800)))
905 gf100_gr_fecs_discover_image_size(struct gf100_gr *gr, u32 *psize) argument
913 if ((*psize = nvkm_rd32(device, 0x409800)))
/netbsd-current/sys/arch/arm/ti/
H A Dti_lcdc.c110 const u_int psize = sfb->obj->dmamap->dm_segs[0].ds_len; local
114 WR4(sc, LCD_LCDDMA_FB0_CEILING, paddr + psize - 1);
/netbsd-current/usr.sbin/sysinst/
H A Dbsddisklabel.c226 char psize[38], inc_free[16], flag, swap[40]; local
243 snprintf(psize, sizeof psize, "%" PRIu64 "%%", -size);
245 snprintf(psize, sizeof psize, "%" PRIu64 " %s", size,
248 snprintf(psize, sizeof psize, "%" PRIu64 "%s",
303 wprintw(m->mw, "%-35.35s %c %s", psize, flag, mount);
H A Dlabel.c1423 daddr_t poffset, psize, pend; local
1439 psize = pset->infos[ptn].size / sizemult;
1447 " [%zu %s]", psize, clone_cnt,
1455 poffset, pend, psize, clone_cnt,
1491 psize = info.size / sizemult;
1492 if (psize == 0)
1532 poffset, pend, psize, desc);
1536 poffset, pend, psize, fstype_width, fstype_width, desc,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dlinux-btrace.c167 size_t *psize)
176 *psize = size;
166 perf_event_read_all(struct perf_event_buffer *pev, gdb_byte **data, size_t *psize) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dgeneral.l30 1 .psize 0
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dmdtest.c53 size_t psize; member in struct:hash_foo
244 void *ctx = malloc(hash->psize);
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dlinux-btrace.c169 size_t *psize)
178 *psize = size;
168 perf_event_read_all(struct perf_event_buffer *pev, gdb_byte **data, size_t *psize) argument
/netbsd-current/lib/libc/db/btree/
H A Dbt_debug.c135 (void)fprintf(tracefp, "psize %lu\n", (unsigned long) m->psize);
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_dmac.c767 dmac_validate_desc(struct dmac_xfer_desc *xd, size_t *psize, argument
805 *psize = size;
811 size_t *psize, bool *misaligned_flag)
815 if ((err = dmac_validate_desc(xd, psize, misaligned_flag)))
810 dmac_init_desc(struct dmac_desc_segs *ds, struct dmac_xfer_desc *xd, size_t *psize, bool *misaligned_flag) argument
/netbsd-current/sys/dev/ieee1394/
H A Dfirewire.h56 unsigned int psize; member in struct:fw_isobufreq::fw_bufspec

Completed in 446 milliseconds

12345678910