Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c554 .procname = "kmem_used",
565 .procname = "kmem_max",
575 .procname = "slab_kvmem_total",
584 .procname = "slab_kvmem_alloc",
593 .procname = "slab_kvmem_max",
614 .procname = "gitrev",
621 .procname = "hostid",
628 .procname = "kmem",
633 .procname = "kstat",
642 .procname = "spl",
[all …]
/freebsd-13.1/usr.sbin/rpcbind/
H A Dsecurity.c163 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-13.1/usr.bin/indent/
H A Dlexi.c332 strncpy(state->procname, token, sizeof state->procname - 1); in lexi()
554 ps.procname[0] = ' '; in lexi()
H A Dio.c79 if (ps.procname[0]) { in dump_line()
81 ps.procname[0] = 0; in dump_line()
H A Dindent_globs.h316 char procname[100]; /* The name of the current procedure */ member
H A Dindent.c594 ps.procname[0] == '\0' && ps.paren_level == 0) { in main()
664 ps.procname[0] == '\0' && ps.paren_level == 0) { in main()
1068 if (ps.in_decl && ps.procname[0] == '\0' && !ps.block_init && in main()
/freebsd-13.1/libexec/rc/rc.d/
H A Dftp-proxy35 cmd_string=`basename ${procname:-${command}}`
H A Dsendmail26 procname=${sendmail_procname:-/usr/sbin/${name}}
/freebsd-13.1/sys/sys/
H A Dkthread.h68 const char *procname, const char *, ...) __printflike(8, 9);
/freebsd-13.1/libexec/rc/
H A Drc.subr261 # check_pidfile pidfile procname [interpreter]
288 # check_process procname [interpreter]
304 # _find_processes procname interpreter psargs
310 # procname
311 # `basename procname`
312 # `basename procname` + ":"
313 # "(" + `basename procname` + ")"
314 # "[" + `basename procname` + "]"
321 # tried as the prefix to procname.
951 _procname=${procname:-${command}}
[all …]
/freebsd-13.1/sys/kern/
H A Dkern_kthread.c457 int flags, int pages, const char *procname, const char *fmt, ...) in kproc_kthread_add() argument
466 procptr, flags, pages, "%s", procname); in kproc_kthread_add()
/freebsd-13.1/usr.bin/rpcgen/
H A Drpc_cout.c128 print_generic_header(const char *procname, int pointerp) in print_generic_header() argument
132 f_print(fout, "xdr_%s(", procname); in print_generic_header()
134 f_print(fout, "%s ", procname); in print_generic_header()