Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c567 .procname = "kmem_used",
578 .procname = "kmem_max",
588 .procname = "slab_kvmem_total",
597 .procname = "slab_kvmem_alloc",
606 .procname = "slab_kvmem_max",
627 .procname = "gitrev",
634 .procname = "hostid",
642 .procname = "kmem",
647 .procname = "kstat",
658 .procname = "spl",
[all …]
/freebsd-14.2/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-14.2/libexec/rc/tests/
H A Drc_subr_test.sh93 procname="/bin/sleep"
95 command_args="-p $pidfile -- $procname 5"
/freebsd-14.2/usr.bin/indent/
H A Dlexi.c330 strncpy(state->procname, token, sizeof state->procname - 1); in lexi()
554 ps.procname[0] = ' '; in lexi()
H A Dio.c77 if (ps.procname[0]) { in dump_line()
79 ps.procname[0] = 0; in dump_line()
H A Dindent_globs.h317 char procname[100]; /* The name of the current procedure */ member
H A Dindent.c592 ps.procname[0] == '\0' && ps.paren_level == 0) { in main()
662 ps.procname[0] == '\0' && ps.paren_level == 0) { in main()
1066 if (ps.in_decl && ps.procname[0] == '\0' && !ps.block_init && in main()
/freebsd-14.2/libexec/rc/rc.d/
H A Dftp-proxy34 cmd_string=`basename ${procname:-${command}}`
H A Dsendmail26 procname=${sendmail_procname:-/usr/sbin/${name}}
/freebsd-14.2/sys/sys/
H A Dkthread.h66 const char *procname, const char *, ...) __printflike(8, 9);
/freebsd-14.2/libexec/rc/
H A Drc.subr262 # check_pidfile pidfile procname [interpreter]
289 # check_process procname [interpreter]
305 # _find_processes procname interpreter psargs
311 # procname
312 # `basename procname`
313 # `basename procname` + ":"
314 # "(" + `basename procname` + ")"
315 # "[" + `basename procname` + "]"
322 # tried as the prefix to procname.
971 _procname=${procname:-${command}}
[all …]
/freebsd-14.2/sys/kern/
H A Dkern_kthread.c491 int flags, int pages, const char *procname, const char *fmt, ...) in kproc_kthread_add() argument
504 procptr, flags | RFSTOPPED, pages, "%s", procname); in kproc_kthread_add()
/freebsd-14.2/usr.bin/rpcgen/
H A Drpc_cout.c126 print_generic_header(const char *procname, int pointerp) in print_generic_header() argument
130 f_print(fout, "xdr_%s(", procname); in print_generic_header()
132 f_print(fout, "%s ", procname); in print_generic_header()