Home
last modified time | relevance | path

Searched refs:specified (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/freebsd-9-stable/contrib/gcclibs/libgomp/
Dparallel.c40 gomp_resolve_num_threads (unsigned specified) in gomp_resolve_num_threads() argument
43 if (specified == 1) in gomp_resolve_num_threads()
52 if (specified == 0) in gomp_resolve_num_threads()
53 specified = gomp_nthreads_var; in gomp_resolve_num_threads()
60 if (dyn < specified) in gomp_resolve_num_threads()
64 return specified; in gomp_resolve_num_threads()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetCallingConv.td29 /// CCIfType - If the current argument is one of the specified types, apply
50 /// the specified action.
54 /// the specified action.
58 /// the specified action.
62 /// the specified action.
68 /// CCAssignToReg - This action matches if there is a register in the specified
84 /// stack slot of the specified size and alignment on the stack. If size is
107 /// CCPromoteToType - If applied, this promotes the specified current value to
108 /// the specified type.
113 /// CCBitConvertToType - If applied, this bitconverts the specified current
[all …]
/freebsd-9-stable/contrib/ofed/management/doc/
Ddiagtools.txt15 Multiple port/Multiple CA support: when no IB device or port is specified
21 If a port and/or CA name is specified, the libibumad library
29 ibaddr -C mthca0 -P 2 # use the specified port only.
57 -C <ca_name> use the specified ca_name.
58 -P <ca_port> use the specified ca_port.
81 ibstatus mthca1:1 mthca0:2 # show status of specified ports
98 ibstat mthca1 2 # show status of specified ports
110 for the specified switch LID and the optional lid (mlid) range.
145 -m <mlid> show the multicast trace of the specified mlid.
179 specified SMA. The result is dumped in hex by default.
[all …]
Dlibibumad.txt63 specified IB device 'ca_name', or to the default ib device if 'ca_name' is null.
71 Description: Fill 'ca' structure with the ib device attributes specified by
97 Description: Fill the 'port' structure with the specified ib port attributes
98 specified by 'ca_name' and 'portnum', or the default port if 'ca_name' is null
99 and 'portnum' is zero. If only one of the 'ca_name' and 'portnum' are specified,
129 Description: Open the port specified by 'ca_name' and 'portnum' for umad IO.
147 Description: Close the port specified by the handle 'portid'. Return 0 on
161 Description: Register to the specified management class and version in the port
162 specified by the 'portid' handle. If 'method_mask' array is provided, the caller
180 Description: Register to the specified vendor class range 2, the specified
[all …]
Dlibibmad.txt75 specified by 'dev_name' and 'dev_port', and registers the application as mad
76 client for the 'num_classes' management classes specified in 'mgmt_classes'
86 Description: Perform RPC to the destination port specified by 'dport' using
182 to the specified 'buf' buffer and limit the output to 'bufsz' bytes. The
191 Description: Register the application as a client of the specified
206 methods specified by 'mngt' and 'method_mask' bitmap. Vendor classes in
216 this class. Return non-negative agentid or -1 if the specified class is
234 Description: Perform vendor specific RPC specified by 'call' to the destination
235 port specified by 'dport'. The buffer pointed by 'data' is used as payload
264 Description: Perform the SMP query (get) RPC specified by 'attrid' and 'mod'
[all …]
/freebsd-9-stable/contrib/ofed/management/infiniband-diags/
DREADME15 Multiple port/Multiple CA support: when no IB device or port is specified
21 If a port and/or CA name is specified, the libibumad library
29 ibaddr -C mthca0 -P 2 # use the specified port only.
57 -C <ca_name> use the specified ca_name.
58 -P <ca_port> use the specified ca_port.
81 ibstatus mthca1:1 mthca0:2 # show status of specified ports
98 ibstat mthca1 2 # show status of specified ports
110 for the specified switch LID and the optional lid (mlid) range.
145 -m <mlid> show the multicast trace of the specified mlid.
179 specified SMA. The result is dumped in hex by default.
[all …]
/freebsd-9-stable/crypto/openssh/
Dsftp.019 compression. sftp connects and logs into the specified host, then enters
92 Limits the used bandwidth, specified in Kbit/s.
218 directory (or path if specified). If the -h flag is specified,
228 the local path name is not specified, it is given the same name
231 local-path is specified, then local-path must specify a
234 If the -a flag is specified, then attempt to resume partial
240 If the -f flag is specified, then fsync(2) will be called after
243 If either the -P or -p flag is specified, then full file
246 If the -r flag is specified then directories will be copied
257 directory if path is not specified. ls-options may contain any
[all …]
Dssh-keygen.036 The type of key to be generated is specified with the -t option. If
99 -B Show the bubblebabble digest of specified private or public key
106 exactly 1024 bits as specified by FIPS 186-2. For ECDSA keys,
128 print to stdout the key in one of the formats specified by the -m
134 Search for the specified hostname in a known_hosts file, listing
150 addresses with hashed representations within the specified file;
166 in the format specified by the -m option and print an OpenSSH
170 Exit after screening the specified number of lines while
174 Start screening at the specified line number while performing DH
186 KRL file at the location specified via the -f flag that revokes
[all …]
/freebsd-9-stable/crypto/heimdal/lib/kadm5/
Dkadm5_err.et44 error_code OLD_STRUCT_VERSION, "API structure version specified by application is no longer support…
45 error_code NEW_STRUCT_VERSION, "API structure version specified by application is unknown to librar…
47 error_code OLD_LIB_API_VERSION, "API version specified by application is no longer supported by lib…
48 error_code OLD_SERVER_API_VERSION,"API version specified by application is no longer supported by s…
49 error_code NEW_LIB_API_VERSION, "API version specified by application is unknown to libraries"
50 error_code NEW_SERVER_API_VERSION,"API version specified by application is unknown to server"
52 error_code NO_RENAME_SALT, "The salt type of the specified principal does not support renaming"
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_add_extra_chain_cert.pod22 these certificates explicitly specified. If no chain is specified,
31 Only one set of extra chain certificates can be specified per SSL_CTX
33 RSA and DSA certificates are specified by the same server) or different SSL
34 structures with the same parent SSL_CTX cannot be specified using this
/freebsd-9-stable/crypto/heimdal/doc/
Dinit-creds81 specified are determined by configuration or library defaults. Some
83 specified can be determined correctly from system configuration or
87 used. The latter arguments are specified as individual arguments to
90 If a pointer to a credential is specified, the initial credential is
93 pointer may be specified, and the credential will be destroyed.
97 specified by the USER environment variable, or if the USER environment
108 no function is specified and input is required, then the login will
151 the name specified will be ignored and will be set to the realm of the
152 client name. If no in_tkt_service name is specified,
156 used if no value is specified in the options structure.
[all …]
/freebsd-9-stable/usr.sbin/pc-sysinstall/examples/
DREADME9 Using hostname= will set the specified hostname on the
31 to the directory specified by "installLocation=". This location
67 Set netIP to an address that you wish to have the interface specified in
73 Set netMask to the address you with to have the interface specified in
100 the settings specified by the variables below.
140 Setting this to "s1, s2, s3 or s4" will use the specified MBR slice.
162 specified this defaults to "round-robin"
172 specified by the path to the disk.
196 to create on the target drive / slice, specified by "disk0".
197 (disk0 will resolve to the drive / slice specified in the previous section)
[all …]
/freebsd-9-stable/tools/regression/lib/libc/nss/
DREADME119 it to be specified.
122 be queried during the test. This list must be specified via -f <file>
134 -s - build/use specified snapshot file
135 -f - use specified hostnames list for testing
144 -s - build/use specified snapshot file
160 -s - build/use specified snapshot file
161 -f - use specified hostnames list for testing
170 -s - build/use specified snapshot file
188 -s - build/use specified snapshot file
197 -s - build/use specified snapshot file
[all …]
/freebsd-9-stable/crypto/openssl/doc/apps/
Dgenrsa.pod43 the output filename. If this argument is not specified then standard output is
53 These options encrypt the private key with specified
55 specified no encryption is used. If encryption is used a pass phrase is prompted
66 Multiple files can be specified separated by a OS-dependent character.
73 to attempt to obtain a functional reference to the specified engine,
80 specified. The default is 512.
Decparam.pod50 this option is not specified.
77 Use the EC parameters with the specified 'short' name. Use B<-list_curves>
82 If this options is specified B<ecparam> will print out a list of all
99 specified by a OID, or B<explicit> where the ec parameters are
102 B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279,
112 This option will generate a EC private key using the specified parameters.
118 Multiple files can be specified separated by a OS-dependent character.
125 to attempt to obtain a functional reference to the specified engine,
Docsp.pod75 multiple times. The certificate specified in B<filename> must be in
82 issuer certificate is specified.
89 be specified by preceding the value by a B<-> sign.
93 Sign the OCSP request using the certificate specified in the B<signer>
94 option and the private key specified by the B<signkey> option. If
96 from the same file as the certificate. If neither option is specified then
127 specify the responder URL. Both HTTP and HTTPS (SSL/TLS) URLs can be specified.
149 the certificates specified by the B<-verify_other> option should be explicitly
168 signers certificate. With this option the signers certificate must be specified
220 If the B<index> option is specified the B<ocsp> utility is in responder mode, otherwise
[all …]
Dgendsa.pod35 These options encrypt the private key with specified
37 If none of these options is specified no encryption is used.
43 Multiple files can be specified separated by a OS-dependent character.
50 to attempt to obtain a functional reference to the specified engine,
Dec.pod32 private key format specified in 'SEC 1: Elliptic Curve Cryptography'
44 uses the SubjectPublicKeyInfo structur as specified in RFC 3280.
57 option is not specified. If the key is encrypted a pass phrase will be
68 is not specified. If any encryption options are set then a pass phrase will be
82 If none of these options is specified the key is written in plain text. This
125 specified by a OID, or B<explicit> where the ec parameters are
128 B<Note> the B<implicitlyCA> alternative ,as specified in RFC 3279,
134 to attempt to obtain a functional reference to the specified engine,
Dreq.pod72 if this option is not specified. A request is only read if the creation
73 options (B<-new> and B<-newkey>) are not specified.
115 prompted for and their maximum and minimum sizes are specified
119 key using information specified in the configuration file.
125 Multiple files can be specified separated by a OS-dependent character.
144 the format of the private key file specified in the B<-key>
150 If this option is not specified then the filename present in the
155 if this option is specified then if a private key is created it
161 overrides the digest algorithm specified in the configuration file.
166 this allows an alternative configuration file to be specified,
[all …]
/freebsd-9-stable/contrib/ntp/sntp/
Dsntp-opts.def51 Enable authentication using the key specified in this option's
53 number specified in the @option{keyfile} as this key's identifier.
61 descrip = "Listen to the address specified for broadcast time sync";
67 If specified @code{sntp} will listen to the specified address
106 separate the queries we send out by the specified number of
128 descrip = "Look in this file for the key specified with @option{-a}";
133 @code{sntp} will search for the key specified with @option{-a}
144 descrip = "Log to specified logfile";
146 This option causes the client to write log messages to the specified
215 of seconds specified before giving up. The default should be
[all …]
Dinvoke-sntp.texi113 -b Str broadcast Listen to the address specified for broadcast time sync
123 -k Fil keyfile Look in this file for the key specified with -a
124 -l Fil logfile Log to specified logfile
146 Options are specified by doubled hyphens and their name or by a single
197 Enable authentication using the key specified in this option's
199 number specified in the @option{keyfile} as this key's identifier.
205 This is the ``listen to the address specified for broadcast time sync'' option.
215 If specified @code{sntp} will listen to the specified address
249 separate the queries we send out by the specified number of
264 This is the ``look in this file for the key specified with @option{-a}'' option.
[all …]
/freebsd-9-stable/usr.sbin/pc-sysinstall/doc/
Dhelp-index9 Display the help data for the specified command
19 Queries the specified disk and returns information about its partitions
84 Deletes the disk partition specified. If this is the last partition,
92 Begin a install / upgrade with the specified cfg file
95 Start an automated installation with the specified conf file
/freebsd-9-stable/lib/libkse/test/
Dmutex_d.exp5 Protocol PTHREAD_PRIO_NONE, Type POSIX (type not specified) - PASS
10 Protocol PTHREAD_PRIO_INHERIT, Type POSIX (type not specified) - PASS
15 Protocol PTHREAD_PRIO_PROTECT, Type POSIX (type not specified) - PASS
23 Protocol PTHREAD_PRIO_NONE, Type POSIX (type not specified)
48 Protocol PTHREAD_PRIO_INHERIT, Type POSIX (type not specified)
73 Protocol PTHREAD_PRIO_PROTECT, Type POSIX (type not specified)
101 Protocol PTHREAD_PRIO_NONE, Type POSIX (type not specified)
121 Protocol PTHREAD_PRIO_INHERIT, Type POSIX (type not specified)
141 Protocol PTHREAD_PRIO_PROTECT, Type POSIX (type not specified)
164 Protocol PTHREAD_PRIO_NONE, Type POSIX (type not specified)
[all …]
/freebsd-9-stable/contrib/nvi/perl_api/
Dnviperl.pod21 The perl command passes the specified commands to the perl interpreter.
27 The perldo command runs the specified commands on each line of the range
28 (every line of the file if no range specified). Before running the
/freebsd-9-stable/sys/boot/common/
Dhelp.common29 before attempting to boot. If <delay> is not specified, the default
37 Boot the system. If arguments are specified, they are added to the
38 arguments for the kernel. If <kernelname> is specified, and a kernel
54 Emits <message>, with no trailing newline if -n is specified. This is
72 If -t is specified, the module is loaded as raw data of <type>, for
81 directory of the current device if <path> is not specified.
92 If -v is specified, print more details.
99 List loaded modules. If [-v] is specified, print more details.
119 If the -v argument is specified, details on the devices found will
365 Displays the value of <variable>, or all variables if not specified.
[all …]

12345678910>>...32