Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c312 .procname = "kmem_used",
319 .procname = "kmem_max",
329 .procname = "slab_kvmem_total",
338 .procname = "slab_kvmem_alloc",
347 .procname = "slab_kvmem_max",
368 .procname = "gitrev",
375 .procname = "hostid",
383 .procname = "kmem",
388 .procname = "kstat",
399 .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/crypto/krb5/src/kadmin/server/
H A Dovsec_kadmd.c244 const char *procname; in log_badverf() local
264 procname = NULL; in log_badverf()
267 procname = proc_names[i].proc_name; in log_badverf()
271 if (procname != NULL) { in log_badverf()
275 procname, (int)clen, cname, cdots, (int)slen, sname, in log_badverf()
/freebsd/libexec/rc/tests/
H A Drc_subr_test.sh105 procname="/bin/sleep"
107 command_args="-p $pidfile -- $procname 60"
/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.c584 ps.procname[0] == '\0' && ps.paren_level == 0) { in main()
654 ps.procname[0] == '\0' && ps.paren_level == 0) { in main()
1058 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.subr424 # check_pidfile pidfile procname [interpreter]
426 # that the process is running and matches procname.
436 err 3 'USAGE: check_pidfile pidfile procname [interpreter]'
451 # check_process procname [interpreter]
452 # Ensures that a process (or processes) named procname is running.
461 err 3 'USAGE: check_process procname [interpreter]'
467 # _find_processes procname interpreter psargs
468 # Search for procname in the output of ps generated by psargs.
471 # If interpreter == ".", check the following variations of procname
473 # procname
[all …]
/freebsd/sys/kern/
H A Dkern_kthread.c489 int flags, int pages, const char *procname, const char *fmt, ...) in kproc_kthread_add() argument
502 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()