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

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c2458 int typeidx, nameidx, sizeidx; local
2544 typeidx = us_field_index("type");
2545 if (typelen > cb->cb_width[typeidx])
2546 cb->cb_width[typeidx] = typelen;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c16048 dof_stridx_t typeidx;
16209 typeidx = probe->dofpr_nargv;
16212 if (typeidx >= str_sec->dofs_size) {
16224 typeidx += typesz;
16228 typeidx = probe->dofpr_xargv;
16237 if (typeidx >= str_sec->dofs_size) {
16250 typeidx += typesz;

Completed in 119 milliseconds