Home
last modified time | relevance | path

Searched refs:proc (Results 101 – 125 of 445) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/uts/common/sys/
H A Dpriv.h204 struct proc;
210 extern int priv_pr_spriv(struct proc *, struct prpriv *, const struct cred *);
231 extern int priv_proc_cred_perm(const struct cred *, struct proc *,
H A Dsession.h113 struct proc;
125 extern dev_t cttydev(struct proc *);
H A Dpool_pset.h73 extern int pset_bind_start(struct proc **, struct pool *);
74 extern void pset_bind_abort(struct proc **, struct pool *);
H A Dwatchpoint.h106 struct proc;
120 extern watched_area_t *pr_find_watched_area(struct proc *, watched_area_t *,
H A Ducred.h113 struct proc;
115 extern struct ucred_s *pgetucred(struct proc *);
H A Dfdbuffer.h114 struct proc *fd_procp; /* procp used in bp for direct i/o to uspace */
140 page_t **pplist, struct proc *procp);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c162 rpc_hdr(XDR *xdrs, uint_t xid, rpcprog_t prog, rpcvers_t vers, rpcproc_t proc) in rpc_hdr() argument
189 rpcproc_t proc, /* rpc procedure to call */ in brpc_call() argument
266 reply.acpted_rply.ar_results.proc = out_xdr; in brpc_call()
286 if (rpc_hdr(&xmit_xdrs, xid, prog, vers, proc) != TRUE) { in brpc_call()
320 if ((XDR_PUTINT32(&xmit_xdrs, (int32_t *)&proc) == FALSE) || in brpc_call()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh38 proc:::signal-send
48 proc:::signal-handle
H A Dtst.exitcore.ksh43 proc:::exit
50 proc:::exit
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun96 def done(self, proc, killed):
107 self.returncode = proc.returncode
193 def kill_cmd(self, proc):
226 def collect_output(self, proc):
232 out = Output(proc.stdout)
233 err = Output(proc.stderr)
235 while proc.returncode is None:
236 proc.poll()
268 proc.stdin.close()
277 self.kill_cmd(proc)
[all …]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_kproc.c947 void *proc = (void *)argv[0]; in mdb_kproc_tgt_create() local
984 kp->kp_proc = proc; in mdb_kproc_tgt_create()
985 kp->kp_as = (struct as *)f_as((uintptr_t)proc); in mdb_kproc_tgt_create()
986 kp->kp_pid = f_pid((uintptr_t)proc); in mdb_kproc_tgt_create()
994 warn("failed to obtain PID for proc %p\n", proc); in mdb_kproc_tgt_create()
1011 warn("failed to load mappings for proc %p", proc); in mdb_kproc_tgt_create()
1015 kp->kp_nauxv = f_auxv((uintptr_t)proc, NULL) + 1; in mdb_kproc_tgt_create()
1018 if (f_auxv((uintptr_t)proc, kp->kp_auxv) == -1) { in mdb_kproc_tgt_create()
1019 warn("failed to load auxv for proc %p", proc); in mdb_kproc_tgt_create()
1027 warn("auxv for proc %p is missing AT_ENTRY\n", proc); in mdb_kproc_tgt_create()
[all …]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_refer.c66 xdr_reference(XDR *xdrs, caddr_t *pp, uint_t size, const xdrproc_t proc) in xdr_reference() argument
86 stat = (*proc)(xdrs, loc, LASTUNSIGNED); in xdr_reference()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c282 net_read(dlpi_handle_t dh, size_t chunksize, int filter, void (*proc)(), in net_read() argument
307 scan(bufp, msglen, filter, 0, 0, proc, 0, 0, flags); in net_read()
346 scan(char *buf, int len, int filter, int cap, int old, void (*proc)(), in scan() argument
361 proc(0, 0, 0); in scan()
471 proc(nhdrp, pktp, count, flags); in scan()
522 proc(0, -1, 0); in scan()
787 cap_read(int first, int last, int filter, void (*proc)(), int flags) in cap_read() argument
793 scan(cap_buffp, cap_len, filter, 1, !cap_new, proc, first, last, flags); in cap_read()
/illumos-gate/usr/src/uts/common/syscall/
H A Dprofil.c46 struct proc *p = ttoproc(curthread); in profil()
74 struct proc *p = ttoproc(curthread); in pcsample()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_refer.c64 xdr_reference(XDR *xdrs, caddr_t *pp, uint_t size, const xdrproc_t proc) in xdr_reference() argument
89 stat = (*proc)(xdrs, loc, LASTUNSIGNED); in xdr_reference()
H A Dpmap_clnt.c196 rpcproc_t proc, xdrproc_t xdrargs, caddr_t argsp, xdrproc_t xdrres, in pmap_rmtcall() argument
211 a.proc = proc; in pmap_rmtcall()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c197 proc_t proc; in rctl_list() local
237 if (mdb_vread(&proc, sizeof (proc_t), addr) == -1) { in rctl_list()
241 if (mdb_vread(&zone, sizeof (zone_t), (uintptr_t)proc.p_zone) == -1) { in rctl_list()
242 mdb_warn("failed to read zone at %p", proc.p_zone); in rctl_list()
245 if (mdb_vread(&task, sizeof (task_t), (uintptr_t)proc.p_task) == -1) { in rctl_list()
246 mdb_warn("failed to read task at %p", proc.p_task); in rctl_list()
266 set = (uintptr_t)proc.p_rctls; in rctl_list()
/illumos-gate/usr/src/lib/scsi/plugins/scsi/engines/
H A DMakefile.engine46 ROOTDMOD = $(DMOD:%.so=$(ROOT)/usr/lib/mdb/proc/%.so)
47 ROOTDMOD64 = $(DMOD:%.so=$(ROOT)/usr/lib/mdb/proc/$(MACH64)/%.so)
/illumos-gate/usr/src/cmd/auditreduce/
H A DMakefile32 SRCS = main.c option.c proc.c time.c token.c regex2.c $(TABLEDIR)/toktable.c
33 OBJS = main.o option.o proc.o time.o token.o regex2.o toktable.o
/illumos-gate/usr/src/lib/scsi/plugins/ses/
H A DMakefile.lib46 ROOTDMOD = $(DMOD:%.so=$(ROOT)/usr/lib/mdb/proc/%.so)
47 ROOTDMOD64 = $(DMOD:%.so=$(ROOT)/usr/lib/mdb/proc/$(MACH64)/%.so)
/illumos-gate/usr/src/lib/scsi/plugins/smp/
H A DMakefile.lib45 ROOTDMOD = $(DMOD:%.so=$(ROOT)/usr/lib/mdb/proc/%.so)
46 ROOTDMOD64 = $(DMOD:%.so=$(ROOT)/usr/lib/mdb/proc/$(MACH64)/%.so)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfmode.c225 if(f->proc)
228 if(!(p = f->proc = (Sfproc_t*)malloc(sizeof(Sfproc_t))) )
263 if(!(p = f->proc))
265 f->proc = NIL(Sfproc_t*);
320 if(!(p = f->proc) )
504 if(f->proc && _sfpmode(f,wanted) < 0)
550 if(f->proc && _sfpmode(f,wanted) < 0)
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c134 struct ps_prochandle *proc; member
289 handle.proc = Pr; in main()
401 (void) Plwp_getname(h->proc, pip->pr_lwpid, in thread_call_stack()
410 print_zombie(h->proc, tip); in thread_call_stack()
432 (void) Plwp_getname(h->proc, pip->pr_lwpid, in lwp_call_stack()
447 struct ps_prochandle *Pr = h->proc; in all_call_stacks()
569 struct ps_prochandle *Pr = h->proc; in print_frame()
710 (void) Pstack_iter(h->proc, reg, print_frame, h); in call_stack()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dlock.test174 proc callback {args} {
185 proc callback {file count} {
196 proc callback {file count} {
212 proc callback {file count} {
226 proc callback {file count} {
281 proc callback {file count} {
295 proc tx_exec {sql} {
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S142 ldn [%i0 + T_PROCP], %i3 ! delay slot - get proc pointer
222 ! %i5 = new proc hat
229 cmp %i5, %o2 ! new proc hat == ksfmmup ?
230 bne,pt %xcc, 3f ! new proc is not kernel as, go to 3
235 ! new proc is kernel as
481 ! %i2 = old proc
482 ! %i3 = new proc

12345678910>>...18