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

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2400 int typeidx, nameidx, sizeidx; local
2478 typeidx = us_field_index("type");
2479 if (typelen > cb->cb_width[typeidx])
2480 cb->cb_width[typeidx] = typelen;
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c15116 dof_stridx_t typeidx; local
15271 typeidx = probe->dofpr_nargv;
15274 if (typeidx >= str_sec->dofs_size) {
15286 typeidx += typesz;
15290 typeidx = probe->dofpr_xargv;
15299 if (typeidx >= str_sec->dofs_size) {
15312 typeidx += typesz;

Completed in 262 milliseconds