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

/illumos-gate/usr/src/cmd/who/
H A Dwho.c118 static int justme = 0; /* 1 = who am i */ variable
228 justme = 1;
369 justme = 0;
389 * XCU4 - check if justme was already set by -m option
391 if (justme == 1 || (argc == 3 && strcmp(argv[1], "am") == 0 &&
394 justme = 1;
733 if (justme) {
777 * If justme is set at this point than the utmp entry
780 if (justme) {
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c2040 cpuset_t justme; local
2089 CPUSET_ONLY(justme, CPU->cpu_id);
2126 CPUSET_ISEQUAL(cpus_to_shootdown, justme)) {

Completed in 146 milliseconds