| /freebsd-13.1/usr.sbin/pmc/ |
| H A D | cmd_pmc_filter.cc | 201 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 D | unbound.service.in | 7 ; 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 D | TraceSessionFileParser.cpp | 72 "processes": [ in BuildSchema() 163 for (const JSONProcess &process : session.processes) { in ParseCommonSessionFile() 220 return o && o.map("processes", session.processes); in fromJSON()
|
| H A D | TraceSessionFileParser.h | 57 std::vector<JSONProcess> processes; member
|
| /freebsd-13.1/sbin/init/ |
| H A D | NOTES | 45 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 D | README | 8 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 D | configure.ac | 6 # Provide various options to initialize the Autoconf and configure processes.
|
| /freebsd-13.1/stand/i386/loader/ |
| H A D | loader.rc | 9 \ Reads and processes loader.conf variables
|
| /freebsd-13.1/stand/forth/ |
| H A D | loader.rc | 12 \ Reads and processes loader.conf variables
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/powerpc/ |
| H A D | ibm,vas.txt | 3 VAS is a hardware mechanism that allows kernel subsystems and user processes
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | TUNING | 81 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 D | tunables.mdoc | 870 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 D | xlnx,video.txt | 7 Xilinx video IP pipeline processes video streams through one or more Xilinx
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFlags.def | 106 " 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 D | C.msg | 27 10 No child processes 141 67 Too many processes
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CONF_cmd_argv.pod | 15 The function SSL_CONF_cmd_argv() processes at most two command line
|
| /freebsd-13.1/etc/ |
| H A D | master.passwd | 5 daemon:*:1:1::0:0:Owner of many system processes:/root:/usr/sbin/nologin
|
| /freebsd-13.1/usr.bin/top/ |
| H A D | top.c | 231 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 D | InterpreterProperties.td | 11 …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 D | pkeyparam.pod | 21 The B<pkeyparam> command processes public key algorithm parameters.
|
| /freebsd-13.1/contrib/googletest/googletest/ |
| H A D | configure.ac | 12 # Provide various options to initialize the Autoconf and configure processes.
|
| /freebsd-13.1/contrib/ntp/scripts/stats/ |
| H A D | README | 6 script is called from a cron job once per day. This script processes the
|
| /freebsd-13.1/contrib/libxo/tests/gettext/ |
| H A D | strerror.pot | 89 msgid "No child processes" 343 msgid "Too many processes"
|
| /freebsd-13.1/usr.sbin/etcupdate/tests/ |
| H A D | preworld_test.sh | 81 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 D | Options.td | 594 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 …]
|