/illumos-gate/usr/src/uts/common/os/ |
H A D | procset.c | 84 dotoprocs(procset_t *psp, int (*funcp)(), char *arg) in dotoprocs() 213 checkprocset(procset_t *psp) in checkprocset() 281 procinset(proc_t *pp, procset_t *psp) in procinset() 519 lwpinset(proc_t *pp, procset_t *psp, kthread_t *tp, int *done) in lwpinset() 756 cur_inset_only(procset_t *psp) in cur_inset_only() 881 dotolwp(procset_t *psp, int (*funcp)(), char *arg) in dotolwp()
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | upa64s.h | 167 #define DBG(flag, psp, fmt) \ argument 169 #define DBG1(flag, psp, fmt, a1) \ argument 171 #define DBG2(flag, psp, fmt, a1, a2) \ argument 173 #define DBG3(flag, psp, fmt, a1, a2, a3) \ argument 176 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \ argument 179 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \ argument 186 #define DBG(flag, psp, fmt) argument 187 #define DBG1(flag, psp, fmt, a1) argument 188 #define DBG2(flag, psp, fmt, a1, a2) argument 189 #define DBG3(flag, psp, fmt, a1, a2, a3) argument [all …]
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | ebus.h | 199 #define DBG(flag, psp, fmt) \ argument 201 #define DBG1(flag, psp, fmt, a1) \ argument 203 #define DBG2(flag, psp, fmt, a1, a2) \ argument 205 #define DBG3(flag, psp, fmt, a1, a2, a3) \ argument 208 #define DBG4(flag, psp, fmt, a1, a2, a3, a4) \ argument 212 #define DBG5(flag, psp, fmt, a1, a2, a3, a4, a5) \ argument 220 #define DBG(flag, psp, fmt) argument 221 #define DBG1(flag, psp, fmt, a1) argument 222 #define DBG2(flag, psp, fmt, a1, a2) argument 223 #define DBG3(flag, psp, fmt, a1, a2, a3) argument [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | options.c | 228 struct parse_state *psp; in close_service() local 366 struct parse_state *psp; in set_service() local 496 struct parse_state *psp; in set_file() local 534 struct parse_state *psp = slp->sl_parse; in set_device() local 605 struct parse_state *psp = slp->sl_parse; in set_client() local 806 file_end(struct parse_state *psp) in file_end() 840 dispatch_keyword(struct parse_state *psp, const char *keybuf) in dispatch_keyword() 915 my_getenv(struct parse_state *psp, char *estr) in my_getenv() 937 env_replace(struct parse_state *psp, char *keybuf, char kwstate) in env_replace() 985 getkeyword(struct parse_state *psp, char *keybuf, int keymax, in getkeyword() [all …]
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 132 int *perr, const char **lwps, psinfo_t *psp) in proc_grab_common() 257 proc_arg_psinfo(const char *arg, int oflag, psinfo_t *psp, int *perr) in proc_arg_psinfo() 271 proc_arg_xpsinfo(const char *arg, int oflag, psinfo_t *psp, int *perr, in proc_arg_xpsinfo() 290 proc_unctrl_psinfo(psinfo_t *psp) in proc_unctrl_psinfo()
|
H A D | proc_get_info.c | 167 proc_get_psinfo(pid_t pid, psinfo_t *psp) in proc_get_psinfo() 184 proc_get_status(pid_t pid, pstatus_t *psp) in proc_get_status()
|
H A D | Pstack.c | 168 load_uclist(uclist_t *ucl, const lwpstatus_t *psp) in load_uclist()
|
H A D | Pgcore.c | 129 const lwpsinfo_t *lip, prstatus_t *psp) in mkprstatus() 203 mkprpsinfo(struct ps_prochandle *P, prpsinfo_t *psp) in mkprpsinfo() 254 const lwpsinfo_t *lip, prstatus32_t *psp) in mkprstatus32() 328 mkprpsinfo32(struct ps_prochandle *P, prpsinfo32_t *psp) in mkprpsinfo32()
|
/illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 103 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr() local 346 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out() local 362 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next() local
|
H A D | proc_amd64dep.c | 148 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_read_instr() local 429 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_step_out() local 445 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_next() local
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 411 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in pt_post_attach() local 534 const lwpstatus_t *psp = &Pstatus(t->t_pshandle)->pr_lwp; in pt_pre_detach() local 616 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in pt_fork() local 803 const pstatus_t *psp = Pstatus(P); in pt_exec() local 1156 pt_print_lwpid(int *n, const lwpstatus_t *psp) in pt_print_lwpid() 1288 const pstatus_t *psp = Pstatus(t->t_pshandle); in pt_regstatus() local 1522 pt_print_reason(const lwpstatus_t *psp) in pt_print_reason() 1625 const pstatus_t *psp = Pstatus(P); in pt_status_dcmd() local 2252 pt_agent_check(boolean_t *agent, const lwpstatus_t *psp) in pt_agent_check() 2999 pt_symarg_t *psp = arg; in pt_symbol_iter_cb() local [all …]
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | sigsendset.c | 45 sigsendsys(procset_t *psp, int sig) in sigsendsys()
|
H A D | psecflags.c | 93 psecflags(procset_t *psp, psecflagwhich_t which, secflagdelta_t *ap) in psecflags()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/ |
H A D | libproc.c | 182 ps_prochandle_t psp; in pr_addr2map() local 262 ps_prochandle_t psp; in pr_map_info_walk_init() local
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | procset.c | 49 procset_t *psp = &procset; in show_procset() local
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 142 const lwpstatus_t *psp = &Pstatus(dpr->dpr_proc)->pr_lwp; in dt_proc_bpmatch() local 333 const pstatus_t *psp = Pstatus(dpr->dpr_proc); in dt_proc_attach() local 394 const lwpstatus_t *psp = &Pstatus(P)->pr_lwp; in dt_proc_waitrun() local 544 const lwpstatus_t *psp; in dt_proc_control() local
|
/illumos-gate/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 386 thread_call_stack(void *data, const lwpstatus_t *psp, in thread_call_stack() 423 const lwpstatus_t *psp, const lwpsinfo_t *pip) in lwp_call_stack() 679 print_syscall(const lwpstatus_t *psp, prgregset_t reg) in print_syscall() 694 call_stack(pstack_handle_t *h, const lwpstatus_t *psp) in call_stack()
|
/illumos-gate/usr/src/cmd/eqn/ |
H A D | text.c | 20 int psp; variable
|
/illumos-gate/usr/src/cmd/nohup/ |
H A D | nohup.c | 414 const pstatus_t *psp; in do_pnohup() local 672 const pstatus_t *psp; in pnohup() local
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tbl_html.c | 117 const struct tbl_span *psp; in print_tbl() local
|
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | dr_cpu.c | 639 dr_fill_cmp_stat(sbd_cpu_stat_t *csp, int ncores, int impl, sbd_cmp_stat_t *psp) in dr_fill_cmp_stat() 731 sbd_cmp_stat_t *psp; in dr_cpu_status() local
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_cpu.c | 686 dr_fill_cmp_stat(sbd_cpu_stat_t *csp, int ncores, int impl, sbd_cmp_stat_t *psp) in dr_fill_cmp_stat() 783 sbd_cmp_stat_t *psp; in dr_cpu_status() local
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | optget.c | 523 pop(register Push_t* psp) in pop() 1214 info(Push_t* psp, char* s, char* e, Sfio_t* ip, char* id) in info() 1243 localize(Push_t* psp, char* s, char* e, int term, int n, Sfio_t* ip, int version, char* id, char* c… in localize() 1308 Push_t* psp = 0; in label() local 1834 Push_t* psp = 0; in textout() local 2411 Push_t* psp = 0; in opthelp() local 4277 Push_t* psp; in optget() local
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | priocntl.c | 127 priocntl_common(int pc_version, procset_t *psp, int cmd, caddr_t arg, in priocntl_common() 744 priocntlsys(int pc_version, procset_t *psp, int cmd, caddr_t arg, caddr_t arg2) in priocntlsys()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd_cpu.c | 166 sbd_cmp_stat_t *psp) in sbd_fill_cmp_stat() 279 sbd_cmp_stat_t *psp; in sbd_cpu_flags() local
|