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

/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c385 ctid_t opt_adopt = 0; local
406 if (uu_strtoint(optarg, &opt_adopt, sizeof (opt_adopt),
424 if (uu_strtoint(optarg, &opt_count, sizeof (opt_adopt),
550 if (opt_adopt) {
557 if ((ctfd = contract_open(opt_adopt, "process", "ctl",
560 opt_adopt);
566 if (((stfd = contract_open(opt_adopt, "process", "status",
572 opt_adopt);
578 opt_adopt);
[all...]

Completed in 76 milliseconds