Searched refs:typeidx (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2365 int typeidx, nameidx, sizeidx; local
2449 typeidx = us_field_index("type");
2450 if (typelen > cb->cb_width[typeidx])
2451 cb->cb_width[typeidx] = typelen;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c14643 dof_stridx_t typeidx;
14798 typeidx = probe->dofpr_nargv;
14801 if (typeidx >= str_sec->dofs_size) {
14813 typeidx += typesz;
14817 typeidx = probe->dofpr_xargv;
14826 if (typeidx >= str_sec->dofs_size) {
14839 typeidx += typesz;

Completed in 335 milliseconds