Searched refs:initpp (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/disp/ |
H A D | priocntl.c | 143 proc_t *initpp; in priocntl_common() local 461 initpp = prfind(P_INITPID); in priocntl_common() 540 if (initpp != NULL && retthreadp != NULL && in priocntl_common() 541 ttoproc(retthreadp) != initpp) { in priocntl_common() 542 mutex_enter(&initpp->p_lock); in priocntl_common() 543 if (procinset(initpp, &procset)) { in priocntl_common() 544 mutex_exit(&initpp->p_lock); in priocntl_common() 545 (void) proccmp(initpp, &pcmpargs); in priocntl_common() 547 mutex_exit(&initpp->p_lock); in priocntl_common() 1042 proc_t *initpp; in donice() local [all …]
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | cpu_states.c | 321 proc_t *initpp; in do_shutdown() local 327 initpp = prfind(P_INITPID); in do_shutdown() 329 if (initpp == NULL) { in do_shutdown() 338 psignal(initpp, SIGPWR); in do_shutdown()
|
/titanic_41/usr/src/uts/sun4u/starfire/os/ |
H A D | bbus_intr.c | 145 proc_t *initpp; in bbus_intr() local 226 initpp = prfind(P_INITPID); in bbus_intr() 233 if (initpp == NULL) { in bbus_intr() 245 psignal(initpp, SIGPWR); in bbus_intr()
|
/titanic_41/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 564 proc_t *initpp; in xen_shutdown() local 590 initpp = prfind(P_INITPID); in xen_shutdown() 592 if (initpp == NULL) { in xen_shutdown() 600 psignal(initpp, SIGPWR); in xen_shutdown()
|
/titanic_41/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 734 proc_t *initpp; in tzmon_do_shutdown() local 737 initpp = prfind(P_INITPID); in tzmon_do_shutdown() 741 if (initpp == NULL) { in tzmon_do_shutdown() 746 psignal(initpp, SIGPWR); in tzmon_do_shutdown()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | scosmb.c | 661 proc_t *initpp; in scosmb_process_input() local 747 initpp = prfind(P_INITPID); in scosmb_process_input() 755 if (initpp == NULL) { in scosmb_process_input() 767 psignal(initpp, SIGPWR); in scosmb_process_input()
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 765 proc_t *initpp; in xen_shutdown() local 790 initpp = prfind(P_INITPID); in xen_shutdown() 792 if (initpp == NULL) { in xen_shutdown() 800 psignal(initpp, SIGPWR); in xen_shutdown()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | power.c | 654 proc_t *initpp; in do_shutdown() local 660 initpp = prfind(P_INITPID); in do_shutdown() 662 if (initpp == NULL) { in do_shutdown() 670 psignal(initpp, SIGPWR); in do_shutdown()
|
/titanic_41/usr/src/uts/sun4u/sunfire/io/ |
H A D | fhc.c | 2045 proc_t *initpp; in fhc_reboot() local 2049 initpp = prfind(P_INITPID); in fhc_reboot() 2056 if (initpp != NULL) { in fhc_reboot() 2057 psignal(initpp, SIGFPE); /* init 6 */ in fhc_reboot()
|