Searched refs:procname (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-proc.c | 312 .procname = "kmem_used", 319 .procname = "kmem_max", 329 .procname = "slab_kvmem_total", 338 .procname = "slab_kvmem_alloc", 347 .procname = "slab_kvmem_max", 368 .procname = "gitrev", 375 .procname = "hostid", 383 .procname = "kmem", 388 .procname = "kstat", 399 .procname = "spl", [all …]
|
| /freebsd/usr.sbin/rpcbind/ |
| H A D | security.c | 163 const char *procname; in logit() local 209 procname = procbuf; in logit() 211 procname = procmap[procnum]; in logit() 222 fromname, procname, progname, text); in logit()
|
| /freebsd/crypto/krb5/src/kadmin/server/ |
| H A D | ovsec_kadmd.c | 244 const char *procname; in log_badverf() local 264 procname = NULL; in log_badverf() 267 procname = proc_names[i].proc_name; in log_badverf() 271 if (procname != NULL) { in log_badverf() 275 procname, (int)clen, cname, cdots, (int)slen, sname, in log_badverf()
|
| /freebsd/libexec/rc/tests/ |
| H A D | rc_subr_test.sh | 105 procname="/bin/sleep" 107 command_args="-p $pidfile -- $procname 60"
|
| /freebsd/usr.bin/indent/ |
| H A D | lexi.c | 324 strncpy(state->procname, token, sizeof state->procname - 1); in lexi() 548 ps.procname[0] = ' '; in lexi()
|
| H A D | io.c | 71 if (ps.procname[0]) { in dump_line() 73 ps.procname[0] = 0; in dump_line()
|
| H A D | indent_globs.h | 315 char procname[100]; /* The name of the current procedure */ member
|
| H A D | indent.c | 584 ps.procname[0] == '\0' && ps.paren_level == 0) { in main() 654 ps.procname[0] == '\0' && ps.paren_level == 0) { in main() 1058 if (ps.in_decl && ps.procname[0] == '\0' && !ps.block_init && in main()
|
| /freebsd/libexec/rc/rc.d/ |
| H A D | ftp-proxy | 36 cmd_string=`basename ${procname:-${command}}`
|
| H A D | sendmail | 28 procname=${sendmail_procname:-/usr/sbin/${name}}
|
| /freebsd/sys/sys/ |
| H A D | kthread.h | 66 const char *procname, const char *, ...) __printflike(8, 9);
|
| /freebsd/libexec/rc/ |
| H A D | rc.subr | 424 # check_pidfile pidfile procname [interpreter] 426 # that the process is running and matches procname. 436 err 3 'USAGE: check_pidfile pidfile procname [interpreter]' 451 # check_process procname [interpreter] 452 # Ensures that a process (or processes) named procname is running. 461 err 3 'USAGE: check_process procname [interpreter]' 467 # _find_processes procname interpreter psargs 468 # Search for procname in the output of ps generated by psargs. 471 # If interpreter == ".", check the following variations of procname 473 # procname [all …]
|
| /freebsd/sys/kern/ |
| H A D | kern_kthread.c | 489 int flags, int pages, const char *procname, const char *fmt, ...) in kproc_kthread_add() argument 502 procptr, flags | RFSTOPPED, pages, "%s", procname); in kproc_kthread_add()
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_cout.c | 118 print_generic_header(const char *procname, int pointerp) in print_generic_header() argument 122 f_print(fout, "xdr_%s(", procname); in print_generic_header() 124 f_print(fout, "%s ", procname); in print_generic_header()
|