Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd-13.1/usr.sbin/pmc/
H A Dcmd_pmc_filter.cc201 char *events, char *processes, char *threads, bool exclusive, bool json, int infd, in pmc_filter_handler() argument
220 if (processes) in pmc_filter_handler()
221 parse_names(processes, proclist, &proccount); in pmc_filter_handler()
304 char *lwps, *pids, *events, *processes, *threads; in cmd_pmc_filter() local
311 threads = processes = lwps = pids = events = NULL; in cmd_pmc_filter()
326 processes = strdup(optarg); in cmd_pmc_filter()
361 processes, threads, exclusive, json, prelogfd, postlogfd); in cmd_pmc_filter()
/freebsd-13.1/contrib/unbound/contrib/
H A Dunbound.service.in7 ; read-only for the processes invoked by the unit except for the API file
12 ; makes sharing between processes via /tmp or /var/tmp impossible.
15 ; inaccessible and empty for processes invoked by the unit.
18 ; (accessible through /sys/fs/cgroup) read-only to all processes invoked by
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp72 "processes": [ in BuildSchema()
163 for (const JSONProcess &process : session.processes) { in ParseCommonSessionFile()
220 return o && o.map("processes", session.processes); in fromJSON()
H A DTraceSessionFileParser.h57 std::vector<JSONProcess> processes; member
/freebsd-13.1/sbin/init/
H A DNOTES45 processes.
106 5: clean up mode (re-read ttys file, killing off controlling processes
110 7: death: send SIGHUP to all controlling processes, reap for 30 seconds,
111 then go to 1 (warn if not all processes died, i.e. wait blocks)
/freebsd-13.1/tools/tools/netrate/tcpp/
H A DREADME8 client and the server generates a certain number of worker processes, each of
9 which in turn uses its own TCP port. The number of server processes must be
10 >= the number of client processes, or some of the ports required by the
/freebsd-13.1/contrib/googletest/
H A Dconfigure.ac6 # Provide various options to initialize the Autoconf and configure processes.
/freebsd-13.1/stand/i386/loader/
H A Dloader.rc9 \ Reads and processes loader.conf variables
/freebsd-13.1/stand/forth/
H A Dloader.rc12 \ Reads and processes loader.conf variables
/freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/
H A Dibm,vas.txt3 VAS is a hardware mechanism that allows kernel subsystems and user processes
/freebsd-13.1/contrib/sendmail/src/
H A DTUNING81 allow for a good control over the number of delivery processes other
83 processes (MaxChildren) or by load control options (RefuseLA,
97 to minimize the overhead for creating processes because they just
109 properties, i.e., number of processes to run the queues in the
221 and all options related to number of processes and the load should
/freebsd-13.1/tools/tools/sysdoc/
H A Dtunables.mdoc870 processes of the running kernel.
885 utility for more information on monitoring processes.
891 The maximum number of processes that the system
895 utility for more information on monitoring processes.
901 The maximum number of processes one user ID can run.
904 utility for more information on monitoring processes.
1090 for processes which you are not running.
1704 about processes running under other user id numbers (UIDs).
1782 Enforce MAC policies between system processes
2183 circumstances may stall processes and can therefore
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,video.txt7 Xilinx video IP pipeline processes video streams through one or more Xilinx
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def106 " this number of jobs in separate worker processes"
109 "Number of simultaneous worker processes to run the jobs."
113 " discovered by other processes. If 0, disabled")
126 "use the same path for several parallel processes.")
/freebsd-13.1/lib/libc/nls/
H A DC.msg27 10 No child processes
141 67 Too many processes
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CONF_cmd_argv.pod15 The function SSL_CONF_cmd_argv() processes at most two command line
/freebsd-13.1/etc/
H A Dmaster.passwd5 daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
/freebsd-13.1/usr.bin/top/
H A Dtop.c231 void * processes; in main() local
616 processes = in main()
669 (*d_process)(i, format_next_process(processes, get_userid, in main()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td11 …Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged…
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dpkeyparam.pod21 The B<pkeyparam> command processes public key algorithm parameters.
/freebsd-13.1/contrib/googletest/googletest/
H A Dconfigure.ac12 # Provide various options to initialize the Autoconf and configure processes.
/freebsd-13.1/contrib/ntp/scripts/stats/
H A DREADME6 script is called from a cron job once per day. This script processes the
/freebsd-13.1/contrib/libxo/tests/gettext/
H A Dstrerror.pot89 msgid "No child processes"
343 msgid "Too many processes"
/freebsd-13.1/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh81 daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td594 Desc<"Find processes with executable basenames that match a string.">;
597 Desc<"Find processes with executable basenames that end with a string.">;
603 Desc<"Find processes with executable basenames that contain a string.">;
606 Desc<"Find processes with executable basenames that match a regular "
612 Desc<"Find processes that have a matching user ID.">;
615 Desc<"Find processes that have a matching effective user ID.">;
618 Desc<"Find processes that have a matching group ID.">;
621 Desc<"Find processes that have a matching effective group ID.">;
624 Desc<"Find processes that have a matching architecture.">;
630 Desc<"Show processes matching all user IDs.">;
[all …]

123456