Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Drepeat.h1 #define R0(P, S) P(S) argument
2 #define R1(P, S) R0(P,S##0) R0(P,S##1) argument
3 #define R2(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) argument
5 #define R4(P, S) R3(P,S##0) R3(P,S##1) argument
8 #define R7(P, S) R6(P,S##0) R6(P,S##1) argument
11 #define R10(P, S) R9(P,S##0) R9(P,S##1) argument
14 #define R13(P, S) R12(P,S##0) R12(P,S##1) argument
17 #define R16(P, S) R15(P,S##0) R15(P,S##1) argument
20 #define R19(P, S) R18(P,S##0) R18(P,S##1) argument
23 #define REPEAT_(RN, P) RN(P,) argument
[all …]
H A Dmulti_typedef.c1 typedef int T, *P; typedef
4 unsigned P = 0; in f() local
9 int P = 0; in g() local
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h108 #define NUM_ENT(P) (REFERENCE((P), indx_t, I_ENTRIES)) argument
111 #define TYPE(P) (REFERENCE((P), u_int8_t, I_TYPE)) argument
118 #define ADDR(P) (PREV_PGNO((P))) argument
121 #define DATA_OFF(P, N) \ argument
123 #define KEY_OFF(P, N) \ argument
126 #define KEY(P, N) (((PAGE8 *)(P)) + KEY_OFF((P), (N))) argument
138 #define BIGPAGESIZE(P) ((P)->BSIZE - BIGPAGEOVERHEAD) argument
151 #define BIGKEYLEN(P) (KEY_OFF((P), 0)) argument
152 #define BIGDATALEN(P) (DATA_OFF((P), 0)) argument
154 #define BIGDATA(P) \ argument
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c53 ps_pdmodel(struct ps_prochandle *P, int *modelp) in ps_pdmodel()
87 ps_pstop(struct ps_prochandle *P) in ps_pstop()
95 ps_pcontinue(struct ps_prochandle *P) in ps_pcontinue()
108 ps_lstop(struct ps_prochandle *P, lwpid_t lwpid) in ps_lstop()
117 ps_lcontinue(struct ps_prochandle *P, lwpid_t lwpid) in ps_lcontinue()
216 ps_lgetxregs(struct ps_prochandle *P, lwpid_t lwpid, caddr_t xregs) in ps_lgetxregs()
238 ps_lsetxregs(struct ps_prochandle *P, lwpid_t lwpid, caddr_t xregs) in ps_lsetxregs()
271 ps_lsetxregs(struct ps_prochandle *P, lwpid_t lwpid, caddr_t xregs) in ps_lsetxregs()
363 ps_pauxv(struct ps_prochandle *P, const auxv_t **aux) in ps_pauxv()
376 ps_pbrandname(struct ps_prochandle *P, char *buf, size_t len) in ps_pbrandname()
[all …]
H A DPcontrol.c440 struct ps_prochandle *P; in Pxcreate() local
771 struct ps_prochandle *P; in Pgrab() local
1185 Pfree(struct ps_prochandle *P) in Pfree()
1243 Pstate(struct ps_prochandle *P) in Pstate()
1254 Pasfd(struct ps_prochandle *P) in Pasfd()
1265 Pctlfd(struct ps_prochandle *P) in Pctlfd()
1430 Psync(struct ps_prochandle *P) in Psync()
1816 prdump(struct ps_prochandle *P) in prdump()
2011 Pdstop(struct ps_prochandle *P) in Pdstop()
2176 Pread(struct ps_prochandle *P, in Pread()
[all …]
H A DPcore.c211 Pfini_core(struct ps_prochandle *P, void *data) in Pfini_core()
347 lwpid2info(struct ps_prochandle *P, lwpid_t id) in lwpid2info()
386 note_pstatus(struct ps_prochandle *P, size_t nbytes) in note_pstatus()
663 note_psinfo(struct ps_prochandle *P, size_t nbytes) in note_psinfo()
882 note_cred(struct ps_prochandle *P, size_t nbytes) in note_cred()
922 note_ldt(struct ps_prochandle *P, size_t nbytes) in note_ldt()
950 note_priv(struct ps_prochandle *P, size_t nbytes) in note_priv()
1023 note_auxv(struct ps_prochandle *P, size_t nbytes) in note_auxv()
1092 note_xreg(struct ps_prochandle *P, size_t nbytes) in note_xreg()
1157 note_asrs(struct ps_prochandle *P, size_t nbytes) in note_asrs()
[all …]
H A DPlwpregs.c59 getlwpcore(struct ps_prochandle *P, lwpid_t lwpid) in getlwpcore()
80 getlwpfile(struct ps_prochandle *P, lwpid_t lwpid, in getlwpfile()
164 getlwpstatus(struct ps_prochandle *P, lwpid_t lwpid, lwpstatus_t *lps) in getlwpstatus()
235 setlwpregs_proc(struct ps_prochandle *P, lwpid_t lwpid, long cmd, in setlwpregs_proc()
331 Plwp_getregs(struct ps_prochandle *P, lwpid_t lwpid, prgregset_t gregs) in Plwp_getregs()
381 Plwp_setfpregs(struct ps_prochandle *P, lwpid_t lwpid, in Plwp_setfpregs()
524 Plwp_getasrs(struct ps_prochandle *P, lwpid_t lwpid, asrset_t asrs) in Plwp_getasrs()
585 Plwp_getname(struct ps_prochandle *P, lwpid_t lwpid, in Plwp_getname()
650 Plwp_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp) in Plwp_stack()
690 Plwp_main_stack(struct ps_prochandle *P, lwpid_t lwpid, stack_t *stkp) in Plwp_main_stack()
[all …]
H A DPsymtab.c346 struct ps_prochandle *P = cd; in map_iter() local
473 Pupdate_maps(struct ps_prochandle *P) in Pupdate_maps()
590 Pupdate_syms(struct ps_prochandle *P) in Pupdate_syms()
611 Prd_agent(struct ps_prochandle *P) in Prd_agent()
876 Preadauxvec(struct ps_prochandle *P) in Preadauxvec()
915 Pgetauxvec(struct ps_prochandle *P) in Pgetauxvec()
2387 exec_map(struct ps_prochandle *P) in exec_map()
2790 struct ps_prochandle *P, in i_Pxlookup_by_addr()
2887 struct ps_prochandle *P, in Pxlookup_by_name()
3350 Pinitsym(struct ps_prochandle *P) in Pinitsym()
[all …]
H A DPfdinfo.c40 Pinitfd(struct ps_prochandle *P) in Pinitfd()
53 Pfd2info(struct ps_prochandle *P, int fd) in Pfd2info()
81 struct ps_prochandle *P = arg; in fdwalk_cb() local
105 load_fdinfo(struct ps_prochandle *P) in load_fdinfo()
123 Pfdinfo_iter(struct ps_prochandle *P, proc_fdinfo_f *func, void *cd) in Pfdinfo_iter()
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()
126 idle_add_mapping(struct ps_prochandle *P, GElf_Phdr *php, file_info_t *fp) in idle_add_mapping()
157 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 DPgcore.c59 struct ps_prochandle *P; member
128 mkprstatus(struct ps_prochandle *P, const lwpstatus_t *lsp, in mkprstatus()
203 mkprpsinfo(struct ps_prochandle *P, prpsinfo_t *psp) in mkprpsinfo()
253 mkprstatus32(struct ps_prochandle *P, const lwpstatus_t *lsp, in mkprstatus32()
328 mkprpsinfo32(struct ps_prochandle *P, prpsinfo32_t *psp) in mkprpsinfo32()
412 struct ps_prochandle *P = pgc->P; in old_per_lwp() local
453 struct ps_prochandle *P = pgc->P; in new_per_lwp() local
596 struct ps_prochandle *P = pgc->P; in count_sections() local
783 struct ps_prochandle *P = pgc->P; in dump_sections() local
868 struct ps_prochandle *P = pgc->P; in dump_map() local
[all …]
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 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()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c103 mdb_tgt_from_pshandle(void *P) in mdb_tgt_from_pshandle()
119 ps_pread(struct ps_prochandle *P, psaddr_t addr, void *buf, size_t size) in ps_pread()
136 ps_pwrite(struct ps_prochandle *P, psaddr_t addr, const void *buf, size_t size) in ps_pwrite()
153 ps_pglobal_lookup(struct ps_prochandle *P, const char *object, in ps_pglobal_lookup()
178 ps_pglobal_sym(struct ps_prochandle *P, const char *object, in ps_pglobal_sym()
228 ps_pauxv(struct ps_prochandle *P, const auxv_t **auxvp) in ps_pauxv()
242 ps_pbrandname(struct ps_prochandle *P, char *buf, size_t len) in ps_pbrandname()
272 ps_pdmodel(struct ps_prochandle *P, int *dm) in ps_pdmodel()
295 ps_fail(struct ps_prochandle *P) in ps_fail()
/illumos-gate/usr/src/lib/libproc/i386/
H A DPisadep.c46 Ppltdest(struct ps_prochandle *P, uintptr_t pltaddr) in Ppltdest()
79 Pissyscall(struct ps_prochandle *P, uintptr_t addr) in Pissyscall()
94 Pissyscall_prev(struct ps_prochandle *P, uintptr_t addr, uintptr_t *dst) in Pissyscall_prev()
109 Pissyscall_text(struct ps_prochandle *P, const void *buf, size_t buflen) in Pissyscall_text()
123 argcount_ctf(struct ps_prochandle *P, long pc, uint_t *countp) in argcount_ctf()
161 argcount(struct ps_prochandle *P, long pc, ssize_t sz) in argcount()
197 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter()
308 Psyscall_setup(struct ps_prochandle *P, int nargs, int sysindex, uintptr_t sp) in Psyscall_setup()
320 Psyscall_copyinargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyinargs()
339 Psyscall_copyoutargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyoutargs()
/illumos-gate/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()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_debug.c39 dump_ata_ctl(ata_ctl_t *P) in dump_ata_ctl()
72 dump_ata_drv(ata_drv_t *P) in dump_ata_drv()
99 dump_ata_pkt(ata_pkt_t *P) in dump_ata_pkt()
/illumos-gate/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()
/illumos-gate/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
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
1129 struct ps_prochandle *P = dt_proc_grab(dtp, pid, flags, 0); in dtrace_proc_grab() local
[all …]
H A Dnfs.d50 translator conninfo_t < struct svc_req *P > { struct
80 translator conninfo_t < struct compound_state *P > { struct
105 translator nfsv4opinfo_t < struct compound_state *P > { struct
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c48 Ppltdest(struct ps_prochandle *P, uintptr_t pltaddr) in Ppltdest()
94 Pissyscall(struct ps_prochandle *P, uintptr_t addr) in Pissyscall()
118 Pissyscall_prev(struct ps_prochandle *P, uintptr_t addr, uintptr_t *dst) in Pissyscall_prev()
141 Pissyscall_text(struct ps_prochandle *P, const void *buf, size_t buflen) in Pissyscall_text()
163 argcount_ctf(struct ps_prochandle *P, uint32_t pc, uint_t *countp) in argcount_ctf()
201 argcount(struct ps_prochandle *P, uint32_t pc, ssize_t sz) in argcount()
259 Pstack_iter32(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter32()
384 read_args(struct ps_prochandle *P, uintptr_t fp, uintptr_t pc, prgreg_t *args, in read_args()
496 Pstack_iter(struct ps_prochandle *P, const prgregset_t regs, in Pstack_iter()
617 Psyscall_copyinargs(struct ps_prochandle *P, int nargs, argdes_t *argp, in Psyscall_copyinargs()
[all …]
/illumos-gate/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c51 dt_pid_create_entry_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_entry_probe()
70 dt_pid_create_return_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_return_probe()
276 dt_pid_create_offset_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_offset_probe()
299 dt_pid_create_glob_offset_probes(struct ps_prochandle *P, dtrace_hdl_t *dtp, in dt_pid_create_glob_offset_probes()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dosdep.h16 # define P(x) x macro
18 # define P(x) () macro
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dk5-plugin.h74 #define PLUGIN_DIR_INIT(P) ((P)->files = NULL) argument
75 #define PLUGIN_DIR_OPEN(P) ((P)->files != NULL) argument

12345