Home
last modified time | relevance | path

Searched refs:procs (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/gdb/gdb/
Dinterps.c69 const struct interp_procs *procs; member
93 const struct interp_procs *procs) in interp_new() argument
103 new_interp->procs = procs; in interp_new()
142 if (current_interpreter->procs->suspend_proc in interp_set()
143 && !current_interpreter->procs->suspend_proc (current_interpreter-> in interp_set()
173 if (interp->procs->init_proc != NULL) in interp_set()
175 interp->data = interp->procs->init_proc (); in interp_set()
183 if (interp->procs->resume_proc != NULL in interp_set()
184 && (!interp->procs->resume_proc (interp->data))) in interp_set()
259 || current_interpreter->procs->prompt_proc_p == NULL) in current_interp_display_prompt_p()
[all …]
Dinterps.h56 const struct interp_procs *procs);
/freebsd-12-stable/usr.bin/killall/
Dkillall.c97 struct kinfo_proc *procs, *newprocs; in main() local
308 procs = NULL; in main()
312 newprocs = realloc(procs, size); in main()
314 free(procs); in main()
317 procs = newprocs; in main()
318 st = sysctl(mib, miblen, procs, &size, NULL, 0); in main()
334 if (procs[i].ki_stat == SZOMB && !zflag) in main()
336 thispid = procs[i].ki_pid; in main()
337 strlcpy(thiscmd, procs[i].ki_comm, sizeof(thiscmd)); in main()
338 thistdev = procs[i].ki_tdev; in main()
[all …]
/freebsd-12-stable/contrib/gdb/gdb/mi/
Dmi-interp.c193 struct interp_procs *procs; in mi_cmd_interpreter_exec() local
389 static const struct interp_procs procs = in _initialize_mi_interp() local
399 interp_add (interp_new (INTERP_MI1, NULL, mi_out_new (1), &procs)); in _initialize_mi_interp()
400 interp_add (interp_new (INTERP_MI2, NULL, mi_out_new (2), &procs)); in _initialize_mi_interp()
401 interp_add (interp_new (INTERP_MI3, NULL, mi_out_new (3), &procs)); in _initialize_mi_interp()
405 interp_add (interp_new (INTERP_MI, NULL, mi_out_new (2), &procs)); in _initialize_mi_interp()
/freebsd-12-stable/usr.bin/fstat/
Dfuser.c166 struct kinfo_proc *p, *procs; in do_fuser() local
249 procs = procstat_getprocs(procstat, KERN_PROC_PROC, 0, &cnt); in do_fuser()
250 if (procs == NULL) in do_fuser()
256 p = procs; in do_fuser()
279 procstat_freeprocs(procstat, procs); in do_fuser()
/freebsd-12-stable/contrib/gdb/gdb/tui/
Dtui-interp.c189 static const struct interp_procs procs = { in _initialize_tui_interp() local
201 interp_add (interp_new ("tui", NULL, tui_out, &procs)); in _initialize_tui_interp()
/freebsd-12-stable/contrib/gdb/gdb/cli/
Dcli-interp.c143 static const struct interp_procs procs = { in _initialize_cli_interp() local
154 cli_interp = interp_new (INTERP_CONSOLE, NULL, cli_uiout, &procs); in _initialize_cli_interp()
/freebsd-12-stable/usr.bin/rpcgen/
Drpc_tblout.c102 if (nullproc(vp->procs)) { in write_table()
108 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_table()
Drpc_sample.c93 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_sample_client()
137 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_sample_client()
198 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_sample_server()
Drpc_svcout.c341 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_real_program()
407 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_program()
435 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_program()
471 if (!nullproc(vp->procs)) { in write_program()
480 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_program()
Drpc_hout.c169 for (plist = vers->procs; plist != NULL; in pargdef()
253 for (proc = vers->procs; proc != NULL; proc = proc->next) { in define_printed()
309 for (proc = vers->procs; proc != NULL; proc = proc->next) { in pprogramdef()
Drpc_parse.h165 proc_list *procs; member
Drpc_parse.c164 ptailp = &vlist->procs; in def_program()
229 for (plist = vlist->procs; plist != NULL; in def_program()
Drpc_clntout.c85 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_program()
Drpc_cout.c303 for (plist = vlist->procs; plist != NULL; plist = plist->next) { in emit_program()
/freebsd-12-stable/crypto/heimdal/kadmin/
Drpc.c696 } procs[] = { variable
918 if (chdr.proc >= sizeof(procs)/sizeof(procs[0])) { in process_stream()
920 } else if (procs[chdr.proc].func == NULL) { in process_stream()
922 procs[chdr.proc].name); in process_stream()
924 krb5_warnx(contextp, "proc %s", procs[chdr.proc].name); in process_stream()
926 (*procs[chdr.proc].func)(server_handle, sp, dreply); in process_stream()
/freebsd-12-stable/crypto/heimdal/lib/krb5/
Dchangepw.c484 } procs[] = { variable
665 for (p = procs; p->name != NULL; p++) { in find_chpw_proto()
753 for (i = 0; procs[i].name != NULL; i++) { in krb5_set_password()
758 &procs[i]); in krb5_set_password()
/freebsd-12-stable/usr.sbin/rpc.statd/
DMakefile5 SRCS= file.c sm_inter_svc.c sm_inter.h statd.c procs.c
/freebsd-12-stable/contrib/apr/memory/unix/
Dapr_pools.c646 static void free_proc_chain(struct process_chain *procs);
2703 static void free_proc_chain(struct process_chain *procs) argument
2713 if (!procs)
2725 for (pc = procs; pc; pc = pc->next) {
2731 for (pc = procs; pc; pc = pc->next) {
2765 for (pc = procs; pc; pc = pc->next) {
2788 for (pc = procs; pc; pc = pc->next) {
2794 for (pc = procs; pc; pc = pc->next) {
/freebsd-12-stable/crypto/openssl/apps/
Docsp.c914 int procs = 0; in spawn_loop() local
938 while (termsig == 0 && procs >= multi) { in spawn_loop()
940 for (i = 0; i < procs; ++i) { in spawn_loop()
943 --procs; in spawn_loop()
995 procs++; in spawn_loop()
/freebsd-12-stable/sys/ddb/
Ddb_ps.c65 DB_SHOW_ALL_COMMAND(procs, db_procs_cmd) in DB_SHOW_ALL_COMMAND() argument
/freebsd-12-stable/contrib/binutils/gas/
Decoff.c948 varray_t procs; /* procedures */ member
2122 vp = &cur_file_ptr->procs; in add_procedure()
4290 for (proc_link = fil_ptr->procs.first; in ecoff_build_procs()
4299 prc_cnt = fil_ptr->procs.objects_last_page; in ecoff_build_procs()
4301 prc_cnt = fil_ptr->procs.objects_per_page; in ecoff_build_procs()
/freebsd-12-stable/contrib/gcc/
Dmips-tfile.c1065 varray_t procs; /* procedures */ member
2295 varray_t *vp = &file_ptr->procs; in add_procedure()
2367 INITIALIZE_VARRAY (&init_file.procs, PDR); in initialize_init_file()
3857 file_ptr->fdr.cpd = file_ptr->procs.num_allocated; in update_headers()
4114 write_varray (&file_ptr->procs, offset, "Procedure tables"); in write_object()
/freebsd-12-stable/lib/libomp/
Dkmp_i18n_default.inc241 "Threads may migrate across all available OS procs (granularity setting too coarse).",
275 "%1$s: %2$d available OS procs",
/freebsd-12-stable/contrib/sendmail/src/
Dutil.c2610 typedef struct procs PROCS_T;
2612 struct procs struct

12