Searched refs:psp (Results 1 - 25 of 25) sorted by relevance

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dprocset.h137 #define setprocset(psp, op, ltype, lid, rtype, rid) \
138 (psp)->p_op = (op); \
139 (psp)->p_lidtype = (ltype); \
140 (psp)->p_lid = (lid); \
141 (psp)->p_ridtype = (rtype); \
142 (psp)->p_rid = (rid);
/freebsd-10-stable/lib/libproc/
H A Dproc_util.c203 lwpstatus_t *psp = &phdl->lwps; local
217 psp->pr_why = PR_FAULTED;
218 psp->pr_what = FLTBPT;
220 psp->pr_why = PR_SIGNALLED;
221 psp->pr_what = siginfo->si_signo;
224 psp->pr_why = PR_SYSENTRY;
226 psp->pr_why = PR_SYSEXIT;
229 return (psp);
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c147 const lwpstatus_t *psp = &Pstatus(dpr->dpr_proc)->pr_lwp; local
163 if (psp->pr_reg[R_PC] == dbp->dbp_addr)
174 (int)dpr->dpr_pid, (ulong_t)psp->pr_reg[R_PC]);
361 const pstatus_t *psp = Pstatus(dpr->dpr_proc); local
370 if (psp->pr_lwp.pr_errno != 0)
432 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; local
434 int krflag = psp->pr_flags & (PR_KLC | PR_RLC);
435 timestruc_t tstamp = psp->pr_tstamp;
436 lwpid_t lwpid = psp->pr_lwpid;
442 assert(psp
591 const lwpstatus_t *psp; local
[all...]
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dlinux-unwind.h56 } *frame_ = (struct sigframe *)context->psp;
80 context->psp = sc->sc_gr[12];
114 = (unsigned long)&(sc->sc_ip) - context->psp;
135 } *frame = (struct sigframe *)context->psp;
H A Dunwind-ia64.c115 UNW_WHERE_PSPREL, /* register is saved on memstack (psp-relative) */
153 long spill_offset; /* psp-relative offset for spill base */
194 corresponding to psp. */
196 unsigned long psp; /* previous sp value */ member in struct:_Unwind_Context
621 sr->spill_offset = 0x10; /* default to psp+16 */
1761 return (_Unwind_Ptr) context->psp;
1852 on the memory stack below psp also have been restored. */
1927 addr = (void *)(context->psp + rval);
2017 context->psp = *(unsigned long *)addr;
2034 context->sp = context->psp;
2093 void *psp = __builtin_dwarf_cfa () - 16; local
[all...]
/freebsd-10-stable/sys/amd64/ia32/
H A Dia32_signal.c340 struct sigacts *psp; local
349 psp = p->p_sigacts;
350 mtx_assert(&psp->ps_mtx, MA_OWNED);
356 SIGISMEMBER(psp->ps_sigonstack, sig)) {
366 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
378 mtx_unlock(&psp->ps_mtx);
427 mtx_lock(&psp->ps_mtx);
439 struct sigacts *psp; local
450 psp = p->p_sigacts;
451 mtx_assert(&psp
550 struct sigacts *psp; local
[all...]
/freebsd-10-stable/contrib/nvi/cl/
H A Dcl_funcs.c527 SCR *psp, *tsp; local
552 for (psp = sp; psp != NULL; psp = TAILQ_NEXT(psp, q))
553 for (tsp = TAILQ_NEXT(psp, q); tsp != NULL;
555 if (psp->roff == tsp->roff) {
556 if (psp->coff + psp->cols + 1 == tsp->coff)
557 cl_rdiv(psp);
[all...]
/freebsd-10-stable/sys/i386/svr4/
H A Dsvr4_machdep.c104 struct sigacts *psp; local
110 psp = p->p_sigacts;
195 struct sigacts *psp; local
206 psp = p->p_sigacts;
422 struct sigacts *psp; local
433 psp = p->p_sigacts;
434 mtx_assert(&psp->ps_mtx, MA_OWNED);
443 SIGISMEMBER(psp->ps_sigonstack, sig)) {
450 mtx_unlock(&psp->ps_mtx);
513 mtx_lock(&psp
[all...]
/freebsd-10-stable/sys/mips/mips/
H A Dpm_machdep.c89 struct sigacts *psp; local
98 psp = p->p_sigacts;
99 mtx_assert(&psp->ps_mtx, MA_OWNED);
128 SIGISMEMBER(psp->ps_sigonstack, sig)) {
139 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
155 mtx_unlock(&psp->ps_mtx);
178 mtx_lock(&psp->ps_mtx);
H A Dfreebsd32_machdep.c373 struct sigacts *psp; local
383 psp = p->p_sigacts;
384 mtx_assert(&psp->ps_mtx, MA_OWNED);
415 SIGISMEMBER(psp->ps_sigonstack, sig)) {
426 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
442 mtx_unlock(&psp->ps_mtx);
465 mtx_lock(&psp->ps_mtx);
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c293 struct sigacts *psp; local
303 psp = p->p_sigacts;
304 mtx_assert(&psp->ps_mtx, MA_OWNED);
317 SIGISMEMBER(psp->ps_sigonstack, sig)) {
322 mtx_unlock(&psp->ps_mtx);
412 mtx_lock(&psp->ps_mtx);
431 struct sigacts *psp; local
441 psp = p->p_sigacts;
442 mtx_assert(&psp->ps_mtx, MA_OWNED);
443 if (SIGISMEMBER(psp
[all...]
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_sysvec.c430 struct sigacts *psp; local
439 psp = p->p_sigacts;
440 mtx_assert(&psp->ps_mtx, MA_OWNED);
453 SIGISMEMBER(psp->ps_sigonstack, sig)) {
458 mtx_unlock(&psp->ps_mtx);
544 mtx_lock(&psp->ps_mtx);
563 struct sigacts *psp; local
571 psp = p->p_sigacts;
574 mtx_assert(&psp->ps_mtx, MA_OWNED);
575 if (SIGISMEMBER(psp
[all...]
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dmachdep.c608 struct sigacts *psp; local
622 psp = p->p_sigacts;
623 mtx_assert(&psp->ps_mtx, MA_OWNED);
652 SIGISMEMBER(psp->ps_sigonstack, sig)) {
657 mtx_unlock(&psp->ps_mtx);
666 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
700 mtx_lock(&psp->ps_mtx);
/freebsd-10-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c128 struct sigacts *psp; local
146 psp = p->p_sigacts;
147 mtx_assert(&psp->ps_mtx, MA_OWNED);
226 SIGISMEMBER(psp->ps_sigonstack, sig)) {
260 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
289 mtx_unlock(&psp->ps_mtx);
310 mtx_lock(&psp->ps_mtx);
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c793 const priv_set_t *psp; local
794 if ((psp = ucred_getprivset(ucp, PRIV_EFFECTIVE)) != NULL &&
795 !priv_ismember(psp, PRIV_DTRACE_PROC)) {
/freebsd-10-stable/sys/arm/arm/
H A Dmachdep.c210 struct sigacts *psp; local
220 psp = p->p_sigacts;
221 mtx_assert(&psp->ps_mtx, MA_OWNED);
230 SIGISMEMBER(psp->ps_sigonstack, sig)) {
251 mtx_unlock(&psp->ps_mtx);
283 mtx_lock(&psp->ps_mtx);
/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_sysvec.c611 struct sigacts *psp; local
621 psp = p->p_sigacts;
623 mtx_assert(&psp->ps_mtx, MA_OWNED);
632 SIGISMEMBER(psp->ps_sigonstack, sig)) {
639 mtx_unlock(&psp->ps_mtx);
705 mtx_lock(&psp->ps_mtx);
/freebsd-10-stable/sys/i386/i386/
H A Dmachdep.c378 struct sigacts *psp; local
387 psp = p->p_sigacts;
388 mtx_assert(&psp->ps_mtx, MA_OWNED);
394 SIGISMEMBER(psp->ps_sigonstack, sig)) {
407 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
420 mtx_unlock(&psp->ps_mtx);
499 mtx_lock(&psp->ps_mtx);
510 struct sigacts *psp; local
519 psp = p->p_sigacts;
520 mtx_assert(&psp
632 struct sigacts *psp; local
[all...]
/freebsd-10-stable/sys/ia64/ia64/
H A Dmachdep.c999 struct sigacts *psp; local
1011 psp = p->p_sigacts;
1012 mtx_assert(&psp->ps_mtx, MA_OWNED);
1033 SIGISMEMBER(psp->ps_sigonstack, sig)) {
1045 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
1056 mtx_unlock(&psp->ps_mtx);
1099 mtx_lock(&psp->ps_mtx);
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-ia64.h258 unsigned long psp; member in union:unw_p_record::__anon346
H A Dtc-ia64.c772 /* The input value is a negated offset from psp, and specifies an address
773 psp - offset. The encoded value is psp + 16 - (4 * offset). Thus we
1935 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
1969 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2003 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2194 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2219 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2253 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2287 ptr->r.record.p.off.psp
[all...]
/freebsd-10-stable/sys/amd64/amd64/
H A Dmachdep.c326 struct sigacts *psp; local
339 psp = p->p_sigacts;
340 mtx_assert(&psp->ps_mtx, MA_OWNED);
371 SIGISMEMBER(psp->ps_sigonstack, sig)) {
391 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
406 mtx_unlock(&psp->ps_mtx);
435 mtx_lock(&psp->ps_mtx);
/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c1369 sbitmap psp = sbitmap_alloc (ps->g->num_nodes);
1377 sbitmap_zero (psp);
1379 psp_not_empty = sbitmap_a_and_b_cg (psp, u_node_preds, sched_nodes);
1465 else /* psp is empty && pss is empty. */
1475 sbitmap_free (psp);
1366 sbitmap psp = sbitmap_alloc (ps->g->num_nodes); local
/freebsd-10-stable/sys/dev/en/
H A Dmidway.c2570 en_dmaprobe_doit(struct en_softc *sc, uint8_t *sp, bus_addr_t psp) argument
2573 bus_addr_t pdp = psp + MIDDMA_MAXBURST;
2610 sp, (u_long)psp, dp, (u_long)pdp));
2628 en_write(sc, sc->dtq_chip + 4, psp);
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_ioctl.c1989 struct pf_ifspeed *psp = (struct pf_ifspeed *)addr; local
1993 if (psp->ifname[0] != 0) {
1995 strlcpy(ps.ifname, psp->ifname, IFNAMSIZ);
1998 psp->baudrate = ifp->if_baudrate;

Completed in 225 milliseconds