HomeSort by relevance Sort by last modified time
    Searched refs:o_target (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prtconf/
prtconf.h 63 int o_target; member in struct:prt_opts
prtconf.c 259 opts.o_target = 0;
328 opts.o_target = 1;
331 if ((opts.o_ancestors || opts.o_children) && (!opts.o_target)) {
337 if (opts.o_target) {
pdevinfo.c 176 if (opts.o_target) {
229 opts.o_target = 0;
239 if (opts.o_target) {
266 * here we increment o_target to reflect the
269 * level we can subtract o_target so that the
274 opts.o_target++;
736 if (opts.o_target && !opts.o_ancestors) {
737 ilev -= opts.o_target - 1;
741 if (opts.o_target && !node_display(node)) {
802 if (opts.o_target)
    [all...]

Completed in 1680 milliseconds