| /NextBSD/contrib/gdb/gdb/ |
| HD | 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
|
| HD | alpha-mdebug-tdep.c | 80 #define PROC_LOW_ADDR(proc) ((proc)->pdr.adr) argument 81 #define PROC_FRAME_OFFSET(proc) ((proc)->pdr.frameoffset) argument 82 #define PROC_FRAME_REG(proc) ((proc)->pdr.framereg) argument 83 #define PROC_REG_MASK(proc) ((proc)->pdr.regmask) argument 84 #define PROC_FREG_MASK(proc) ((proc)->pdr.fregmask) argument 85 #define PROC_REG_OFFSET(proc) ((proc)->pdr.regoffset) argument 86 #define PROC_FREG_OFFSET(proc) ((proc)->pdr.fregoffset) argument 87 #define PROC_PC_REG(proc) ((proc)->pdr.pcreg) argument 88 #define PROC_LOCALOFF(proc) ((proc)->pdr.localoff) argument
|
| HD | event-loop.c | 55 event_handler_func *proc; /* Procedure to call to service this event. */ member 69 handler_func *proc; /* Procedure to call when fd is ready. */ member 89 sig_handler_func *proc; /* Function to call to do the work */ member 174 timer_handler_func *proc; /* Function to call to do the work */ member 284 event_handler_func *proc; in process_event() local 434 add_file_handler (int fd, handler_func * proc, gdb_client_data client_data) in add_file_handler() 481 create_file_handler (int fd, int mask, handler_func * proc, gdb_client_data client_data) in create_file_handler() 870 create_async_signal_handler (sig_handler_func * proc, gdb_client_data client_data) in create_async_signal_handler() 967 create_timer (int milliseconds, timer_handler_func * proc, gdb_client_data client_data) in create_timer()
|
| HD | 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 …]
|
| /NextBSD/sys/sys/ |
| HD | proc.h | 518 struct proc { struct 521 struct mtx p_slock; /* process spin lock */ argument 538 LIST_ENTRY(proc) p_hash; /* (d) Hash chain. */ argument 540 struct proc *p_pptr; /* (c + e) Pointer to parent process. */ argument 543 struct proc *p_reaper; /* (e) My reaper. */ argument 552 struct ksiginfo *p_ksi; /* Locked by parent proc lock */ argument 553 sigqueue_t p_sigqueue; /* (c) Sigs not delivered to a td. */ 558 pid_t p_oppid; /* (c + e) Save ppid in ptrace. XXX */ 559 struct vmspace *p_vmspace; /* (b) Address space. */ 560 u_int p_swtick; /* (c) Tick when swapped in or out. */ [all …]
|
| /NextBSD/sys/fs/pseudofs/ |
| HD | pseudofs_vnops.c | 87 pfs_visible_proc(struct thread *td, struct pfs_node *pn, struct proc *proc) in pfs_visible_proc() 109 struct proc *proc; in pfs_visible() local 162 struct proc *proc; in pfs_close() local 199 struct proc *proc; in pfs_getattr() local 266 struct proc *proc; in pfs_ioctl() local 319 struct proc *proc; in pfs_getextattr() local 616 struct proc *proc; in pfs_read() local 699 pfs_iterate(struct thread *td, struct proc *proc, struct pfs_node *pd, in pfs_iterate() 761 struct proc *p, *proc; in pfs_readdir() local 881 struct proc *proc = NULL; in pfs_readlink() local [all …]
|
| /NextBSD/usr.bin/rpcgen/ |
| HD | rpc_clntout.c | 82 proc_list *proc; in write_program() local 115 printarglist(proc_list *proc, const char *result, const char *addargname, in printarglist() 171 printbody(proc_list *proc) in printbody()
|
| HD | rpc_sample.c | 83 proc_list *proc; in write_sample_client() local 195 proc_list *proc; in write_sample_server() local
|
| HD | rpc_svcout.c | 336 proc_list *proc; in write_real_program() local 390 proc_list *proc; in write_program() local 567 printif(const char *proc, const char *transp, const char *prefix, in printif() 575 nullproc(proc_list *proc) in nullproc()
|
| HD | rpc_hout.c | 250 proc_list *proc; in define_printed() local 286 proc_list *proc; in pprogramdef() local 323 pprocdef(proc_list *proc, version_list *vp, const char *addargtype, int server_p) in pprocdef() 346 parglist(proc_list *proc, const char *addargtype) in parglist()
|
| /NextBSD/contrib/apr/misc/unix/ |
| HD | otherchild.c | 55 APR_DECLARE(void) apr_proc_other_child_register(apr_proc_t *proc, in apr_proc_other_child_register() 103 APR_DECLARE(apr_status_t) apr_proc_other_child_alert(apr_proc_t *proc, in apr_proc_other_child_alert() 191 APR_DECLARE(void) apr_proc_other_child_register(apr_proc_t *proc, in apr_proc_other_child_register() 203 APR_DECLARE(apr_status_t) apr_proc_other_child_alert(apr_proc_t *proc, in apr_proc_other_child_alert()
|
| /NextBSD/sys/dev/wtap/wtap_hal/ |
| HD | handler.h | 39 void (*proc)(void *); member 46 struct task proc; member
|
| /NextBSD/contrib/amd/libamu/ |
| HD | misc_rpc.c | 64 rpc_msg_init(struct rpc_msg *mp, u_long prog, u_long vers, u_long proc) in rpc_msg_init() 125 make_rpc_packet(char *buf, int buflen, u_long proc, struct rpc_msg *mp, voidp arg, XDRPROC_T_TYPE a… in make_rpc_packet()
|
| /NextBSD/usr.sbin/rpcbind/ |
| HD | rpcb_stat.c | 62 rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc) in rpcbs_procinfo() 149 rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) in rpcbs_rmtcall()
|
| /NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/ |
| HD | rpcb_stat.c | 61 rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc) in rpcbs_procinfo() 148 rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl) in rpcbs_rmtcall()
|
| /NextBSD/sys/rpc/ |
| HD | clnt.h | 233 #define CLNT_CALL_MBUF(rh, ext, proc, mreq, mrepp, secs) \ argument 248 #define CLNT_CALL_EXT(rh, ext, proc, xargs, argsp, xres, resp, secs) \ argument 265 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 268 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 272 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 275 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument
|
| /NextBSD/contrib/apr/threadproc/unix/ |
| HD | proc.c | 219 APR_DECLARE(apr_status_t) apr_proc_fork(apr_proc_t *proc, apr_pool_t *pool) in apr_proc_fork() 600 APR_DECLARE(apr_status_t) apr_proc_wait_all_procs(apr_proc_t *proc, in apr_proc_wait_all_procs() 610 APR_DECLARE(apr_status_t) apr_proc_wait(apr_proc_t *proc, in apr_proc_wait()
|
| /NextBSD/usr.sbin/rtprio/ |
| HD | rtprio.c | 57 pid_t proc = 0; in main() local
|
| /NextBSD/lib/libc/xdr/ |
| HD | xdr_reference.c | 68 xdr_reference(XDR *xdrs, caddr_t *pp, u_int size, xdrproc_t proc) in xdr_reference()
|
| /NextBSD/sys/xdr/ |
| HD | xdr_reference.c | 68 xdrproc_t proc) /* xdr routine to handle the object */ in xdr_reference()
|
| /NextBSD/contrib/apr/include/arch/unix/ |
| HD | apr_arch_misc.h | 55 apr_proc_t *proc; member
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | win32_crashrpt.c | 317 HANDLE proc = GetCurrentProcess(); in format_value() local 460 HANDLE proc = GetCurrentProcess(); in write_function_detail() local 521 HANDLE proc = GetCurrentProcess(); in write_stacktrace() local
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-nfs.c | 370 uint32_t proc, vers, reply_stat; in nfsreply_print_noaddr() local 541 uint32_t proc; in nfsreq_print_noaddr() local 863 uint32_t proc; /* call proc number (host order) */ member 933 xid_map_find(const struct sunrpc_msg *rp, const u_char *bp, uint32_t *proc, in xid_map_find() 1471 const struct sunrpc_msg *rp, uint32_t proc, uint32_t vers, int length) in interp_reply()
|
| /NextBSD/include/rpc/ |
| HD | pmap_rmt.h | 47 u_long prog, vers, proc, arglen; member
|
| /NextBSD/contrib/one-true-awk/ |
| HD | maketab.c | 41 } proc[] = { variable
|