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

/freebsd-10.1-release/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.1-release/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.1-release/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.1-release/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.1-release/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)) {
370 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
382 mtx_unlock(&psp->ps_mtx);
431 mtx_lock(&psp->ps_mtx);
443 struct sigacts *psp; local
454 psp = p->p_sigacts;
455 mtx_assert(&psp
558 struct sigacts *psp; local
[all...]
/freebsd-10.1-release/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.1-release/sys/i386/svr4/
H A Dsvr4_machdep.c105 struct sigacts *psp; local
111 psp = p->p_sigacts;
196 struct sigacts *psp; local
207 psp = p->p_sigacts;
423 struct sigacts *psp; local
434 psp = p->p_sigacts;
435 mtx_assert(&psp->ps_mtx, MA_OWNED);
444 SIGISMEMBER(psp->ps_sigonstack, sig)) {
451 mtx_unlock(&psp->ps_mtx);
514 mtx_lock(&psp
[all...]
/freebsd-10.1-release/sys/mips/mips/
H A Dfreebsd32_machdep.c371 struct sigacts *psp; local
381 psp = p->p_sigacts;
382 mtx_assert(&psp->ps_mtx, MA_OWNED);
413 SIGISMEMBER(psp->ps_sigonstack, sig)) {
430 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
446 mtx_unlock(&psp->ps_mtx);
469 mtx_lock(&psp->ps_mtx);
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)) {
145 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
161 mtx_unlock(&psp->ps_mtx);
184 mtx_lock(&psp->ps_mtx);
/freebsd-10.1-release/sys/i386/linux/
H A Dlinux_sysvec.c413 struct sigacts *psp; local
422 psp = p->p_sigacts;
423 mtx_assert(&psp->ps_mtx, MA_OWNED);
436 SIGISMEMBER(psp->ps_sigonstack, sig)) {
441 mtx_unlock(&psp->ps_mtx);
528 mtx_lock(&psp->ps_mtx);
547 struct sigacts *psp; local
555 psp = p->p_sigacts;
558 mtx_assert(&psp->ps_mtx, MA_OWNED);
559 if (SIGISMEMBER(psp
[all...]
/freebsd-10.1-release/sys/amd64/linux32/
H A Dlinux32_sysvec.c308 struct sigacts *psp; local
318 psp = p->p_sigacts;
319 mtx_assert(&psp->ps_mtx, MA_OWNED);
332 SIGISMEMBER(psp->ps_sigonstack, sig)) {
337 mtx_unlock(&psp->ps_mtx);
427 mtx_lock(&psp->ps_mtx);
446 struct sigacts *psp; local
456 psp = p->p_sigacts;
457 mtx_assert(&psp->ps_mtx, MA_OWNED);
458 if (SIGISMEMBER(psp
[all...]
/freebsd-10.1-release/sys/pc98/pc98/
H A Dmachdep.c297 struct sigacts *psp; local
306 psp = p->p_sigacts;
307 mtx_assert(&psp->ps_mtx, MA_OWNED);
313 SIGISMEMBER(psp->ps_sigonstack, sig)) {
330 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
343 mtx_unlock(&psp->ps_mtx);
422 mtx_lock(&psp->ps_mtx);
433 struct sigacts *psp; local
442 psp = p->p_sigacts;
443 mtx_assert(&psp
559 struct sigacts *psp; local
[all...]
/freebsd-10.1-release/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)) {
266 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
295 mtx_unlock(&psp->ps_mtx);
316 mtx_lock(&psp->ps_mtx);
/freebsd-10.1-release/sys/sparc64/sparc64/
H A Dmachdep.c607 struct sigacts *psp; local
621 psp = p->p_sigacts;
622 mtx_assert(&psp->ps_mtx, MA_OWNED);
651 SIGISMEMBER(psp->ps_sigonstack, sig)) {
656 mtx_unlock(&psp->ps_mtx);
669 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
703 mtx_lock(&psp->ps_mtx);
/freebsd-10.1-release/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.1-release/sys/arm/arm/
H A Dmachdep.c209 struct sigacts *psp; local
219 psp = p->p_sigacts;
220 mtx_assert(&psp->ps_mtx, MA_OWNED);
229 SIGISMEMBER(psp->ps_sigonstack, sig)) {
250 mtx_unlock(&psp->ps_mtx);
286 mtx_lock(&psp->ps_mtx);
/freebsd-10.1-release/sys/i386/i386/
H A Dmachdep.c366 struct sigacts *psp; local
375 psp = p->p_sigacts;
376 mtx_assert(&psp->ps_mtx, MA_OWNED);
382 SIGISMEMBER(psp->ps_sigonstack, sig)) {
399 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
412 mtx_unlock(&psp->ps_mtx);
491 mtx_lock(&psp->ps_mtx);
502 struct sigacts *psp; local
511 psp = p->p_sigacts;
512 mtx_assert(&psp
628 struct sigacts *psp; local
[all...]
/freebsd-10.1-release/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.1-release/contrib/binutils/gas/config/
H A Dtc-ia64.h258 unsigned long psp; member in union:unw_p_record::__anon345
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.1-release/sys/amd64/amd64/
H A Dmachdep.c330 struct sigacts *psp; local
343 psp = p->p_sigacts;
344 mtx_assert(&psp->ps_mtx, MA_OWNED);
375 SIGISMEMBER(psp->ps_sigonstack, sig)) {
399 if (SIGISMEMBER(psp->ps_siginfo, sig)) {
414 mtx_unlock(&psp->ps_mtx);
443 mtx_lock(&psp->ps_mtx);
/freebsd-10.1-release/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.1-release/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.1-release/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 205 milliseconds