Searched refs:psize (Results 1 - 25 of 237) sorted by path

12345678910

/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c1634 SWIG_AsCharPtrAndSize(SV *obj, char** cptr, size_t* psize, int *alloc) argument
1650 if (psize) *psize = size;
1658 if (psize) *psize = vptr ? (strlen(vptr) + 1) : 0;
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c2679 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc) argument
2712 if (psize) *psize = len + 1;
2720 if (psize) *psize = vptr ? (strlen((char *)vptr) + 1) : 0;
/netbsd-current/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c1723 SWIG_AsCharPtrAndSize(Tcl_Obj *obj, char** cptr, size_t* psize, int *alloc) argument
1729 if (psize) *psize = len + 1;
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_osfp.c97 int window, w_mod, ttl, df, psize, p_mod, mss, mss_mod, wscale, local
159 GET_INT(psize, &p_mod, "overall packet size", T_MOD|T_DC,
204 fp.fp_psize = psize;
/netbsd-current/external/bsd/cron/dist/
H A Dpw_dup.c59 size_t nsize, psize, gsize, dsize, ssize, total; local
73 psize = strlen(pw->pw_passwd) + 1;
74 total += psize;
76 psize = 0;
115 (void)memcpy(cp, pw->pw_passwd, psize);
117 cp += psize;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_iso9660.c5838 int psize; local
5840 psize = (cnt + bk) & ~bk;
5841 p = realloc(idr->idrent_pool, sizeof(struct idrent) * psize);
5848 idr->pool_size = psize;
/netbsd-current/external/bsd/nvi/dist/common/
H A Ddb1.c169 db->_recno_info.psize = db->_pagesize;
H A Dexf.c133 size_t psize; local
225 psize = 1024;
237 psize = ((sb.st_size / 15) + 1023) / 1024;
238 if (psize > 10)
239 psize = 10;
240 if (psize == 0)
241 psize = 1;
242 psize *= 1024;
267 if (db_init(sp, ep, rcv_name, oname, psize, &open_err)) {
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 Dvi_db1.c681 db_init(SCR *sp, EXF *ep, char *rcv_name, char *oname, size_t psize, int *open_err) argument
692 oinfo.psize = psize;
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dpass1.h305 psize(P1ND *);
H A Dtrees.c1343 p = (offcon(psize(p), p->n_type, p->n_df, p->n_ap));
1348 * p is a node of type pointer; psize returns the
1352 psize(P1ND *p) function
1513 else if (psize(p->n_left) != psize(p->n_right))
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h275 psize(NODE *);
H A Dtrees.c1255 p = (offcon(psize(p), p->n_type, p->n_df, p->n_ap));
1260 * p is a node of type pointer; psize returns the
1264 psize(NODE *p) function
1425 else if (psize(p->n_left) != psize(p->n_right))
/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/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c2168 uint64_t psize, ashift; local
2202 psize = statbuf.st_size;
2203 psize = P2ALIGN(psize, (uint64_t)sizeof (vdev_label_t));
2213 vdev_label_offset(psize, l, 0)) != sizeof (label)) {
2862 char csize[32], lsize[32], psize[32], asize[32]; local
2901 zdb_nicenum(zb->zb_psize, psize);
2908 csize, lsize, psize, asize, avg,
2924 (void) printf("psize "
3303 uint64_t offset = 0, size = 0, psize local
[all...]
/netbsd-current/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_status.c408 char blocks[6], lsize[6], psize[6], dsize[6]; local
421 zfs_nicenum(dds->dds_psize, psize, sizeof (psize));
430 blocks, lsize, psize, dsize,
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dblkptr.c95 int psize; local
102 psize = BPE_GET_PSIZE(bp);
108 for (int i = 0; i < psize; i++) {
H A Dddt.c371 uint64_t psize = DDK_GET_PSIZE(ddk); local
387 dds->dds_psize += psize;
392 dds->dds_ref_psize += psize * refcnt;
H A Dvdev_file.c51 vdev_file_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, argument
135 *max_psize = *psize = vattr.va_size;
H A Dvdev_geom.c410 uint64_t psize, state, txg; local
423 psize = pp->mediasize;
424 psize = P2ALIGN(psize, (uint64_t)sizeof(vdev_label_t));
436 offsets[l] = vdev_label_offset(psize, l, 0) + VDEV_SKIP_SIZE;
760 vdev_geom_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, argument
877 *max_psize = *psize = pp->mediasize;
H A Dvdev_label.c161 vdev_label_offset(uint64_t psize, int l, uint64_t offset) argument
164 ASSERT(P2PHASE_TYPED(psize, sizeof (vdev_label_t), uint64_t) == 0);
167 0 : psize - VDEV_LABELS * sizeof (vdev_label_t)));
174 vdev_label_number(uint64_t psize, uint64_t offset) argument
178 if (offset >= psize - VDEV_LABEL_END_SIZE) {
179 offset -= psize - VDEV_LABEL_END_SIZE;
H A Dvdev_missing.c47 vdev_missing_open(vdev_t *vd, uint64_t *psize, uint64_t *max_psize, argument
56 *psize = 0;
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev.h94 extern void vdev_stat_update(zio_t *zio, uint64_t psize);
103 extern uint64_t vdev_psize_to_asize(vdev_t *vd, uint64_t psize);
154 extern uint64_t vdev_label_offset(uint64_t psize, int l, uint64_t offset);
H A Dvdev_impl.h65 typedef uint64_t vdev_asize_func_t(vdev_t *vd, uint64_t psize);
377 extern uint64_t vdev_default_asize(vdev_t *vd, uint64_t psize);

Completed in 615 milliseconds

12345678910