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

/illumos-gate/usr/src/cmd/psradm/
H A Dpsradm.c108 * If mustexist is set, it is an error if a processor isn't there.
112 psr_set_state(processorid_t cpu, int action, psr_action_t *pac, int mustexist) argument
121 if (errno == EINVAL && !mustexist)
139 if (errno == EINVAL && !mustexist)
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c304 do_cpu(psetid_t pset, processorid_t cpu, int print, int mustexist) argument
311 if (errno == EINVAL && !mustexist)

Completed in 58 milliseconds