Searched defs:starting_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c1460 skip_to_next_valid_path(cmdbuf_t *cmds, int starting_index, argument
1466 for (index = starting_index; index < cmds->count; ++index) {
1490 process_commands(cmdbuf_t *cmds, int starting_index, picl_nodehdl_t parent, argument
1499 for (index = starting_index; index < cmds->count; ++index) {

Completed in 70 milliseconds