| /src/sys/arch/hpc/stand/hpcboot/menu/ |
| window.cpp | 56 if ((w == 0) || !w->proc(h, msg, param, lparam)) 76 return w ? w->proc(h, msg, param, lparam) : FALSE; 81 Window::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam) function in class:Window
|
| tabwindow.cpp | 139 TabWindow::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam) function in class:TabWindow
|
| rootwindow.cpp | 99 RootWindow::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam) function in class:RootWindow
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_rtl_proc.cc | 24 Processor *proc = new(mem) Processor; local 25 proc->thr = nullptr; 27 AllocatorProcStart(proc); 30 proc->dd_pt = ctx->dd->CreatePhysicalThread(); 31 return proc; 34 void ProcDestroy(Processor *proc) { 35 CHECK_EQ(proc->thr, nullptr); 37 AllocatorProcFinish(proc); 39 ctx->clock_alloc.FlushCache(&proc->clock_cache); 40 ctx->metamap.OnProcIdle(proc); [all...] |
| tsan_mman.cc | 72 Processor *proc; member in struct:__tsan::GlobalProc 76 , proc(ProcCreate()) { 88 if (thr->proc()) 90 // If we don't have a proc, use the global one. 102 // Ideally, we destroy thread state (and unwire proc) when a thread actually 103 // exits (i.e. when we join/wait it). Then we would not need the global proc 105 ProcWire(gp->proc, thr); 111 if (thr->proc() != gp->proc) 113 ProcUnwire(gp->proc, thr) [all...] |
| tsan_platform_mac.cc | 211 Processor *proc = ProcCreate(); local 212 ProcWire(proc, thr);
|
| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| trampoline_setup_test.c | 31 nested_func_t proc; variable 43 proc = bar; 47 if ( (*proc)(3) != 43 ) 50 if ( (*proc)(4) != 40 )
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| trampoline_setup_test.c | 31 nested_func_t proc; variable 43 proc = bar; 47 if ( (*proc)(3) != 43 ) 50 if ( (*proc)(4) != 40 )
|
| /src/include/rpc/ |
| pmap_rmt.h | 47 u_long prog, vers, proc, arglen; member in struct:rmtcallargs
|
| rpc_msg.h | 97 xdrproc_t proc; member in struct:accepted_reply::__anon154::__anon156
|
| /src/usr.bin/rpcgen/ |
| rpc_clntout.c | 87 proc_list *proc; local 90 for (proc = vp->procs; proc != NULL; proc = proc->next) { 95 ptype(proc->res_prefix, proc->res_type, 1); 98 pvname(proc->proc_name, vp->vers_num); 99 printarglist(proc, RESULT, "clnt", "CLIENT *"); 101 printbody(proc); [all...] |
| rpc_sample.c | 91 proc_list *proc; local 99 for (proc = vp->procs; proc != NULL; proc = proc->next) { 101 if (proc->arg_num < 2 && !newstyle) { 103 if (streq(proc->args.decls->decl.type, "void")) 107 ptype(proc->args.decls->decl.prefix, proc->args.decls->decl.type, 1); 108 pvname(proc->proc_name, vp->vers_num) 191 proc_list *proc; local [all...] |
| rpc_tblout.c | 93 proc_list *proc; local 112 for (proc = vp->procs; proc != NULL; proc = proc->next) { 115 current = atoi(proc->proc_num); 132 pvname_svc(proc->proc_name, vp->vers_num); 136 pvname(proc->proc_name, vp->vers_num); 141 if (proc->arg_num > 1) 142 printit(NULL, proc->args.argname) [all...] |
| rpc_hout.c | 273 proc_list *proc; local 276 for (proc = vers->procs; proc != NULL; proc = proc->next) { 277 if (proc == stop) { 280 if (streq(proc->proc_name, stop->proc_name)) { 312 proc_list *proc; local 325 for (proc = vers->procs; proc != NULL; proc = proc->next) [all...] |
| /src/bin/csh/ |
| Makefile | 23 func.c glob.c hist.c init.c lex.c misc.c parse.c printf.c proc.c \ 59 COPTS.proc.c = -Wno-format-nonliteral
|
| /src/sbin/iscsictl/ |
| iscsic_globals.h | 69 cmdproc_t proc; member in struct:__anon745
|
| /src/sys/kern/ |
| kern_fork.c | 88 #include <sys/proc.h> 104 SDT_PROVIDER_DECLARE(proc); variable 105 SDT_PROBE_DEFINE3(proc, kernel, , create, 106 "struct proc *", /* new process */ 107 "struct proc *", /* parent process */ 223 tracefork(struct proc *p, int flags) 234 tracevfork(struct proc *p, int flags) 245 tracevforkdone(struct proc *p, int flags) 261 struct proc *p1, *p2, *parent; 288 tablefull("proc", "increase kern.maxproc or NPROC") [all...] |
| kern_exit.c | 96 #include <sys/proc.h> 123 static int find_stopped_child(struct proc *, idtype_t, id_t, int, 124 struct proc **, struct wrusage *, siginfo_t *); 125 static void proc_free(struct proc *, struct wrusage *); 130 SDT_PROVIDER_DECLARE(proc); variable 131 SDT_PROBE_DEFINE1(proc, kernel, , exit, "int"); 138 exit_psignal(struct proc *p, struct proc *pp, ksiginfo_t *ksi) 178 struct proc *p = l->l_proc; 194 * Exit: deallocate address space and other resources, change proc stat [all...] |
| sys_sig.c | 77 #include <sys/proc.h> 87 SDT_PROVIDER_DECLARE(proc); variable 88 SDT_PROBE_DEFINE2(proc, kernel, , signal__clear, 137 struct proc *p = l->l_proc; 228 struct proc *p; 329 struct proc *p = l->l_proc; 348 struct proc *p = l->l_proc; 385 struct proc *p; 634 struct proc *p = l->l_proc; 645 struct proc *p = l->l_proc [all...] |
| /src/sys/nfs/ |
| nfsrtt.h | 60 u_int32_t proc; /* NFS procedure number */ member in struct:rttl 99 u_int32_t proc; /* NFS procedure number */ member in struct:nfsdrt::drt
|
| /src/lib/libc/rpc/ |
| svc_simple.c | 256 rpcproc_t proc; local 276 proc = rqstp->rq_proc; 279 if (pl->p_prognum == prog && pl->p_procnum == proc &&
|
| /src/sys/arch/alpha/alpha/ |
| dec_kn300.c | 212 static const char *proc = "processor"; local 223 (type == ALPHA_SYS_ERROR)? sys : proc, 224 ((hdr->mcheck_code & 0xff00) == (EV5_CORRECTED << 8))? proc :
|
| /src/tests/usr.sbin/inetd/ |
| t_inetd.c | 77 pid_t proc; local 86 proc = run("inetd", (char* const []) { 146 CHECK_ERROR(kill(proc, SIGTERM)); 148 waitfor(proc, "inetd"); 267 pid_t proc; local 269 ATF_REQUIRE_EQ(posix_spawnp(&proc, prog, 271 return proc;
|
| /src/sys/arch/cobalt/cobalt/ |
| machdep.c | 70 #include <sys/proc.h> 446 static char *proc; local 451 proc = str; 452 if (proc == NULL) /* end of string return NULL */ 453 return proc; 455 head = proc; 457 work = strchr(proc, sep); 459 proc = work; 461 proc = (work + 1);
|
| /src/sys/lib/libsa/ |
| bootparam.c | 112 uint32_t proc; member in struct:args 150 args->proc = htonl((uint32_t)BOOTPARAM_WHOAMI);
|