Searched refs:typs (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c1487 size_t typs = *((uintptr_t *) addr); local
1522 if (typs != ssz) {
1523 printf("Expected type size from buffer (%lu) to match type size looked up now (%ld)\n", (u_long) typs, (long) ssz);
H A Ddt_cg.c1363 dt_node_t *typs = strp->dn_list; local
1387 typs->dn_value = ctf_type_size(dtt.dtt_ctfp, dtt.dtt_type);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c6519 size_t typs = strlen((char *) typeref[2]) + 1;
6520 typs = roundup(typs, sizeof(uintptr_t));
6532 if (size + typs + 2 * sizeof(uintptr_t) > dp->dtdo_rtype.dtdt_size) {
6550 for (s = 0; s < typs; s++) {

Completed in 175 milliseconds