| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gnu-nat.h | 39 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
|
| D | alpha-mdebug-tdep.c | 81 #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
|
| D | mips-mdebug-tdep.c | 40 #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
|
| D | event-loop.c | 57 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()
|
| D | gnu-nat.c | 246 __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/ |
| D | proc.h | 124 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 …]
|
| D | exec.h | 193 #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/ |
| D | lstForEachFrom.c | 58 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/ |
| D | rpc_clntout.c | 77 proc_list *proc; local 101 void printarglist(proc, addargname, addargtype) in printarglist() argument 158 printbody(proc) in printbody() argument
|
| D | rpc_sample.c | 88 proc_list *proc; local 171 proc_list *proc; local
|
| D | rpc_hout.c | 240 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
|
| D | rpc_svcout.c | 292 proc_list *proc; local 349 proc_list *proc; local 503 printif(proc, transp, prefix, arg) in printif() argument 514 nullproc(proc) in nullproc() argument
|
| D | rpc_tblout.c | 84 proc_list *proc; local
|
| /mirbsd/src/sys/dev/ |
| D | ramdisk.c | 245 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()
|
| D | systrace.c | 109 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/ |
| D | tc-iq2000.c | 73 typedef struct proc struct 83 } procS; argument
|
| /mirbsd/src/sys/nfs/ |
| D | nfsrtt.h | 59 int proc; /* NFS procedure number */ member 94 int proc; /* NFS procedure number */ member
|
| /mirbsd/src/lib/libc/rpc/ |
| D | xdr_reference.c | 59 xdrproc_t proc) /* xdr routine to handle the object */ in xdr_reference()
|
| D | pmap_rmt.c | 66 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()
|
| D | svc_simple.c | 99 int prog, proc; in universal() local
|
| /mirbsd/src/sys/arch/sparc/dev/ |
| D | presto.c | 212 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/ |
| D | maketab.c | 44 } proc[] = { variable
|
| /mirbsd/src/include/rpc/ |
| D | pmap_rmt.h | 48 unsigned long prog, vers, proc, arglen; member
|
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | cmds.h | 45 COMMAND_FUNCTION *proc; member
|
| /mirbsd/src/bin/mksh/ |
| D | jobs.c | 42 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
|