Home
last modified time | relevance | path

Searched full:given (Results 1 – 25 of 4830) sorted by relevance

12345678910>>...194

/freebsd/lib/libusb/
H A Dlibusb20.3329 transferred USB frames for the given USB transfer.
335 allocated when an USB transfer was setup for the given USB transfer.
341 associated with the given USB transfer.
368 will return non-zero if the given USB transfer is
382 the given USB transfer.
387 If the given USB transfer is pending when this function is called, the
394 will stop the given USB transfer and will not return
402 pointer for the given USB transfer and
419 is used to set various USB flags for the given USB transfer.
434 returns the length of the given USB frame by index.
[all …]
H A Dlibusb.353 the given location.
63 the given location.
64 Additional options, like the USB debug level, may be given using the
79 This function will return non-zero if the given
104 Get the ASCII representation of the error given by the
111 Get the ASCII representation of the error enum given by the
149 Returns the port number which the device given by
243 Claim an interface in a given libusb_handle
301 Copy the name of the driver attached to the given
310 to the given interfac
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h60 /// Given operands for an Add, fold the result or return null.
64 /// Given operands for a Sub, fold the result or return null.
68 /// Given operands for a Mul, fold the result or return null.
72 /// Given operands for an SDiv, fold the result or return null.
76 /// Given operands for a UDiv, fold the result or return null.
80 /// Given operands for an SRem, fold the result or return null.
83 /// Given operands for a URem, fold the result or return null.
86 /// Given operand for an FNeg, fold the result or return null.
90 /// Given operands for an FAdd, fold the result or return null.
97 /// Given operands for an FSub, fold the result or return null.
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CRMF_MSG_set1_regCtrl_regToken.pod58 returns the respective control X in the given I<msg>, if present.
60 OSSL_CRMF_MSG_set1_regCtrl_regToken() sets the regToken control in the given
61 I<msg> copying the given I<tok> as value. See RFC 4211, section 6.1.
64 the given I<msg> copying the given I<auth> as value. See RFC 4211, section 6.2.
66 OSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo() pushes the given I<spi>
69 OSSL_CRMF_MSG_set0_SinglePubInfo() sets in the given SinglePubInfo I<spi>
79 OSSL_CRMF_MSG_set_PKIPublicationInfo_action() sets the action in the given I<pi>
80 using the given I<action> as value. See RFC 4211, section 6.3.
86 control in the given I<msg> copying the given I<tok> as value. See RFC 4211,
90 the given I<msg> copying the given I<pubkey> as value. See RFC 4211 section 6.6.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRuntimeLibcallUtil.h24 /// GetFPLibCall - Helper to return the right libcall for the given floating
29 /// getFPEXT - Return the FPEXT_*_* value for the given types, or
33 /// getFPROUND - Return the FPROUND_*_* value for the given types, or
37 /// getFPTOSINT - Return the FPTOSINT_*_* value for the given types, or
41 /// getFPTOUINT - Return the FPTOUINT_*_* value for the given types, or
45 /// getSINTTOFP - Return the SINTTOFP_*_* value for the given types, or
49 /// getUINTTOFP - Return the UINTTOFP_*_* value for the given types, or
53 /// getPOWI - Return the POWI_* value for the given types, or
57 /// getLDEXP - Return the LDEXP_* value for the given types, or
61 /// getFREXP - Return the FREXP_* value for the given types, or
[all …]
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.172 Select records that occurred after or on the given datetime.
74 Select records that occurred before the given datetime.
76 Select records matching the given audit classes specified as a comma
82 Select records that occurred on a given date.
88 Select records with the given effective user ID or name.
90 Select records with the given effective group ID or name.
92 Select records with the given real group ID or name.
96 Select records with the given event name or number. This option can
106 given specification.
119 Select records containing the given message queue ID.
[all …]
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod55 ossl_cmp_hdr_set_pvno() sets hdr->pvno to the given B<pvno>.
57 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error.
62 ossl_cmp_hdr_get0_sendernonce() returns the sender nonce of the given PKIHeader.
64 ossl_cmp_general_name_is_NULL_DN() determines if the given GENERAL_NAME
67 ossl_cmp_hdr_set1_sender() sets the sender field in the given PKIHeader
68 to the given X509 Name value, without consuming the pointer.
70 ossl_cmp_hdr_set1_recipient() sets the recipient field in the given
71 PKIHeader to the given X509 Name value, without consuming the pointer.
80 ossl_cmp_hdr_set1_senderKID() Sets hdr->senderKID to the given string.
85 hdr->freeText and consumes the given pointer.
[all …]
/freebsd/libexec/pppoed/
H A Dpppoed.844 utility listens to the given
60 will only offer services to clients requesting services from the given
65 is given, any PPPoE requests will be offered service.
69 will be given as the access concentrator name when establishing the connection.
72 is given, the current base hostname is used.
104 are not given.
135 option has not been given,
141 option is given,
147 option is given, additional diagnostics are provided (see the
152 option is given,
[all …]
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DCXSourceLocation.h78 * Returns non-zero if the given source location is in a system header.
83 * Returns non-zero if the given source location is in the main file of
94 * Retrieve a source range given the beginning and ending source
115 * the given source location.
123 * \param file [out] if non-NULL, will be set to the file to which the given
126 * \param line [out] if non-NULL, will be set to the line to which the given
129 * \param column [out] if non-NULL, will be set to the column to which the given
133 * buffer to which the given source location points.
141 * Retrieve the file, line and column represented by the given source
144 * Example: given the following source code in a file somefile.c
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h198 /// \returns Wavefront size for given subtarget \p STI.
201 /// \returns Local memory size in bytes for given subtarget \p STI.
204 /// \returns Maximum addressable local memory size in bytes for given subtarget
208 /// \returns Number of execution units per compute unit for given subtarget \p
212 /// \returns Maximum number of work groups per compute unit for given subtarget
213 /// \p STI and limited by given \p FlatWorkGroupSize.
217 /// \returns Minimum number of waves per execution unit for given subtarget \p
221 /// \returns Maximum number of waves per execution unit for given subtarget \p
225 /// \returns Number of waves per execution unit required to support the given \p
230 /// \returns Minimum flat work group size for given subtarget \p STI.
[all …]
/freebsd/lib/libc/capability/
H A Dcap_rights_init.395 For even more convenience pointer to the given structure is returned, so it can
107 function adds the given capability rights to the given
113 function removes the given capability rights from the given
119 function checks if all the given capability rights are set for the given
131 function verifies if the given
162 structure is given as an argument, the program will be aborted.
171 structure given in the
181 structure given in the
189 if all the given capability rights are set in the
203 function performs various checks to see if the given
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h29 /// in the given module. If symbols are overridden by other definitions, then
98 /// Add a MaterializatinoUnit representing the given IR to the JITDylib
99 /// targeted by the given tracker.
102 /// Adds a MaterializationUnit representing the given IR to the given
108 /// Emit should materialize the given IR.
119 /// on the given IRLayer.
143 /// Adds a MaterializationUnit for the object file in the given memory buffer
144 /// to the JITDylib for the given ResourceTracker.
148 /// Adds a MaterializationUnit for the object file in the given memory buffer
149 /// to the JITDylib for the given ResourceTracker. The interface for the
[all …]
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-cmp.1335 Multiple section names may be given, separated by commas and/or whitespace
394 generalInfo integer values to place in request PKIHeader with given \s-1OID,\s0
401 Defaults to the public key in the PKCS#10 \s-1CSR\s0 given with the \fB\-csr\fR option,
406 Unless \fB\-cmd\fR \fIp10cr\fR, \fB\-popo\fR \fI\-1\fR, or \fB\-popo\fR \fI0\fR is given, the
411 Pass phrase source for the key given with the \fB\-newkey\fR option.
412 If not given here, the password will be prompted for if needed.
420 If the NULL-DN (\f(CW"/"\fR) is given then no subject is placed in the template.
421 Default is the subject \s-1DN\s0 of any PKCS#10 \s-1CSR\s0 given with the \fB\-csr\fR option.
426 If provided and neither \fB\-cert\fR nor \fB\-oldcert\fR is given,
442 If the NULL-DN (\f(CW"/"\fR) is given then no issuer is placed in the template.
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dutils.hh114 * given inode with the given access_mode, returning the given errno
123 * given inode, offset, length, and mode, exactly times times and
131 * the given inode
136 * Create an expectation that FUSE_FORGET will be called for the given
143 * Create an expectation that FUSE_GETATTR will be called for the given
145 * attributes, like the given size and the mode S_IFREG | 0644
151 * given inode.
156 * Create an expectation that FUSE_LOOKUP will be called for the given
170 * Create an expectation that FUSE_OPEN will be called for the given
184 * the given inode, at offset offset and with size isize. It will
[all …]
/freebsd/contrib/bc/gen/
H A Ddc_help.txt70 parsed unless the "-x" option is given. Instead, the space after a command
84 If multiple of this option and the -c option are given, the last is used.
96 If multiple of this option and the -C option are given, the last is used.
101 Sets the builtin variable seed to the given value assuming that the given
102 value is in base 10. It is a fatal error if the given value is not a valid
109 given, they are all run. After running, dc will exit.
121 Sets the builtin variable ibase to the given value assuming that the given
122 value is in base 10. It is a fatal error if the given valu
[all...]
H A Dbc_help.txt75 If multiple of this option and the -c option are given, the last is used.
87 If multiple of this option and the -C option are given, the last is used.
92 Sets the builtin variable seed to the given value assuming that the given
93 value is in base 10. It is a fatal error if the given value is not a valid
100 given, they are all run before executing from stdin.
118 Sets the builtin variable ibase to the given value assuming that the given
119 value is in base 10. It is a fatal error if the given value is not a valid
146 Sets the builtin variable obase to the given valu
[all...]
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_CRMF_MSG_set1_regCtrl_regToken.3193 returns the respective control X in the given \fImsg\fR, if present.
195 \&\fBOSSL_CRMF_MSG_set1_regCtrl_regToken()\fR sets the regToken control in the given
196 \&\fImsg\fR copying the given \fItok\fR as value. See \s-1RFC 4211,\s0 section 6.1.
199 the given \fImsg\fR copying the given \fIauth\fR as value. See \s-1RFC 4211,\s0 section 6.2.
201 \&\fBOSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo()\fR pushes the given \fIspi\fR
204 \&\fBOSSL_CRMF_MSG_set0_SinglePubInfo()\fR sets in the given SinglePubInfo \fIspi\fR
214 \&\fBOSSL_CRMF_MSG_set_PKIPublicationInfo_action()\fR sets the action in the given \fIpi\fR
215 using the given \fIaction\fR as value. See \s-1RFC 4211,\s0 section 6.3.
221 control in the given \fImsg\fR copying the given \fItok\fR as value. See \s-1RFC 4211,\s0
225 the given \fImsg\fR copying the given \fIpubkey\fR as value. See \s-1RFC 4211\s0 section 6.6.
[all …]
/freebsd/usr.bin/bsdiff/bsdiff/
H A Ddivsufsort64.h68 * Constructs the suffix array of a given string.
71 * @param n The length of the given string.
79 * Constructs the burrows-wheeler transformed string of a given string.
83 * @param n The length of the given string.
100 * Constructs the burrows-wheeler transformed string of a given string and suffix array.
104 * @param n The length of the given string.
115 * Inverse BW-transforms a given BWTed string.
119 * @param n The length of the given string.
130 * Checks the correctness of a given suffix array.
133 * @param n The length of the given string.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h36 /// Create a new API notes reader from the given member buffer, which
64 /// Form a versioned info set given the desired version and a set of
92 /// Look for the context ID of the given Objective-C class.
99 /// Look for information regarding the given Objective-C class.
106 /// Look for the context ID of the given Objective-C protocol.
113 /// Look for information regarding the given Objective-C protocol.
120 /// Look for information regarding the given Objective-C property in
121 /// the given context.
132 /// Look for information regarding the given Objective-C method in
133 /// the given context.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DLLJIT.h152 * Mangles the given string according to the LLJIT instance's DataLayout, then
162 * Add a buffer representing an object file to the given JITDylib in the given
167 * Resources associated with the given object will be tracked by the given
174 * Add a buffer representing an object file to the given ResourceTracker's
175 * JITDylib in the given LLJIT instance. This operation transfers ownership of
179 * Resources associated with the given object will be tracked by ResourceTracker
187 * Add an IR module to the given JITDylib in the given LLJI
[all...]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in175 Multiple section names may be given, separated by commas and/or whitespace
240 generalInfo integer values to place in request PKIHeader with given OID,
252 Defaults to the public key in the PKCS#10 CSR given with the B<-csr> option,
257 Unless B<-cmd> I<p10cr>, B<-popo> I<-1>, or B<-popo> I<0> is given, the
263 Pass phrase source for the key given with the B<-newkey> option.
264 If not given here, the password will be prompted for if needed.
273 If the NULL-DN (C<"/">) is given then no subject is placed in the template.
274 Default is the subject DN of any PKCS#10 CSR given with the B<-csr> option.
279 If provided and neither B<-cert> nor B<-oldcert> is given,
296 If the NULL-DN (C<"/">) is given then no issuer is placed in the template.
[all …]
/freebsd/share/termcap/
H A Dtermcap.580 The first name given is the most common abbreviation for the terminal.
81 The last name given should be a long name fully identifying the terminal,
123 with parms as given (#\fIi\fP).
757 sequence) are given by the two-letter code, an `=', then a string
769 to the number of lines affected by the operation, and the amount given is
797 Finally, characters may be given as three octal digits after a
803 may be given as
878 The number of columns on each line of the display is given by the
884 number of lines on the screen is given by the
892 the code to do this is given by the
[all …]
/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort.h.cmake68 * Constructs the suffix array of a given string.
71 * @param n The length of the given string.
79 * Constructs the burrows-wheeler transformed string of a given string.
83 * @param n The length of the given string.
100 * Constructs the burrows-wheeler transformed string of a given string and suffix array.
104 * @param n The length of the given string.
115 * Inverse BW-transforms a given BWTed string.
119 * @param n The length of the given string.
130 * Checks the correctness of a given suffix array.
133 * @param n The length of the given string.
[all …]
/freebsd/sys/contrib/libfdt/
H A Dlibfdt.h93 /* FDT_ERR_TRUNCATED: Structure block of the given device tree
96 /* FDT_ERR_BADMAGIC: Given "device tree" appears not to be a
100 /* FDT_ERR_BADVERSION: Given device tree has a version which
105 /* FDT_ERR_BADSTRUCTURE: Given device tree has a corrupt
109 /* FDT_ERR_BADLAYOUT: For read-write functions, the given
250 * fdt_check_header() checks that the given buffer contains what
305 * fdt_get_max_phandle retrieves the highest phandle in the given
363 * fdt_subnode_offset - find a subnode of a given node
369 * offset parentoffset with the given name. name may include a unit
373 * whose name excluding unit address matches the given name.
[all …]
/freebsd/lib/libbe/
H A Dlibbe.3256 function is used to determine if the given snapshot name matches the format that
259 function will use by default if it is not given a snapshot name to use.
268 function creates a boot environment with the given name.
274 function creates a boot environment with the given name from an existing
283 function creates a boot environment with the given name from the name of an
290 function creates a recursive boot environment with the given name from an
330 function will recursively destroy the given boot environment.
355 function will mount the given boot environment.
382 function will check if there is a boot environment mounted at the given
394 function will unmount the given boot environment.
[all …]

12345678910>>...194