Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/who/
H A Dwho.c122 static int justme = 0; /* 1 = who am i */ variable
232 justme = 1; in main()
373 justme = 0; in main()
395 if (justme == 1 || (argc == 3 && strcmp(argv[1], "am") == 0 && in main()
398 justme = 1; in main()
737 if (justme) { in process()
784 if (justme) { in process()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c2524 cpuset_t justme; in hat_tlb_inval_range() local
2575 CPUSET_ONLY(justme, CPU->cpu_id); in hat_tlb_inval_range()
2612 CPUSET_ISEQUAL(cpus_to_shootdown, justme)) { in hat_tlb_inval_range()