HomeSort by: relevance | last modified time | path
    Searched defs:sunos_sigdebug (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc/sparc/
sunos_machdep.c 55 int sunos_sigdebug = 0; variable in typeref:typename:int
102 if ((sunos_sigdebug & SDB_KSTACK) && p->p_pid == sunos_sigpid)
151 if ((sunos_sigdebug & SDB_KSTACK) && p->p_pid == sunos_sigpid)
158 if (sunos_sigdebug & SDB_FOLLOW)
176 if ((sunos_sigdebug & SDB_KSTACK) && p->p_pid == sunos_sigpid)
sunos_machdep.c 55 int sunos_sigdebug = 0; variable in typeref:typename:int
102 if ((sunos_sigdebug & SDB_KSTACK) && p->p_pid == sunos_sigpid)
151 if ((sunos_sigdebug & SDB_KSTACK) && p->p_pid == sunos_sigpid)
158 if (sunos_sigdebug & SDB_FOLLOW)
176 if ((sunos_sigdebug & SDB_KSTACK) && p->p_pid == sunos_sigpid)

Completed in 24 milliseconds