/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SMTAPI.h | 196 /// Creates a bitvector addition operation 199 /// Creates a bitvector subtraction operation 202 /// Creates a bitvector multiplication operation 205 /// Creates a bitvector signed modulus operation 208 /// Creates a bitvector unsigned modulus operation 211 /// Creates a bitvector signed division operation 214 /// Creates a bitvector unsigned division operation 217 /// Creates a bitvector logical shift left operation 220 /// Creates a bitvector arithmetic shift right operation 223 /// Creates a bitvector logical shift right operation [all …]
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_certreq_new.pod | 51 ossl_cmp_certreq_new() creates a PKIMessage for requesting a certificate, 70 ossl_cmp_certrep_new() creates a PKIMessage for certificate response, 119 ossl_cmp_rr_new() creates a Revocation Request message from the 122 ossl_cmp_rp_new() creates a Revocation Response message with I<si> and I<cid>. 126 ossl_cmp_certConf_new() creates a Certificate Confirmation message for the last 132 ossl_cmp_pkiconf_new() creates a PKI Confirmation message. 134 ossl_cmp_pollReq_new() creates a Polling Request message with certReqId set to 137 ossl_cmp_pollRep_new() creates a Polling Response message with certReqId set to 140 ossl_cmp_genm_new() creates a new General Message with an empty ITAV stack. 142 ossl_cmp_genp_new() creates a new General Response with an empty ITAV stack. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SchedulerRegistry.h | 61 /// createBURRListDAGScheduler - This creates a bottom up register usage 66 /// createSourceListDAGScheduler - This creates a bottom up list scheduler that 71 /// createHybridListDAGScheduler - This creates a bottom up register pressure 78 /// createILPListDAGScheduler - This creates a bottom up register pressure 85 /// createFastDAGScheduler - This creates a "fast" scheduler. 90 /// createVLIWDAGScheduler - Scheduler for VLIW targets. This creates top down 95 /// createDefaultScheduler - This creates an instruction scheduler appropriate 100 /// createDAGLinearizer - This creates a "no-scheduling" scheduler which
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | PKCS12_SAFEBAG_create_cert.pod | 38 PKCS12_SAFEBAG_create_cert() creates a new B<PKCS12_SAFEBAG> of type B<NID_certBag> 41 PKCS12_SAFEBAG_create_crl() creates a new B<PKCS12_SAFEBAG> of type B<NID_crlBag> 44 PKCS12_SAFEBAG_create_secret() creates a new B<PKCS12_SAFEBAG> of type 49 PKCS12_SAFEBAG_create0_p8inf() creates a new B<PKCS12_SAFEBAG> of type B<NID_keyBag> 52 PKCS12_SAFEBAG_create0_pkcs8() creates a new B<PKCS12_SAFEBAG> of type 55 PKCS12_SAFEBAG_create_pkcs8_encrypt() creates a new B<PKCS12_SAFEBAG> of type
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.h | 82 /// Returns or creates a global an creates an index to it. 86 /// Returns or creates a dummy value for unknown declarations. 89 /// Creates a global and returns its index. 92 /// Creates a global from a lifetime-extended temporary. 95 /// Creates a new function from a code range. 103 /// Creates an anonymous function. 114 /// Returns a record or creates one if it does not exist. 117 /// Creates a descriptor for a primitive type. 125 /// Creates a descriptor for a composite type. 215 /// Creates a new descriptor.
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_svc_create.3 | 117 creates server handles for all the transports 172 This routine creates a connectionless RPC 196 This routine creates a service on top of an open and bound file descriptor, 211 This routine creates an RPC 231 This routine creates an RPC 289 creates a server handle for the network 311 This routine creates a connection-oriented RPC
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-cardinalities.h | 58 // 2. a factory function that creates a Cardinality object from a 135 // Creates a cardinality that allows at least n calls. 138 // Creates a cardinality that allows at most n calls. 141 // Creates a cardinality that allows any number of calls. 144 // Creates a cardinality that allows between min and max calls. 147 // Creates a cardinality that allows exactly n calls. 150 // Creates a cardinality from its implementation.
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-create.8 | 52 Creates a new storage pool containing the virtual devices specified on the 213 The following command creates a pool with a single raidz root vdev that 218 The following command creates a pool with two mirrors, where each mirror 223 The following command creates a non-redundant pool using two disk partitions: 227 The following command creates a non-redundant pool using files. 233 The following command creates a new pool with an available hot spare: 237 The following command creates a ZFS storage pool consisting of two, two-way
|
H A D | zfs-create.8 | 61 Creates a new ZFS file system. 80 Creates all the non-existing parent datasets. 141 Creates a volume of the given size. 172 Creates all the non-existing parent datasets. 181 Creates a sparse volume with no reservation.
|
H A D | zfs-snapshot.8 | 47 Creates a snapshot of a dataset or multiple snapshots of different 80 The following command creates a snapshot named 90 The following command creates snapshots named 121 renames the remaining snapshots, and then creates a new snapshot, as follows:
|
H A D | zfs.8 | 172 Creates a new ZFS file system or volume. 184 Creates snapshots with the given names. 202 Creates a clone of the given snapshot. 215 Creates a snapshot whose contents are as specified in the stream provided on 220 subcommand, which by default creates a full stream. 222 Creates a new bookmark of the given snapshot or bookmark. 356 The following command creates a snapshot named 366 The following command creates snapshots named 485 The following command creates a writable file system whose initial contents are 564 renames the remaining snapshots, and then creates a new snapshot, as follows: [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 656 /// Creates directive with a list of \a Clauses. 672 /// Creates an empty directive with the place for \a N clauses. 1609 /// Creates directive with a list of \a Clauses. 1626 /// Creates an empty directive with the place 1685 /// Creates directive with a list of \a Clauses. 1705 /// Creates an empty directive with the place 1764 /// Creates directive with a list of \a Clauses. 1779 /// Creates an empty directive with the place 1834 /// Creates directive with a list of \a Clauses. 1850 /// Creates an empty directive with the place for \a NumClauses [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | PKCS12_SAFEBAG_create_cert.3 | 173 \&\fBPKCS12_SAFEBAG_create_cert()\fR creates a new \fB\s-1PKCS12_SAFEBAG\s0\fR of type \fBNID_certB… 176 \&\fBPKCS12_SAFEBAG_create_crl()\fR creates a new \fB\s-1PKCS12_SAFEBAG\s0\fR of type \fBNID_crlBag… 179 \&\fBPKCS12_SAFEBAG_create_secret()\fR creates a new \fB\s-1PKCS12_SAFEBAG\s0\fR of type 184 \&\fBPKCS12_SAFEBAG_create0_p8inf()\fR creates a new \fB\s-1PKCS12_SAFEBAG\s0\fR of type \fBNID_key… 187 \&\fBPKCS12_SAFEBAG_create0_pkcs8()\fR creates a new \fB\s-1PKCS12_SAFEBAG\s0\fR of type 190 \&\fBPKCS12_SAFEBAG_create_pkcs8_encrypt()\fR creates a new \fB\s-1PKCS12_SAFEBAG\s0\fR of type
|
/freebsd/bin/ln/tests/ |
H A D | ln_test.sh | 43 "symbolic link, '-L' option creates a hard" \ 59 "symbolic link, '-P' option creates a hard " \ 154 "'-sf' option unlinks it and creates a symbolic link " \ 183 atf_set "descr" "Verify that '-s' option creates a symbolic link" 196 "option creates a broken symbolic link to the source file" 234 atf_set "descr" "Verify that link(1) creates a link"
|
/freebsd/sys/contrib/edk2/Include/Protocol/ |
H A D | DevicePathUtilities.h | 73 Creates a new path by appending the device node to the device path. 93 Creates a new path by appending the specified device path instance to the specified device path. 110 Creates a copy of the current device path instance and returns a pointer to the next device path 133 Creates a device node 171 /// This protocol is used to creates and manipulates device paths and device nodes.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
H A D | SupportHelpers.h | 111 /// A RAII object that creates a temporary directory upon initialization and 117 /// Creates a managed temporary directory. 158 /// Creates a new path by appending the argument to the path of the managed 169 /// A RAII object that creates a link upon initialization and 177 /// Creates a managed link at path Link pointing to Target. 201 /// A RAII object that creates a file upon initialization and 207 /// Creates a managed file.
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | DevicePathLib.h | 248 Creates a new copy of an existing device path. 270 Creates a new device path by appending a second device path to a first device path. 272 This function creates a new device path by appending a copy of SecondDevicePath to a copy of 300 Creates a new path by appending the device node to the device path. 302 This function creates a new device path by appending a copy of the device node specified by 332 Creates a new device path by appending the specified device path instance to the specified device 335 This function creates a new device path by appending a copy of the device path instance specified 360 Creates a copy of the current device path instance and returns a pointer to the next device path 363 This function creates a copy of the current device path instance. It also updates DevicePath to 392 Creates a device node. [all …]
|
/freebsd/tools/regression/sockets/unix_cmsg/ |
H A D | README | 9 Usually each test does following steps: creates Server, forks Client, 65 Server creates a listening stream socket and sets the LOCAL_CREDS 82 Server creates a listening stream socket and sets the LOCAL_CREDS 125 Server creates datagram socket and sets the LOCAL_CREDS socket option 132 Server creates datagram socket and sets the LOCAL_CREDS socket option
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-cardinalities.cc | 138 // Creates a cardinality that allows at least n calls. 141 // Creates a cardinality that allows at most n calls. 144 // Creates a cardinality that allows any number of calls. 147 // Creates a cardinality that allows between min and max calls. 152 // Creates a cardinality that allows exactly n calls.
|
/freebsd/lib/libefivar/ |
H A D | uefi-dplib.h | 199 Creates a new copy of an existing device path. 221 Creates a new device path by appending a second device path to a first device path. 223 This function creates a new device path by appending a copy of SecondDevicePath 252 Creates a new path by appending the device node to the device path. 254 This function creates a new device path by appending a copy of the device node 287 Creates a new device path by appending the specified device path instance to the specified device 290 This function creates a new device path by appending a copy of the device path 317 Creates a copy of the current device path instance and returns a pointer to the next device path 320 This function creates a copy of the current device path instance. It also updates 352 Creates a device node. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCTargetDesc.h | 34 /// Creates a machine code emitter for AVR. 38 /// Creates an assembly backend for AVR. 43 /// Creates an ELF object writer for AVR.
|
/freebsd/lib/libc/db/hash/ |
H A D | README | 13 Creates a hash table named hashtest containing the 22 Creates a table from the key/data pairs on standard in and 58 the db interface only creates a single database file. To avoid overwriting
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_add_AT_const_value_string.3 | 71 creates a 80 creates a 90 creates a
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.h | 159 /// Creates an environment that uses `DACtx` to store objects that encompass 165 /// Creates an environment that uses `DACtx` to store objects that encompass 171 /// Creates an environment that uses `DACtx` to store objects that encompass 207 /// Creates and returns an environment to use for an inline analysis of the 286 /// Creates a storage location appropriate for `Type`. Does not assign a value 294 /// Creates a storage location for `D`. Does not assign the returned storage 299 /// Creates a storage location for `E`. Does not assign the returned storage 434 /// Creates a value appropriate for `Type`, if `Type` is supported, otherwise 437 /// If `Type` is a pointer or reference type, creates all the necessary 452 /// Creates an object (i.e. a storage location with an associated value) of [all …]
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfiutil.8 | 601 Creates a RAID0 volume for each drive specified. 604 Creates one RAID0 volume spanning the drives listed in the single drive list. 606 Creates one RAID1 volume spanning the drives listed in the single drive list. 608 Creates one RAID5 volume spanning the drives listed in the single drive list. 610 Creates one RAID6 volume spanning the drives listed in the single drive list. 612 Creates one RAID10 volume spanning multiple RAID1 arrays. 615 Creates one RAID50 volume spanning multiple RAID5 arrays. 618 Creates one RAID60 volume spanning multiple RAID6 arrays. 621 Creates a single volume by concatenating all of the drives in the single drive
|