/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
|
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
|
tabwindow.cpp | 139 TabWindow::proc(HWND w, UINT msg, WPARAM wparam, LPARAM lparam) function in class:TabWindow
|
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
trampoline_setup_test.c | 31 nested_func_t proc; variable in typeref:typename:nested_func_t 43 proc = bar; 47 if ( (*proc)(3) != 43 ) 50 if ( (*proc)(4) != 40 )
|
trampoline_setup_test.c | 31 nested_func_t proc; variable in typeref:typename:nested_func_t 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 in typeref:typename:nested_func_t 43 proc = bar; 47 if ( (*proc)(3) != 43 ) 50 if ( (*proc)(4) != 40 )
|
trampoline_setup_test.c | 31 nested_func_t proc; variable in typeref:typename:nested_func_t 43 proc = bar; 47 if ( (*proc)(3) != 43 ) 50 if ( (*proc)(4) != 40 )
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_rtl_proc.cc | 24 Processor *proc = new(mem) Processor; local in function:__tsan::ProcCreate 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_rtl_proc.cc | 24 Processor *proc = new(mem) Processor; local in function:__tsan::ProcCreate 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...] |
/src/include/rpc/ |
pmap_rmt.h | 47 u_long prog, vers, proc, arglen; member in struct:rmtcallargs
|
pmap_rmt.h | 47 u_long prog, vers, proc, arglen; member in struct:rmtcallargs
|
/src/usr.bin/rpcgen/ |
rpc_clntout.c | 87 proc_list *proc; local in function:write_program 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 in function:write_sample_client 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 in function:write_sample_server [all...] |
rpc_clntout.c | 87 proc_list *proc; local in function:write_program 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 in function:write_sample_client 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 in function:write_sample_server [all...] |
rpc_tblout.c | 93 proc_list *proc; local in function:write_table 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_tblout.c | 93 proc_list *proc; local in function:write_table 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...] |
/src/sbin/iscsictl/ |
iscsic_globals.h | 69 cmdproc_t proc; member in struct:__anon54258bac0108
|
iscsic_globals.h | 69 cmdproc_t proc; member in struct:__anon54258bac0108
|
/src/sys/altq/ |
altq_conf.h | 62 typedef int d_open_t(dev_t, int, int, struct proc *); typedef in typeref:typename:int d_open_t (dev_t,int,int,struct *) 63 typedef int d_close_t(dev_t, int, int, struct proc *); typedef in typeref:typename:int d_close_t (dev_t,int,int,struct *) 64 typedef int d_ioctl_t(dev_t, u_long, void *, int, struct proc *); typedef in typeref:typename:int d_ioctl_t (dev_t,u_long,void *,int,struct *) 70 int altqopen(dev_t, int, int, struct proc *); 71 int altqclose(dev_t, int, int, struct proc *); 72 int altqioctl(dev_t, u_long, void *, int, struct proc *);
|
altq_conf.h | 62 typedef int d_open_t(dev_t, int, int, struct proc *); typedef in typeref:typename:int d_open_t (dev_t,int,int,struct *) 63 typedef int d_close_t(dev_t, int, int, struct proc *); typedef in typeref:typename:int d_close_t (dev_t,int,int,struct *) 64 typedef int d_ioctl_t(dev_t, u_long, void *, int, struct proc *); typedef in typeref:typename:int d_ioctl_t (dev_t,u_long,void *,int,struct *) 70 int altqopen(dev_t, int, int, struct proc *); 71 int altqclose(dev_t, int, int, struct proc *); 72 int altqioctl(dev_t, u_long, void *, int, struct proc *);
|
/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
|
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/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
|