Searched refs:pt_size (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/arch/mipsco/include/
H A Ddisklabel.h94 int32_t pt_size; /* # of logical blocks in partition */ member in struct:mips_partitions
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dsm2.h63 int sm2_plaintext_size(const unsigned char *ct, size_t ct_size, size_t *pt_size);
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Dsm2.h71 size_t *pt_size);
/netbsd-current/sys/arch/mipsco/mipsco/
H A Ddisksubr.c266 lpp->p_size = vh->vh_part[mp].pt_size;
318 vh->vh_part[mp].pt_size = lpp->p_size;
325 vh->vh_part[8].pt_size = vh->vh_part[vh->vh_root].pt_offset +
/netbsd-current/sys/kern/
H A Dkern_proc.c948 size_t pt_size, tsz; local
959 pt_size = pid_tbl_mask + 1;
962 tsz = pt_size * 2 * sizeof(struct pid_table);
964 new_pt_mask = pt_size * 2 - 1;
970 if (pt_size != pid_tbl_mask + 1) {
988 i = pt_size - 1;
995 pid = (PT_NEXT(slot) + pt_size) & ~pt_size;
1006 n_pt[pid & pt_size].pt_slot = slot;
1007 n_pt[pid & pt_size]
[all...]
/netbsd-current/sys/arch/hpcarm/hpcarm/
H A Dsa11x0_hpc_machdep.c182 vsize_t pt_size; local
317 pt_size = round_page(freemempos) - physical_start;
435 pmap_map_chunk(l1pagetable, KERNEL_BASE, physical_start, pt_size,
/netbsd-current/sys/arch/dreamcast/dev/maple/
H A Dmlcd.c119 int pt_size; /* partition size in byte */ member in struct:mlcd_softc::mlcd_pt
355 pt->pt_size = ((pt->pt_info.width + 1) *
357 pt->pt_nblk = pt->pt_size / sc->sc_bsize;
361 pt->pt_size);
376 if (sc->sc_pt[0].pt_size == sizeof initimg48x32 &&
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sm2/
H A Dsm2_crypt.c64 int sm2_plaintext_size(const unsigned char *ct, size_t ct_size, size_t *pt_size)
75 *pt_size = sm2_ctext->C2->length;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sm2/
H A Dsm2_crypt.c83 size_t *pt_size)
94 *pt_size = sm2_ctext->C2->length;
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_mob.c514 unsigned long pt_size = num_data_pages * VMW_PPN_SIZE; local
515 unsigned long num_pt_pages = DIV_ROUND_UP(pt_size, PAGE_SIZE);

Completed in 276 milliseconds