HomeSort by: relevance | last modified time | path
    Searched defs:proc (Results 1 - 25 of 41) sorted by relevancy

1 2

  /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/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 )
  /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 )
  /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_platform_mac.cc 211 Processor *proc = ProcCreate(); local in function:__tsan::my_pthread_introspection_hook
212 ProcWire(proc, thr);
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...]
  /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::__anon42e907d5010a::__anon42e907d50308
  /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_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_hout.c 273 proc_list *proc; local in function:define_printed
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 in function:pprogramdef
325 for (proc = vers->procs; proc != NULL; proc = proc->next)
    [all...]
rpc_svcout.c 294 proc_list *proc; local in function:write_real_program
300 for (proc = vp->procs; proc != NULL; proc = proc->next) {
302 internal_proctype(proc);
304 pvname(proc->proc_name, vp->vers_num);
307 if (proc->arg_num > 1)
309 proc->args.argname);
311 ptype(proc->args.decls->decl.prefix
344 proc_list *proc; local in function:write_program
    [all...]
  /src/sbin/iscsictl/
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 *);
  /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/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/lib/libc/rpc/
svc_simple.c 256 rpcproc_t proc; local in function:universal
276 proc = rqstp->rq_proc;
279 if (pl->p_prognum == prog && pl->p_procnum == proc &&
  /src/tests/usr.sbin/inetd/
t_inetd.c 77 pid_t proc; local in function:ATF_TC_BODY
86 proc = run("inetd", (char* const []) {
146 CHECK_ERROR(kill(proc, SIGTERM));
148 waitfor(proc, "inetd");
267 pid_t proc; local in function:run
269 ATF_REQUIRE_EQ(posix_spawnp(&proc, prog,
271 return proc;
  /src/sys/lib/libsa/
bootparam.c 112 uint32_t proc; member in struct:bp_whoami::args
150 args->proc = htonl((uint32_t)BOOTPARAM_WHOAMI);
  /src/sys/arch/cobalt/cobalt/
machdep.c 70 #include <sys/proc.h>
446 static char *proc; local in function:strtok_light
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/arch/alpha/alpha/
dec_kn300.c 212 static const char *proc = "processor"; local in function:kn300_softerr
223 (type == ALPHA_SYS_ERROR)? sys : proc,
224 ((hdr->mcheck_code & 0xff00) == (EV5_CORRECTED << 8))? proc :
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
tsan_go.cc 123 Processor *proc; local in function:__tsan::get_cur_proc
124 go_runtime_cb(CallbackGetProc, &proc);
125 return proc;
128 Processor *ThreadState::proc() { function in class:__tsan::ThreadState
229 void __tsan_proc_destroy(Processor *proc) {
230 ProcDestroy(proc);

Completed in 32 milliseconds

1 2