Searched refs:psz (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/mdocml/
H A Dout.c257 size_t sz, psz, ssz, d; local
279 psz = (*tbl->slen)(buf, tbl->arg);
287 d = ssz + psz;
289 d = sz + psz;
H A Dtbl_term.c410 size_t sz, psz, ssz, d, padl; local
425 psz = term_strlen(tp, buf);
433 d = ssz + psz;
435 d = sz + psz;
/freebsd-10-stable/contrib/one-true-awk/
H A Dlex.c101 int gettok(char **pbuf, int *psz) /* get next input token */ argument
105 int sz = *psz;
160 *psz = sz;
/freebsd-10-stable/sys/boot/ficl/
H A Dficl.h320 #define SI_PSZ(si, psz) \
321 {si.cp = psz; si.count = (FICL_COUNT)strlen(psz);}
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1154 t4_init_ppod_region(struct ppod_region *pr, struct t4_range *r, u_int psz, argument
1164 pr->pr_page_shift[0] = 12 + G_HPZ0(psz);
1165 pr->pr_page_shift[1] = 12 + G_HPZ1(psz);
1166 pr->pr_page_shift[2] = 12 + G_HPZ2(psz);
1167 pr->pr_page_shift[3] = 12 + G_HPZ3(psz);
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c969 u32 conn_num, total_size, ent_per_page, psz, i; local
989 psz = ILT_PAGE_IN_BYTES(p_src->p_size.val);
990 p_mngr->t2_num_pages = DIV_ROUND_UP(total_size, psz);
1004 u32 size = OSAL_MIN_T(u32, total_size, psz);
1022 ent_per_page = psz / sizeof(struct src_ent);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c894 uintptr_t psz = sizeof (void *); local
915 if (DTRACE_INRANGE(addr, sz, &vp->v_path, psz))
923 if (DTRACE_INRANGE(addr, sz, &vp->v_op, psz))
928 DTRACE_INRANGE(addr, sz, &op->vnop_name, psz)) {

Completed in 263 milliseconds