Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 104) sorted by relevance

12345

/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h105 #define REFERENCE(P, T, O) (((T *)((u_int8_t *)(P) + O))[0]) argument
110 #define NUM_ENT(P) (REFERENCE((P), indx_t, I_ENTRIES)) argument
111 #define PREV_PGNO(P) (REFERENCE((P), db_pgno_t, I_PREV_PGNO)) argument
112 #define NEXT_PGNO(P) (REFERENCE((P), db_pgno_t, I_NEXT_PGNO)) argument
113 #define TYPE(P) (REFERENCE((P), u_int8_t, I_TYPE)) argument
114 #define OFFSET(P) (REFERENCE((P), indx_t, I_HF_OFFSET)) argument
120 #define ADDR(P) (PREV_PGNO((P))) argument
123 #define DATA_OFF(P, N) \ argument
125 #define KEY_OFF(P, N) \ argument
128 #define KEY(P, N) (((PAGE8 *)(P)) + KEY_OFF((P), (N))) argument
[all …]
/titanic_44/usr/src/lib/libproc/common/
H A DPservice.c51 ps_pdmodel(struct ps_prochandle *P, int *modelp) in ps_pdmodel()
58 ps_pread(struct ps_prochandle *P, psaddr_t addr, void *buf, size_t size) in ps_pread()
66 ps_pwrite(struct ps_prochandle *P, psaddr_t addr, const void *buf, size_t size) in ps_pwrite()
85 ps_pstop(struct ps_prochandle *P) in ps_pstop()
93 ps_pcontinue(struct ps_prochandle *P) in ps_pcontinue()
106 ps_lstop(struct ps_prochandle *P, lwpid_t lwpid) in ps_lstop()
115 ps_lcontinue(struct ps_prochandle *P, lwpid_t lwpid) in ps_lcontinue()
123 ps_lgetregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t regs) in ps_lgetregs()
135 ps_lsetregs(struct ps_prochandle *P, lwpid_t lwpid, const prgregset_t regs) in ps_lsetregs()
147 ps_lgetfpregs(struct ps_prochandle *P, lwpid_t lwpid, prfpregset_t *regs) in ps_lgetfpregs()
[all …]
H A DPcontrol.c85 Pread_live(struct ps_prochandle *P, void *buf, size_t n, uintptr_t addr, in Pread_live()
93 Pwrite_live(struct ps_prochandle *P, const void *buf, size_t n, uintptr_t addr, in Pwrite_live()
101 Pread_maps_live(struct ps_prochandle *P, prmap_t **Pmapp, ssize_t *nmapp, in Pread_maps_live()
135 Pread_aux_live(struct ps_prochandle *P, auxv_t **auxvp, int *nauxp, void *data) in Pread_aux_live()
173 Pcred_live(struct ps_prochandle *P, prcred_t *pcrp, int ngroups, void *data) in Pcred_live()
180 Ppriv_live(struct ps_prochandle *P, prpriv_t **pprv, void *data) in Ppriv_live()
195 Ppsinfo_live(struct ps_prochandle *P, psinfo_t *psinfo, void *data) in Ppsinfo_live()
205 Plstatus_live(struct ps_prochandle *P, void *data) in Plstatus_live()
212 Plpsinfo_live(struct ps_prochandle *P, void *data) in Plpsinfo_live()
219 Pplatform_live(struct ps_prochandle *P, char *s, size_t n, void *data) in Pplatform_live()
[all …]
H A DPlwpregs.c52 getlwpcore(struct ps_prochandle *P, lwpid_t lwpid) in getlwpcore()
72 getlwpfile(struct ps_prochandle *P, lwpid_t lwpid, in getlwpfile()
97 getlwpstatus(struct ps_prochandle *P, lwpid_t lwpid, lwpstatus_t *lps) in getlwpstatus()
136 setlwpregs(struct ps_prochandle *P, lwpid_t lwpid, long cmd, in setlwpregs()
191 Plwp_getregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t gregs) in Plwp_getregs()
203 Plwp_setregs(struct ps_prochandle *P, lwpid_t lwpid, const prgregset_t gregs) in Plwp_setregs()
209 Plwp_getfpregs(struct ps_prochandle *P, lwpid_t lwpid, prfpregset_t *fpregs) in Plwp_getfpregs()
220 int Plwp_setfpregs(struct ps_prochandle *P, lwpid_t lwpid, in Plwp_setfpregs()
228 Plwp_getxregs(struct ps_prochandle *P, lwpid_t lwpid, prxregset_t *xregs) in Plwp_getxregs()
258 Plwp_setxregs(struct ps_prochandle *P, lwpid_t lwpid, const prxregset_t *xregs) in Plwp_setxregs()
[all …]
H A DPsymtab.c98 get_saddrs(struct ps_prochandle *P, uintptr_t ehdr_start, uint_t *n) in get_saddrs()
172 file_info_new(struct ps_prochandle *P, map_info_t *mptr) in file_info_new()
243 file_info_free(struct ps_prochandle *P, file_info_t *fptr) in file_info_free()
292 map_info_free(struct ps_prochandle *P, map_info_t *mptr) in map_info_free()
324 struct ps_prochandle *P = cd; in map_iter() local
383 map_set(struct ps_prochandle *P, map_info_t *mptr, const char *lname) in map_set()
418 load_static_maps(struct ps_prochandle *P) in load_static_maps()
438 Preadmaps(struct ps_prochandle *P, prmap_t **Pmapp, ssize_t *nmapp) in Preadmaps()
451 Pupdate_maps(struct ps_prochandle *P) in Pupdate_maps()
568 Pupdate_syms(struct ps_prochandle *P) in Pupdate_syms()
[all …]
H A DPcore.c70 core_rw(struct ps_prochandle *P, void *buf, size_t n, uintptr_t addr, in core_rw()
121 Pread_core(struct ps_prochandle *P, void *buf, size_t n, uintptr_t addr, in Pread_core()
129 Pwrite_core(struct ps_prochandle *P, const void *buf, size_t n, uintptr_t addr, in Pwrite_core()
138 Pcred_core(struct ps_prochandle *P, prcred_t *pcrp, int ngroups, void *data) in Pcred_core()
162 Ppriv_core(struct ps_prochandle *P, prpriv_t **pprv, void *data) in Ppriv_core()
182 Ppsinfo_core(struct ps_prochandle *P, psinfo_t *psinfo, void *data) in Ppsinfo_core()
189 Pfini_core(struct ps_prochandle *P, void *data) in Pfini_core()
236 Pplatform_core(struct ps_prochandle *P, char *s, size_t n, void *data) in Pplatform_core()
251 Puname_core(struct ps_prochandle *P, struct utsname *u, void *data) in Puname_core()
265 Pzonename_core(struct ps_prochandle *P, char *s, size_t n, void *data) in Pzonename_core()
[all …]
H A DPidle.c42 Pread_idle(struct ps_prochandle *P, void *buf, size_t n, uintptr_t addr, in Pread_idle()
73 Pwrite_idle(struct ps_prochandle *P, const void *buf, size_t n, uintptr_t addr, in Pwrite_idle()
82 Ppriv_idle(struct ps_prochandle *P, prpriv_t **pprv, void *data) in Ppriv_idle()
125 idle_add_mapping(struct ps_prochandle *P, GElf_Phdr *php, file_info_t *fp) in idle_add_mapping()
156 struct ps_prochandle *P = NULL; in Pgrab_file() local
H A DPsyscall.c60 Pabort_agent(struct ps_prochandle *P) in Pabort_agent()
81 Pcreate_agent(struct ps_prochandle *P) in Pcreate_agent()
190 Pdestroy_agent(struct ps_prochandle *P) in Pdestroy_agent()
235 execute(struct ps_prochandle *P, int sysindex) in execute()
298 Psyscall(struct ps_prochandle *P, in Psyscall()
H A DPfdinfo.c42 Pfd2info(struct ps_prochandle *P, int fd) in Pfd2info()
76 load_fdinfo(struct ps_prochandle *P) in load_fdinfo()
164 Pfdinfo_iter(struct ps_prochandle *P, proc_fdinfo_f *func, void *cd) in Pfdinfo_iter()
H A DPexecname.c54 try_exec(struct ps_prochandle *P, const char *cwd, const char *path, char *buf, in try_exec()
83 Pfindexec(struct ps_prochandle *P, const char *aout, in Pfindexec()
245 Pexecname(struct ps_prochandle *P, char *buf, size_t buflen) in Pexecname()
H A DPgcore.c80 struct ps_prochandle *P; member
148 Pgcore(struct ps_prochandle *P, const char *fname, core_content_t content) in Pgcore()
176 mkprstatus(struct ps_prochandle *P, const lwpstatus_t *lsp, in mkprstatus()
251 mkprpsinfo(struct ps_prochandle *P, prpsinfo_t *psp) in mkprpsinfo()
301 mkprstatus32(struct ps_prochandle *P, const lwpstatus_t *lsp, in mkprstatus32()
376 mkprpsinfo32(struct ps_prochandle *P, prpsinfo32_t *psp) in mkprpsinfo32()
460 struct ps_prochandle *P = pgc->P; in old_per_lwp() local
511 struct ps_prochandle *P = pgc->P; in new_per_lwp() local
618 struct ps_prochandle *P = pgc->P; in count_sections() local
755 struct ps_prochandle *P = pgc->P; in dump_sections() local
[all …]
H A DPzone.c215 Pbrandname(struct ps_prochandle *P, char *buf, size_t buflen) in Pbrandname()
233 Pzonename(struct ps_prochandle *P, char *s, size_t n) in Pzonename()
239 Pzoneroot(struct ps_prochandle *P, char *s, size_t n) in Pzoneroot()
518 Pzonepath(struct ps_prochandle *P, const char *path, char *s, size_t n) in Pzonepath()
745 Pfindobj(struct ps_prochandle *P, const char *path, char *s, size_t n) in Pfindobj()
773 Pfindmap(struct ps_prochandle *P, map_info_t *mptr, char *s, size_t n) in Pfindmap()
/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c106 mdb_tgt_from_pshandle(void *P) in mdb_tgt_from_pshandle()
122 ps_pread(struct ps_prochandle *P, psaddr_t addr, void *buf, size_t size) in ps_pread()
139 ps_pwrite(struct ps_prochandle *P, psaddr_t addr, const void *buf, size_t size) in ps_pwrite()
156 ps_pglobal_lookup(struct ps_prochandle *P, const char *object, in ps_pglobal_lookup()
181 ps_pglobal_sym(struct ps_prochandle *P, const char *object, in ps_pglobal_sym()
231 ps_pauxv(struct ps_prochandle *P, const auxv_t **auxvp) in ps_pauxv()
245 ps_pbrandname(struct ps_prochandle *P, char *buf, size_t len) in ps_pbrandname()
275 ps_pdmodel(struct ps_prochandle *P, int *dm) in ps_pdmodel()
298 ps_fail(struct ps_prochandle *P) in ps_fail()
/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c41 dump_ata_ctl(ata_ctl_t *P) in dump_ata_ctl()
74 dump_ata_drv(ata_drv_t *P) in dump_ata_drv()
101 dump_ata_pkt(ata_pkt_t *P) in dump_ata_pkt()
/titanic_44/usr/src/lib/libproc/i386/
H A DPisadep.c45 Ppltdest(struct ps_prochandle *P, uintptr_t pltaddr) in Ppltdest()
78 Pissyscall(struct ps_prochandle *P, uintptr_t addr) in Pissyscall()
93 Pissyscall_prev(struct ps_prochandle *P, uintptr_t addr, uintptr_t *dst) in Pissyscall_prev()
108 Pissyscall_text(struct ps_prochandle *P, const void *buf, size_t buflen) in Pissyscall_text()
138 argcount(struct ps_prochandle *P, long pc, ssize_t sz) in argcount()
174 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter()
280 Psyscall_setup(struct ps_prochandle *P, int nargs, int sysindex, uintptr_t sp) in Psyscall_setup()
292 Psyscall_copyinargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyinargs()
311 Psyscall_copyoutargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyoutargs()
/titanic_44/usr/src/lib/libproc/sparc/
H A DPisadep.c49 Ppltdest(struct ps_prochandle *P, uintptr_t pltaddr) in Ppltdest()
83 Pissyscall(struct ps_prochandle *P, uintptr_t addr) in Pissyscall()
98 Pissyscall_prev(struct ps_prochandle *P, uintptr_t addr, uintptr_t *dst) in Pissyscall_prev()
113 Pissyscall_text(struct ps_prochandle *P, const void *buf, size_t buflen) in Pissyscall_text()
185 read_gwin(struct ps_prochandle *P, struct rwindow *rwp, uintptr_t sp) in read_gwin()
255 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter()
325 Psyscall_setup(struct ps_prochandle *P, int nargs, int sysindex, uintptr_t sp) in Psyscall_setup()
341 Psyscall_copyinargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyinargs()
365 Psyscall_copyoutargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyoutargs()
/titanic_44/usr/src/lib/libproc/sparcv9/
H A DPisadep.c49 Ppltdest(struct ps_prochandle *P, uintptr_t pltaddr) in Ppltdest()
116 Pissyscall(struct ps_prochandle *P, uintptr_t addr) in Pissyscall()
134 Pissyscall_prev(struct ps_prochandle *P, uintptr_t addr, uintptr_t *dst) in Pissyscall_prev()
149 Pissyscall_text(struct ps_prochandle *P, const void *buf, size_t buflen) in Pissyscall_text()
233 read_gwin(struct ps_prochandle *P, struct rwindow *rwp, uintptr_t sp) in read_gwin()
337 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter()
429 Psyscall_setup(struct ps_prochandle *P, int nargs, int sysindex, uintptr_t sp) in Psyscall_setup()
460 Psyscall_copyinargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyinargs()
494 Psyscall_copyoutargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyoutargs()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_proc.c100 struct ps_prochandle *P = dpr->dpr_proc; in dt_proc_bpcreate() local
393 struct ps_prochandle *P = dpr->dpr_proc; in dt_proc_waitrun() local
468 struct ps_prochandle *P = dpr->dpr_proc; in dt_proc_control() local
671 dt_proc_lookup(dtrace_hdl_t *dtp, struct ps_prochandle *P, int remove) in dt_proc_lookup()
694 dt_proc_destroy(dtrace_hdl_t *dtp, struct ps_prochandle *P) in dt_proc_destroy()
997 dt_proc_release(dtrace_hdl_t *dtp, struct ps_prochandle *P) in dt_proc_release()
1011 dt_proc_continue(dtrace_hdl_t *dtp, struct ps_prochandle *P) in dt_proc_continue()
1026 dt_proc_lock(dtrace_hdl_t *dtp, struct ps_prochandle *P) in dt_proc_lock()
1034 dt_proc_unlock(dtrace_hdl_t *dtp, struct ps_prochandle *P) in dt_proc_unlock()
1117 struct ps_prochandle *P = dt_proc_create(dtp, file, argv); in dtrace_proc_create() local
[all …]
/titanic_44/usr/src/lib/libproc/amd64/
H A DPisadep.c47 Ppltdest(struct ps_prochandle *P, uintptr_t pltaddr) in Ppltdest()
93 Pissyscall(struct ps_prochandle *P, uintptr_t addr) in Pissyscall()
117 Pissyscall_prev(struct ps_prochandle *P, uintptr_t addr, uintptr_t *dst) in Pissyscall_prev()
140 Pissyscall_text(struct ps_prochandle *P, const void *buf, size_t buflen) in Pissyscall_text()
178 argcount(struct ps_prochandle *P, uint32_t pc, ssize_t sz) in argcount()
236 Pstack_iter32(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter32()
355 read_args(struct ps_prochandle *P, uintptr_t fp, uintptr_t pc, prgreg_t *args, in read_args()
467 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter()
566 Psyscall_setup(struct ps_prochandle *P, int nargs, int sysindex, uintptr_t sp) in Psyscall_setup()
588 Psyscall_copyinargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyinargs()
[all …]
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dosdep.h17 # define P(x) x macro
19 # define P(x) () macro
/titanic_44/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c53 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe()
72 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe()
278 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe()
301 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dk5-plugin.h76 #define PLUGIN_DIR_INIT(P) ((P)->files = NULL) argument
77 #define PLUGIN_DIR_OPEN(P) ((P)->files != NULL) argument
/titanic_44/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_debug.c63 ghd_dump_ccc(ccc_t *P) in ghd_dump_ccc()
86 ghd_dump_gcmd(gcmd_t *P) in ghd_dump_gcmd()
/titanic_44/usr/src/cmd/gcore/
H A Dgcore.c44 struct ps_prochandle *P) in convert_path()
133 gcore(struct ps_prochandle *P, const char *fname, core_content_t content, in gcore()
149 struct ps_prochandle *P; in main() local
/titanic_44/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c61 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe()
80 dt_pid_has_jump_table(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_has_jump_table()
124 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe()
268 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe()
350 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()

12345