Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 25 of 59) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgnu-nat.h39 struct proc struct
41 thread_t port; /* The task or thread port. */
42 int tid; /* The GDB pid (actually a thread id). */
43 int num; /* An id number for threads, to print. */
45 mach_port_t saved_exc_port; /* The task/thread's real exception port. */
46 mach_port_t exc_port; /* Our replacement, which for. */
70 struct proc *next; argument
76 #define proc_is_task(proc) ((proc)->tid == PROC_TID_TASK) argument
77 #define proc_is_thread(proc) ((proc)->tid != PROC_TID_TASK) argument
Dalpha-mdebug-tdep.c81 #define PROC_LOW_ADDR(proc) ((proc)->pdr.adr) argument
82 #define PROC_FRAME_OFFSET(proc) ((proc)->pdr.frameoffset) argument
83 #define PROC_FRAME_REG(proc) ((proc)->pdr.framereg) argument
84 #define PROC_REG_MASK(proc) ((proc)->pdr.regmask) argument
85 #define PROC_FREG_MASK(proc) ((proc)->pdr.fregmask) argument
86 #define PROC_REG_OFFSET(proc) ((proc)->pdr.regoffset) argument
87 #define PROC_FREG_OFFSET(proc) ((proc)->pdr.fregoffset) argument
88 #define PROC_PC_REG(proc) ((proc)->pdr.pcreg) argument
89 #define PROC_LOCALOFF(proc) ((proc)->pdr.localoff) argument
Dmips-mdebug-tdep.c40 #define PROC_LOW_ADDR(proc) ((proc)->pdr.adr) /* least address */ argument
41 #define PROC_FRAME_OFFSET(proc) ((proc)->pdr.frameoffset) argument
42 #define PROC_FRAME_REG(proc) ((proc)->pdr.framereg) argument
43 #define PROC_REG_MASK(proc) ((proc)->pdr.regmask) argument
44 #define PROC_FREG_MASK(proc) ((proc)->pdr.fregmask) argument
45 #define PROC_REG_OFFSET(proc) ((proc)->pdr.regoffset) argument
46 #define PROC_FREG_OFFSET(proc) ((proc)->pdr.fregoffset) argument
47 #define PROC_PC_REG(proc) ((proc)->pdr.pcreg) argument
50 #define PROC_SYMBOL(proc) (*(struct symbol**)&(proc)->pdr.isym) argument
Devent-loop.c57 event_handler_func *proc; /* Procedure to call to service this event. */ member
71 handler_func *proc; /* Procedure to call when fd is ready. */ member
91 sig_handler_func *proc; /* Function to call to do the work */ member
181 timer_handler_func *proc; /* Function to call to do the work */ member
291 event_handler_func *proc; in process_event() local
441 add_file_handler (int fd, handler_func * proc, gdb_client_data client_data) in add_file_handler()
488 create_file_handler (int fd, int mask, handler_func * proc, gdb_client_data client_data) in create_file_handler()
955 create_async_signal_handler (sig_handler_func * proc, gdb_client_data client_data) in create_async_signal_handler()
1052 create_timer (int milliseconds, timer_handler_func * proc, gdb_client_data client_data) in create_timer()
Dgnu-nat.c246 __proc_pid (struct proc *proc) in __proc_pid()
255 proc_update_sc (struct proc *proc) in proc_update_sc()
321 proc_abort (struct proc *proc, int force) in proc_abort()
358 proc_get_state (struct proc *proc, int will_modify) in proc_get_state()
394 proc_get_exception_port (struct proc * proc, mach_port_t * port) in proc_get_exception_port()
404 proc_set_exception_port (struct proc * proc, mach_port_t port) in proc_set_exception_port()
415 _proc_get_exc_port (struct proc *proc) in _proc_get_exc_port()
437 proc_steal_exc_port (struct proc *proc, mach_port_t exc_port) in proc_steal_exc_port()
480 proc_restore_exc_port (struct proc *proc) in proc_restore_exc_port()
510 proc_trace (struct proc *proc, int set) in proc_trace()
[all …]
/mirbsd/src/sys/sys/
Dproc.h124 struct proc { struct
125 struct proc *p_forw; /* Doubly-linked run/sleep queue. */ argument
126 struct proc *p_back; argument
143 char p_stat; /* S* process status. */ argument
148 LIST_ENTRY(proc) p_hash; /* Hash chain. */ argument
150 struct proc *p_pptr; /* Pointer to parent process. */ argument
163 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */ argument
176 u_quad_t p_iticks; /* Statclock hits processing intr. */ argument
189 void *p_emuldata; /* Per-process emulation data, or */ argument
191 struct klist p_klist; /* knotes attached to this process */ argument
[all …]
Dexec.h193 #define NEW_VMCMD(evsp,proc,len,addr,vp,offset,prot) \ argument
195 #define NEW_VMCMD2(evsp,proc,len,addr,vp,offset,prot,flags) \ argument
198 #define NEW_VMCMD(evsp,proc,len,addr,vp,offset,prot) \ argument
200 #define NEW_VMCMD2(evsp,proc,len,addr,vp,offset,prot,flags) do { \ argument
/mirbsd/src/usr.bin/make/lst.lib/
DlstForEachFrom.c58 Lst_ForEachFrom(LstNode ln, ForEachProc proc, void *d) in Lst_ForEachFrom()
67 Lst_Every(Lst l, SimpleProc proc) in Lst_Every()
76 Lst_ForEachNodeWhile(Lst l, ForEachNodeWhileProc proc, void *d) in Lst_ForEachNodeWhile()
/mirbsd/src/usr.bin/rpcgen/
Drpc_clntout.c77 proc_list *proc; local
101 void printarglist(proc, addargname, addargtype) in printarglist() argument
158 printbody(proc) in printbody() argument
Drpc_sample.c88 proc_list *proc; local
171 proc_list *proc; local
Drpc_hout.c240 proc_list *proc; local
260 proc_list *proc; local
306 pprocdef(proc, vp, addargtype, server_p,mode) in pprocdef() argument
332 parglist(proc, addargtype) in parglist() argument
Drpc_svcout.c292 proc_list *proc; local
349 proc_list *proc; local
503 printif(proc, transp, prefix, arg) in printif() argument
514 nullproc(proc) in nullproc() argument
Drpc_tblout.c84 proc_list *proc; local
/mirbsd/src/sys/dev/
Dramdisk.c245 rdopen(dev_t dev, int flag, int fmt, struct proc *proc) in rdopen()
280 rdclose(dev_t dev, int flag, int fmt, struct proc *proc) in rdclose()
374 rdioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *proc) in rdioctl()
500 rd_ioctl_kalloc(struct rd_softc *sc, struct rd_conf *urd, struct proc *proc) in rd_ioctl_kalloc()
524 rd_ioctl_server(struct rd_softc *sc, struct rd_conf *urd, struct proc *proc) in rd_ioctl_server()
Dsystrace.c109 struct proc *proc; member
620 struct proc *proc; in systrace_find() local
635 systrace_exit(struct proc *proc) in systrace_exit()
1227 struct proc *proc, *p = curproc; in systrace_attach() local
1561 struct proc *proc = NULL; in systrace_findpid() local
1578 struct proc *proc; in systrace_detach() local
1630 systrace_insert_process(struct fsystrace *fst, struct proc *proc) in systrace_insert_process()
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-iq2000.c73 typedef struct proc struct
83 } procS; argument
/mirbsd/src/sys/nfs/
Dnfsrtt.h59 int proc; /* NFS procedure number */ member
94 int proc; /* NFS procedure number */ member
/mirbsd/src/lib/libc/rpc/
Dxdr_reference.c59 xdrproc_t proc) /* xdr routine to handle the object */ in xdr_reference()
Dpmap_rmt.c66 pmap_rmtcall(struct sockaddr_in *addr, u_long prog, u_long vers, u_long proc, in pmap_rmtcall()
205 u_long proc, /* procedure number */ in clnt_broadcast()
Dsvc_simple.c99 int prog, proc; in universal() local
/mirbsd/src/sys/arch/sparc/dev/
Dpresto.c212 prestoopen(dev_t dev, int flag, int fmt, struct proc *proc) in prestoopen()
244 prestoclose(dev_t dev, int flag, int fmt, struct proc *proc) in prestoclose()
328 prestoioctl(dev_t dev, u_long cmd, caddr_t data, int flag, struct proc *proc) in prestoioctl()
/mirbsd/src/usr.bin/awk/
Dmaketab.c44 } proc[] = { variable
/mirbsd/src/include/rpc/
Dpmap_rmt.h48 unsigned long prog, vers, proc, arglen; member
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dcmds.h45 COMMAND_FUNCTION *proc; member
/mirbsd/src/bin/mksh/
Djobs.c42 struct proc { struct
43 Proc *next; /* next process in pipeline (if any) */ argument
44 pid_t pid; /* process id */ argument
47 /* process command string from vistree */ argument
53 #define JP_SHORT 1 /* print signals processes were killed by */ argument

123