Home
last modified time | relevance | path

Searched refs:rowcmd_index (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil_impl.h151 #define rowcmd_index u.row.index macro
H A Dpicld_pluginutil.c696 if (command->rowcmd_index >= command->rowcmd_nproph) in add_proph_to_row()
698 command->rowcmd_prophs[command->rowcmd_index] = proph; in add_proph_to_row()
699 command->rowcmd_index++; in add_proph_to_row()
1036 command->rowcmd_index = 0; in process_row()
1060 for (i = 0; i < curr_row->rowcmd_index; i++) { in process_endrow()