Searched refs:procname (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-proc.c | 315 .procname = "kmem_used", 326 .procname = "kmem_max", 336 .procname = "slab_kvmem_total", 345 .procname = "slab_kvmem_alloc", 354 .procname = "slab_kvmem_max", 375 .procname = "gitrev", 382 .procname = "hostid", 390 .procname = "kmem", 395 .procname = "kstat", 406 .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/libexec/rc/tests/ |
H A D | rc_subr_test.sh | 93 procname="/bin/sleep" 95 command_args="-p $pidfile -- $procname 5"
|
/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 | 585 ps.procname[0] == '\0' && ps.paren_level == 0) { in main() 655 ps.procname[0] == '\0' && ps.paren_level == 0) { in main() 1059 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 | 410 # check_pidfile pidfile procname [interpreter] 412 # that the process is running and matches procname. 422 err 3 'USAGE: check_pidfile pidfile procname [interpreter]' 437 # check_process procname [interpreter] 438 # Ensures that a process (or processes) named procname is running. 447 err 3 'USAGE: check_process procname [interpreter]' 453 # _find_processes procname interpreter psargs 454 # Search for procname in the output of ps generated by psargs. 457 # If interpreter == ".", check the following variations of procname 459 # procname [all …]
|
/freebsd/sys/kern/ |
H A D | kern_kthread.c | 490 int flags, int pages, const char *procname, const char *fmt, ...) in kproc_kthread_add() argument 503 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()
|