Home
last modified time | relevance | path

Searched refs:procname (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c558 .procname = "kmem_used",
569 .procname = "kmem_max",
579 .procname = "slab_kvmem_total",
588 .procname = "slab_kvmem_alloc",
597 .procname = "slab_kvmem_max",
618 .procname = "gitrev",
625 .procname = "hostid",
633 .procname = "kmem",
638 .procname = "kstat",
649 .procname = "spl",
[all …]
/freebsd/usr.sbin/rpcbind/
H A Dsecurity.c162 const char *procname; in logit() local
208 procname = procbuf; in logit()
210 procname = procmap[procnum]; in logit()
221 fromname, procname, progname, text); in logit()
/freebsd/libexec/rc/tests/
H A Drc_subr_test.sh85 procname="/bin/sleep"
87 command_args="-p $pidfile -- $procname 5"
/freebsd/usr.bin/indent/
H A Dlexi.c324 strncpy(state->procname, token, sizeof state->procname - 1); in lexi()
548 ps.procname[0] = ' '; in lexi()
H A Dio.c71 if (ps.procname[0]) { in dump_line()
73 ps.procname[0] = 0; in dump_line()
H A Dindent_globs.h315 char procname[100]; /* The name of the current procedure */ member
H A Dindent.c585 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 Dftp-proxy36 cmd_string=`basename ${procname:-${command}}`
H A Dsendmail27 procname=${sendmail_procname:-/usr/sbin/${name}}
/freebsd/sys/sys/
H A Dkthread.h66 const char *procname, const char *, ...) __printflike(8, 9);
/freebsd/libexec/rc/
H A Drc.subr417 # check_pidfile pidfile procname [interpreter]
444 # check_process procname [interpreter]
460 # _find_processes procname interpreter psargs
466 # procname
467 # `basename procname`
468 # `basename procname` + ":"
469 # "(" + `basename procname` + ")"
470 # "[" + `basename procname` + "]"
477 # tried as the prefix to procname.
1138 _procname=${procname:-${command}}
[all …]
/freebsd/sys/kern/
H A Dkern_kthread.c490 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 Drpc_cout.c118 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()