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

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2426 int typeidx, nameidx, sizeidx; local
2512 typeidx = us_field_index("type");
2513 if (typelen > cb->cb_width[typeidx])
2514 cb->cb_width[typeidx] = typelen;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c15770 dof_stridx_t typeidx;
15931 typeidx = probe->dofpr_nargv;
15934 if (typeidx >= str_sec->dofs_size) {
15946 typeidx += typesz;
15950 typeidx = probe->dofpr_xargv;
15959 if (typeidx >= str_sec->dofs_size) {
15972 typeidx += typesz;

Completed in 133 milliseconds