/freebsd/lib/libpmc/ |
H A D | pmc_attach.3 | 45 is used to attach a process scope PMC specified by argument 47 to a target process specified by argument 55 the specified target process. 60 is used to detach a process scope PMC specified by argument 62 from a process specified by argument 77 specified a PMC that was not in a quiescent state. 79 The target process specified by function 84 The target process is already being tracked by the specified PMC. 88 specified a PMC with system scope. 92 specified an illegal process id. [all …]
|
/freebsd/usr.sbin/edquota/ |
H A D | edquota.8 | 79 flag is specified, 80 one or more users may be specified on the command line. 98 Block quotas can be specified in bytes (B), kilobytes (K), 100 If no units are specified, kilobytes are assumed. 101 Inode quotas can be specified in kiloinodes (K), 103 If no units are specified, the number of inodes specified are used. 106 flag is specified, the editor will always display the 127 option is specified, 130 specified for each user specified. 137 for each uid in the range specified. [all …]
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | PcdLib.h | 29 Returns the token number associated with the PCD token specified by TokenName. 43 Returns the Boolean value for the PCD feature flag specified by TokenName. 58 Returns the 8-bit value for the token specified by TokenName. 64 @return 8-bit value for the token specified by TokenName. 73 Returns the 16-bit value for the token specified by TokenName. 79 @return 16-bit value for the token specified by TokenName. 88 Returns the 32-bit value for the token specified by TokenName. 94 @return 32-bit value for the token specified by TokenName. 103 Returns the 64-bit value for the token specified by TokenName. 109 @return 64-bit value for the token specified by TokenName. [all …]
|
H A D | PrintLib.h | 29 - The field is left justified. If not flag is not specified, then the 35 If both space and + are specified, then space is ignored. 41 If 0 is also specified, then 0 is ignored. 44 If this flag is not specified, then the number being printed is size int. 50 - The width of the field is specified by a UINTN argument in the 53 - The number specified as a decimal value represents the width of 55 - NOTE: If [width] is not specified, then a field width of 0 is assumed. 60 - The precision of the field is specified by a UINTN argument in the 63 - The number specified as a decimal value represents the precision of 65 - NOTE: If [.precision] is not specified, then a precision of 0 is assumed. [all …]
|
H A D | MemoryAllocationLib.h | 78 Frees the number of 4KB pages specified by Pages from the buffer specified by Buffer. Buffer 99 Allocates one or more 4KB pages of type EfiBootServicesData at a specified alignment. 101 Allocates the number of 4KB pages specified by Pages of type EfiBootServicesData with an 102 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is 103 returned. If there is not enough memory at the specified alignment remaining to satisfy the 124 Allocates one or more 4KB pages of type EfiRuntimeServicesData at a specified alignment. 126 Allocates the number of 4KB pages specified by Pages of type EfiRuntimeServicesData with an 127 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is 128 returned. If there is not enough memory at the specified alignment remaining to satisfy the 149 Allocates one or more 4KB pages of type EfiReservedMemoryType at a specified alignment. [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 239 /// Checks if the specified directive is a directive with an associated 241 /// \param DKind Specified directive. 246 /// Checks if the specified directive is a worksharing directive. 247 /// \param DKind Specified directive. 252 /// Checks if the specified directive is a taskloop directive. 253 /// \param DKind Specified directive. 258 /// Checks if the specified directive is a parallel-kind directive. 259 /// \param DKind Specified directive. 264 /// Checks if the specified directive is a target code offload directive. 265 /// \param DKind Specified directive. [all …]
|
/freebsd/bin/setfacl/ |
H A D | setfacl.1 | 47 the specified file(s). 48 If no files are specified, or the list consists of the only 55 Modify the ACL on the specified files by inserting new 57 specified in 89 option is specified, symbolic links on the command line are followed 93 Delete any default ACL entries on the specified files. 95 is not considered an error if the specified files do not have 98 the specified files cannot have a default entry (i.e., 104 option is specified, all symbolic links are followed. 106 Modify the ACL on the specified file. [all …]
|
/freebsd/contrib/elftoolchain/ar/ |
H A D | ar.1 | 160 this option specifies that the archive members specified by 167 this option specifies that the files specified by arguments 174 this option specifies that the archive members specified by 181 this option specifies that the files specified by arguments 198 from the archive specified by argument 216 options are specified on the command line, the final one takes precedence. 221 Create archives with the specified archive format. 234 If this option is not specified, 251 Move archive members specified by arguments 254 If a position has been specified by one of the [all …]
|
/freebsd/share/doc/usd/13.viref/ |
H A D | ex.cmd.roff | 50 Generally, a count past the end-of-file may be specified, e.g. the 73 characters can be specified before, after, or during the flags, in which 75 but rather the line addressed by the offset address specified. 86 Anywhere a file name is specified, it is also possible to use 94 If both a count and a range are specified for commands that use either, 103 When only a line or range is specified, with no command, the implied 115 When no range or count is specified and the command line is a blank line, 279 The specified lines are passed to the program as standard input, 284 Unchanged if no range was specified, otherwise set to the first 318 If no buffer is specified, or if the specified buffer is [all …]
|
/freebsd/usr.bin/ar/ |
H A D | ar.1 | 159 this option specifies that the archive members specified by 166 this option specifies that the files specified by arguments 173 this option specifies that the archive members specified by 180 this option specifies that the files specified by arguments 197 from the archive specified by argument 221 options are specified on the command line, the final one takes precedence. 235 Move archive members specified by arguments 238 If a position has been specified by one of the 243 options, the members are moved to before or after the specified 245 If no position has been specified, the specified members are moved [all …]
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.8 | 62 is not specified, the local host is the default. 84 on the specified 99 is specified, 101 attempts to call that version of the specified 106 numbers for the specified 125 If this option is not specified, 127 uses the transport specified in the 143 of the specified 154 is not specified, 163 is specified in universal address format of the given transport. [all …]
|
/freebsd/usr.bin/clang/llvm-objcopy/ |
H A D | llvm-objcopy.1 | 40 specified, the output may be modified along the way, e.g. by removing sections. 42 If no output file is specified, the input file is modified in\-place. If \(dq\-\(dq is 43 specified for the input file, the input is read from the program\(aqs standard 44 input stream. If \(dq\-\(dq is specified for the output file, the output is written to 67 specified multiple times to add multiple sections. 94 specified multiple times to dump multiple sections to different files. 128 Can be specified multiple times to keep multiple sections. 136 Rename symbols called \fB<old>\fP to \fB<new>\fP in the output. Can be specified 145 anything following a \(aq#\(aq. Can be specified multiple times to read names from 151 If specified, symbol and section names specified by other switches are treated [all …]
|
/freebsd/crypto/openssh/ |
H A D | sftp.1 | 61 may be specified either as 82 is specified, or if the 86 will log in to the specified 89 if one was specified. 175 A command and arguments may be specified, for example 200 Multiple jump hops may be specified separated by comma characters. 207 Limits the used bandwidth, specified in Kbit/s. 358 is not specified, then change directory to the one the session started in. 377 flag is specified, then symlinks will not be followed. 396 flag is specified, then symlinks will not be followed. [all …]
|
H A D | ssh_config.5 | 136 Match conditions are specified using one or more criteria 191 keyword executes the specified command under the user's shell. 225 keyword matches against the hostname as it was specified on the command-line. 228 keyword matches a tag name specified by a prior 265 option was specified to 270 Alternately, this option may be specified as a time interval 309 Use the specified address on the local machine as the source address of 313 Use the address of the specified interface on the local machine as the 319 search for the specified destination host. 333 specified by [all …]
|
/freebsd/lib/libsys/ |
H A D | mmap.2 | 54 specified range. 96 The protections (region accessibility) are specified in the 134 Sharing, mapping type and options are specified in the 190 specified. 191 If the specified address cannot be used, 196 is specified, 201 is not specified, a successful 212 is specified, the request will fail if a mapping 215 Instead of a mapping, create a guard of the specified size. 333 specified by the sysctl [all …]
|
H A D | open.2 | 43 The file name specified by 46 for either execution or reading and/or writing as specified by the 230 is specified and the 254 is specified and the 357 if any intermediate component of the specified relative path does not 476 flag was specified, 520 is specified and write permission is denied. 523 is specified, 529 is specified, the file does not exist, and the directory in which it is to be 538 is specified or [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/ |
H A D | dtrace.1 | 103 D program code specified on the command line must be appropriately quoted to 113 option is specified, 118 option is specified, 150 the specified probes for anonymous tracing and then exits. 167 Run the specified command 177 specified on the command line or using the 245 are specified in the description, all probes with the corresponding 267 The DTrace probes specified in the program are saved inside of a relocatable ELF 271 option is present, the ELF file is saved using the pathname specified as the 283 specified provider definitions. [all …]
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslogd.8 | 53 machines and/or users as specified by its configuration file. 88 If this option is specified, 99 options may be specified. 119 can be specified as an IPv4 address or as an IPv6 124 If specified, 173 option is also specified. 187 The address can be specified as a hostname, 189 If an IPv6 address is specified, it should be enclosed with 197 This option can be specified multiple times to bind to 207 If specified twice, [all …]
|
/freebsd/usr.bin/clang/llvm-pdbutil/ |
H A D | llvm-pdbutil.1 | 196 match the specified regular expression. 202 \fBllvm\-pdbutil\fP to omit any symbols that match the specified regular 209 that match the specified regular expression. 216 specified regular expression. 222 search to only those symbols that match the specified regular expression. 228 the specified regular expression. 233 Only display types that have at least the specified amount of alignment 239 Only display types that have at least the specified amount of alignment 245 Only display types T where sizeof(T) is greater than or equal to the specified 273 Displays class definitions in the specified format. [all …]
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.8 | 283 This can be specified in decimal, octal (starting with 0), 292 for stdout may be specified. 323 This can be specified in decimal, octal (starting with 0), hexadecimal 332 for stdin may be specified. 372 If a 10 byte CDB is specified, the request will be automatically reissued 385 One of the two must be specified, though. 386 Mode page numbers may be specified in decimal or hexadecimal. 392 One of the two must be specified, though. 417 START STOP UNIT command to the specified LUN with the start 428 START STOP UNIT command to the specified LUN with the start [all …]
|
/freebsd/share/man/man9/ |
H A D | bus_space.9 | 697 by the implementation within bounds specified by the caller of the 762 Functions which take a count of bytes have undefined results if the specified 858 If this flag is not specified, the 870 If this flag is specified and linear 875 flag is not specified, the system may map the space in whatever way is 923 specified should be 1079 specified should be the same as the size given to 1113 the offset specified by 1115 into the region specified by 1117 of the bus space specified by [all …]
|
/freebsd/usr.sbin/iostat/ |
H A D | iostat.8 | 87 is specified). 91 be specified, so that the subsequent sets of printed statistics will be 102 is specified. 109 is not specified and a wait interval is specified, 111 If no wait interval is specified, the default repeat count is 1. 118 is also specified to enable the display of CPU or TTY statistics. 139 Extract values associated with the name list from the specified core 143 Extract the name list from the specified system instead of the default 162 is specified, total blocks/sectors, total transfers, and 170 is specified. [all …]
|
/freebsd/contrib/wireguard-tools/man/ |
H A D | wg.8 | 32 If no COMMAND is specified, COMMAND defaults to 40 Shows current WireGuard configuration and runtime information of specified \fI<interface>\fP. 41 If no \fI<interface>\fP is specified, \fI<interface>\fP defaults to \fIall\fP. 42 If \fIinterfaces\fP is specified, prints a list of all WireGuard interfaces, 45 meant for the terminal. Otherwise, prints specified information grouped by 47 if \fIall\fP is specified, then the first field for all categories of information 48 is the interface name. If \fPdump\fP is specified, then several lines are printed; 59 Sets configuration values for the specified \fI<interface>\fP. Multiple 60 \fIpeer\fPs may be specified, and if the \fIremove\fP argument is given 62 is not specified, or set to 0, the port will be chosen randomly when the [all …]
|
/freebsd/usr.sbin/config/ |
H A D | config.5 | 68 Numbers are specified using 102 Configures the specified devices 119 Environment variables specified in the 121 environment will take precedence over environment variables specified in 123 and environment variables specified in the dynamic environment take precedence 127 may be specified in the static environment to disable the 136 may be specified in the 139 This option has no effect if specified in any environment after the 154 order of appearance so that later specified variables properly override earlier 155 specified variables. [all …]
|
/freebsd/usr.bin/clang/llvm-extract/ |
H A D | llvm-extract.1 | 39 it from the specified LLVM bitcode file. It is primarily used as a debugging 42 In addition to extracting the bitcode of the specified function, 48 standard output, unless the \fB\-o\fP option is specified (see below). 55 specified multiple times to extract multiple alias at once. 64 specified multiple times. 71 Extract basic blocks(s) specified in \fIbasic\-block\-specifier\fP\&. May be 72 specified multiple times. Each <function:bb[;bb]> specifier pair will create 73 a function. If multiple basic blocks are specified in one pair, the first 81 Delete specified Globals from Module. 99 specified multiple times to extract multiple functions at once. [all …]
|