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.c315 .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 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/libexec/rc/tests/
H A Drc_subr_test.sh93 procname="/bin/sleep"
95 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 Dsendmail28 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.subr410 # 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 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()