| /netbsd-src/external/cddl/dtracetoolkit/dist/Tcl/ |
| H A D | Readme | 22 probe proc-entry(procname, argc, argv); 23 probe proc-return(procname, retcode); 24 probe proc-result(procname, retcode, retval, retobj); 25 probe proc-args(procname, args, ...); 28 probe cmd-args(procname, args, ...);
|
| /netbsd-src/usr.sbin/rpcbind/ |
| H A D | security.c | 179 const char *procname; in logit() local 225 procname = procbuf; in logit() 227 procname = procmap[procnum]; in logit() 238 fromname, procname, progname, text); in logit()
|
| /netbsd-src/etc/ |
| H A D | rc.subr | 277 # check_pidfile pidfile procname [interpreter] 279 # that the process is running and matches procname. 289 err 3 'USAGE: check_pidfile pidfile procname [interpreter]' 302 # check_process procname [interpreter] 303 # Ensures that a process (or processes) named procname is running. 312 err 3 'USAGE: check_process procname [interpreter]' 318 # _find_processes procname interpreter psargs 319 # Search for procname in the output of ps generated by psargs. 322 # If interpreter == ".", check the following variations of procname 324 # procname [all …]
|
| /netbsd-src/usr.sbin/faithd/ |
| H A D | faithd.c | 81 char procname[BUFSIZ]; variable 181 (void)snprintf(procname, sizeof(procname), "accepting port %s", snum); in inetd_main() 333 (void)snprintf(procname, sizeof(procname), "accepting port %s", service); in daemon_main() 355 setproctitle("%s", procname); in play_service()
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | vmsjobs.c | 309 char procname[100]; in child_execute_job() local 326 sprintf (procname, "GMAKE_%05x", getpid () & 0xfffff); in child_execute_job() 327 pnamedsc.dsc$w_length = strlen(procname); in child_execute_job() 328 pnamedsc.dsc$a_pointer = procname; in child_execute_job()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | postconf_builtin.c | 380 void pcf_register_builtin_parameters(const char *procname, pid_t pid) in pcf_register_builtin_parameters() argument 459 pcf_adhoc_procname.defval = mystrdup(procname); in pcf_register_builtin_parameters()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A D | init.c | 85 char *procname; variable 194 procname = "MAIN_ "; in procinit()
|
| H A D | proc.c | 139 nounder(XL, procname = progname->extname)); in startproc() 179 puthead( varstr(XL, procname = entry->extname) ); in entrypt()
|
| H A D | defs.h | 103 extern char * procname;
|
| H A D | expr.c | 1083 mkstrcon(XL, procname), MKICON(lineno)); in subcheck()
|
| /netbsd-src/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 145 print_generic_header(const char *procname, int pointerp) in print_generic_header() argument 149 f_print(fout, "xdr_%s(", procname); in print_generic_header() 151 f_print(fout, "%s ", procname); in print_generic_header()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | readelf.c | 8653 const char * procname; in dump_ia64_unwind() local 8656 aux->strtab_size, tp->start, &procname, &offset); in dump_ia64_unwind() 8660 if (procname) in dump_ia64_unwind() 8662 fputs (procname, stdout); in dump_ia64_unwind() 9109 const char * procname; in dump_hppa_unwind() local 9112 aux->strtab_size, tp->start, &procname, in dump_hppa_unwind() 9117 if (procname) in dump_hppa_unwind() 9119 fputs (procname, stdout); in dump_hppa_unwind() 9446 const char *procname; in arm_print_vma_and_name() local 9453 aux->strtab_size, addr, &procname, in arm_print_vma_and_name() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | readelf.c | 9203 const char * procname; in dump_ia64_unwind() local 9206 aux->strtab_size, tp->start, &procname, &offset); in dump_ia64_unwind() 9210 if (procname) in dump_ia64_unwind() 9212 fputs (procname, stdout); in dump_ia64_unwind() 9660 const char * procname; in dump_hppa_unwind() local 9663 aux->strtab_size, tp->start, &procname, in dump_hppa_unwind() 9668 if (procname) in dump_hppa_unwind() 9670 fputs (procname, stdout); in dump_hppa_unwind() 9998 const char *procname; in arm_print_vma_and_name() local 10005 aux->strtab_size, addr, &procname, in arm_print_vma_and_name() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_perf.c | 4458 .procname = "perf_stream_paranoid", 4467 .procname = "oa_max_sample_rate", 4480 .procname = "i915", 4490 .procname = "dev",
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-cc | 1050 procname
|