Home
last modified time | relevance | path

Searched refs:psize (Results 26 – 50 of 88) sorted by relevance

1234

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Ddb.h124 u_int psize; /* page size */ member
153 u_int psize; /* page size */ member
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp_tunables.c43 void *val, uint_t psize, uint_t flags) in udp_get_buf_prop() argument
46 pinfo, ifname, val, psize, flags)); in udp_get_buf_prop()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev.h106 extern void vdev_stat_update(zio_t *zio, uint64_t psize);
118 extern uint64_t vdev_psize_to_asize(vdev_t *vd, uint64_t psize);
176 extern uint64_t vdev_label_offset(uint64_t psize, int l, uint64_t offset);
H A Dvdev_impl.h74 typedef uint64_t vdev_asize_func_t(vdev_t *vd, uint64_t psize);
554 extern uint64_t vdev_default_asize(vdev_t *vd, uint64_t psize);
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c82 static unsigned psize; /* size of array */ variable
212 psize = 0; in main()
658 if (nps + 1 >= psize) { in add_proc()
659 psize += CHUNK_SIZE; in add_proc()
660 ps = xreallocarray(ps, psize, sizeof (ps_t)); in add_proc()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_construct.c296 char paddr[64], psize[64], pname[64], *mname; in bootfs_construct() local
312 if (snprintf(psize, sizeof (paddr), "module-size-%d", id) > in bootfs_construct()
326 DDI_PROP_DONTPASS, psize, 0); in bootfs_construct()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c83 btopeninfo.psize = openinfo->psize;
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_redirection.h179 #define DAT_EP_CONNECT(ep, ia_addr, conn_qual, timeout, psize, pdata, \ argument
186 (psize),\
191 #define DAT_EP_DUP_CONNECT(ep, dup, timeout, psize, pdata, qos) \ argument
196 (psize),\
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c362 char psize[6], prssize[6], pmem[6], pcpu[6], ptime[12]; in list_print() local
482 Format_size(psize, id->id_size, 6); in list_print()
491 id->id_nproc, psize, prssize, pmem, ptime, in list_print()
495 id->id_nproc, psize, prssize, pmem, ptime, in list_print()
499 id->id_nproc, psize, prssize, pmem, ptime, in list_print()
503 psize, prssize, pmem, ptime, pcpu); in list_print()
518 Format_size(psize, lwp->li_info.pr_size, 6); in list_print()
548 psize, prssize, pstate, in list_print()
554 psize, prssize, pstate, ppri, pnice, in list_print()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c929 int psize; local
950 psize = ipl->ipl_dsize;
951 if (psize > blen)
955 fwrite(buf, psize, 1, binarylog);
961 print_ipflog(log, buf, psize);
965 print_natlog(log, buf, psize);
969 print_statelog(log, buf, psize);
972 blen -= psize;
973 buf += psize;
/illumos-gate/usr/src/cmd/bnu/
H A Dpk.h151 short psize; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c57 vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, in vdev_file_open() argument
141 *max_psize = *psize = vattr.va_size; in vdev_file_open()
H A Dvdev_raidz.c1279 size_t psize; in vdev_raidz_matrix_reconstruct() local
1281 psize = sizeof (invlog[0][0]) * n * nmissing; in vdev_raidz_matrix_reconstruct()
1282 p = kmem_alloc(psize, KM_SLEEP); in vdev_raidz_matrix_reconstruct()
1338 kmem_free(p, psize); in vdev_raidz_matrix_reconstruct()
1350 size_t psize; in vdev_raidz_reconstruct_general() local
1416 psize = (sizeof (rows[0][0]) + sizeof (invrows[0][0])) * in vdev_raidz_reconstruct_general()
1418 p = kmem_alloc(psize, KM_SLEEP); in vdev_raidz_reconstruct_general()
1461 kmem_free(p, psize); in vdev_raidz_reconstruct_general()
1772 vdev_raidz_asize(vdev_t *vd, uint64_t psize) in vdev_raidz_asize() argument
1779 asize = ((psize - 1) >> ashift) + 1; in vdev_raidz_asize()
[all …]
H A Dvdev.c236 vdev_default_asize(vdev_t *vd, uint64_t psize) in vdev_default_asize() argument
1573 uint64_t asize, max_asize, psize; in vdev_open() local
1675 psize = osize; in vdev_open()
1686 psize = 0; in vdev_open()
1691 vd->vdev_psize = psize; in vdev_open()
3241 vdev_psize_to_asize(vdev_t *vd, uint64_t psize) in vdev_psize_to_asize() argument
3885 vdev_stat_update(zio_t *zio, uint64_t psize) in vdev_stat_update() argument
3936 atomic_add_64(processed, psize); in vdev_stat_update()
3937 vs->vs_scan_processed += psize; in vdev_stat_update()
3941 vs->vs_self_healed += psize; in vdev_stat_update()
[all …]
H A Dvdev_label.c161 vdev_label_offset(uint64_t psize, int l, uint64_t offset) in vdev_label_offset() argument
164 ASSERT(P2PHASE_TYPED(psize, sizeof (vdev_label_t), uint64_t) == 0); in vdev_label_offset()
167 0 : psize - VDEV_LABELS * sizeof (vdev_label_t))); in vdev_label_offset()
174 vdev_label_number(uint64_t psize, uint64_t offset) in vdev_label_number() argument
178 if (offset >= psize - VDEV_LABEL_END_SIZE) { in vdev_label_number()
179 offset -= psize - VDEV_LABEL_END_SIZE; in vdev_label_number()
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c404 size_t psize; in sfmmu_map_prom_mappings() local
413 psize = TTEBYTES(pszc); in sfmmu_map_prom_mappings()
414 pages = btop(psize); in sfmmu_map_prom_mappings()
422 vaddr += psize; in sfmmu_map_prom_mappings()
426 ((caddr_t)P2ROUNDUP((uintptr_t)kmem64_end, psize) - in sfmmu_map_prom_mappings()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_openclose.c53 btinfo.psize = 4096; in osa_adb_create_db()
155 db->btinfo.psize = 4096; in osa_adb_init_db()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c356 uint64_t psize, poffset, v_offset; in i_ldc_mem_bind_handle() local
585 psize = min((pg_size - v_offset), len); in i_ldc_mem_bind_handle()
590 psize = (((uintptr_t)(vaddr + len)) & in i_ldc_mem_bind_handle()
592 if (psize == 0) in i_ldc_mem_bind_handle()
593 psize = pg_size; in i_ldc_mem_bind_handle()
598 psize = pg_size; in i_ldc_mem_bind_handle()
613 memseg->cookies[cookie_idx].size = psize; in i_ldc_mem_bind_handle()
616 memseg->cookies[cookie_idx].size += psize; in i_ldc_mem_bind_handle()
622 ldcp->id, addr, index, raddr, psize, poffset); in i_ldc_mem_bind_handle()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c603 size_t psize; in cb_lpm() local
616 psize = pinfo.piclinfo.size; in cb_lpm()
617 bufp = alloca(psize); in cb_lpm()
619 err = ptree_get_propval(proph, bufp, psize); in cb_lpm()
623 temp_lpm_tbl = parse_lpm_ranges(bufp, psize); in cb_lpm()
2678 size_t psize; in cb_cpu() local
2708 psize = pinfo.piclinfo.size; in cb_cpu()
2709 pmdevp->pmdev_name = malloc(psize); in cb_cpu()
2713 err = ptree_get_propval(proph, pmdevp->pmdev_name, psize); in cb_cpu()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3200 uint64_t psize, ashift, l2cache; in dump_label() local
3255 psize = statbuf.st_size; in dump_label()
3256 psize = P2ALIGN(psize, (uint64_t)sizeof (vdev_label_t)); in dump_label()
4789 sizeof (psize)); in dump_block_stats()
6089 psize = size; in zdb_read_block()
6105 BP_SET_PSIZE(bp, psize); in zdb_read_block()
6154 VERIFY0(abd_iterate_func(pabd, psize, SPA_MAXBLOCKSIZE - psize, in zdb_read_block()
6158 SPA_MAXBLOCKSIZE - psize)); in zdb_read_block()
6164 lbuf, psize, lsize) == 0 && in zdb_read_block()
6178 if (lsize <= psize) { in zdb_read_block()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_close.c175 m.psize = t->bt_psize;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfssubr.c975 size_t psize; in vdev_raidz_matrix_reconstruct() local
978 psize = sizeof (invlog[0][0]) * n * nmissing; in vdev_raidz_matrix_reconstruct()
979 p = malloc(psize); in vdev_raidz_matrix_reconstruct()
1051 size_t psize; in vdev_raidz_reconstruct_general() local
1098 psize = (sizeof (rows[0][0]) + sizeof (invrows[0][0])) * in vdev_raidz_reconstruct_general()
1100 p = malloc(psize); in vdev_raidz_reconstruct_general()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf_notes.c202 size_t psize = prgetprivsize(); in write_elfnotes() local
203 size_t bigsize = MAX(psize, MAX(sizeof (*bigwad), in write_elfnotes()
330 error = elfnote(vp, &offset, NT_PRPRIV, psize, in write_elfnotes()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dfastlz_api.c339 unsigned long *psize, unsigned long *pchecksum, in read_chunk_header() argument
350 *psize = readU32(buffer+4) & 0xffffffff; in read_chunk_header()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1201 uint32_t psize, pbit, capreg; in xhci_read_params() local
1276 psize = 0x1000; in xhci_read_params()
1279 psize = 0x2000; in xhci_read_params()
1288 "the host page size (%d), supports: %x", psize, pgsz); in xhci_read_params()
1291 xcap->xcap_pagesize = psize; in xhci_read_params()

1234