Home
last modified time | relevance | path

Searched full:unique (Results 1 – 25 of 2277) sorted by relevance

12345678910>>...92

/freebsd/contrib/libucl/tests/schema/
H A DuniqueItems.json7 "description": "unique array of integers is valid",
12 "description": "non-unique array of integers is invalid",
17 "description": "numbers are unique if mathematically unequal",
22 "description": "unique array of objects is valid",
27 "description": "non-unique array of objects is invalid",
32 "description": "unique array of nested objects is valid",
40 "description": "non-unique array of nested objects is invalid",
48 "description": "unique array of arrays is valid",
53 "description": "non-unique array of arrays is invalid",
58 "description": "1 and true are unique",
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dinterrupt.cc96 * Expect a FUSE_MKDIR but don't reply. Instead, just record the unique value
107 *mkdir_unique = in.header.unique; in expect_mkdir()
113 * Expect a FUSE_READ but don't reply. Instead, just record the unique value
125 *read_unique = in.header.unique; in expect_read()
131 * Expect a FUSE_WRITE but don't reply. Instead, just record the unique value
143 *write_unique = in.header.unique; in expect_write()
241 in.body.interrupt.unique == mkdir_unique); in TEST_F()
247 out0->header.unique = mkdir_unique; in TEST_F()
255 out1->header.unique = in.header.unique; in TEST_F()
304 in.body.interrupt.unique == mkdir_unique); in TEST_F()
[all …]
H A Dbad_server.cc50 out.header.unique = 99999; // Invalid! in TEST_F()
65 out.header.unique = 0; // Asynchronous notification in TEST_F()
87 out0->header.unique = in.header.unique; in TEST_F()
95 out1->header.unique = in.header.unique; in TEST_F()
H A Dmockfs.cc123 out0->header.unique = in.header.unique; in ReturnErrno()
138 out0->header.unique = in.header.unique; in ReturnNegativeCache()
153 out0->header.unique = in.header.unique; in ReturnImmediate()
168 printf(" uid=%5u gid=%5u pid=%5u unique=%" PRIu64 " len=%u" in debug_request()
171 in.header.unique, in.header.len, buflen); in debug_request()
242 printf(" unique=%" PRIu64, in.body.interrupt.unique); in debug_request()
453 * Kyua sets pwd to a testcase-unique tempdir; no need to use in MockFS()
758 /* Verify that the ticket's unique value is actually unique. */ in audit_request()
759 if (m_uniques->find(in.header.unique) != m_uniques->end()) in audit_request()
760 FAIL() << "Non-unique \"unique\" value"; in audit_request()
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DPiPcd.h57 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
73 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
89 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
105 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
123 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
139 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
155 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
173 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
197 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
221 …@param[in] Guid The 128-bit unique value that designates the namespace from which to ext…
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtypeinfo117 // Unique
120 // This implementation of type_info assumes a unique copy of the RTTI for a
130 // This implementation of type_info does not assume there is always a unique
142 // This implementation of type_info does not assume always a unique copy of
147 // to be unique within the program. If the high bit is unset, then the RTTI can
148 // be assumed to be unique within the program.
150 // When comparing type_infos, if both RTTIs can be assumed to be unique, it
152 // be unique, we must perform a deep string comparison of the type names.
153 // However, if one of the RTTIs is guaranteed unique and the other one isn't,
158 // symbol, it is given hidden visibility instead and the non-unique bit is set.
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtypeinfo124 // Unique
127 // This implementation of type_info assumes a unique copy of the RTTI for a
137 // This implementation of type_info does not assume there is always a unique
149 // This implementation of type_info does not assume always a unique copy of
154 // to be unique within the program. If the high bit is unset, then the RTTI can
155 // be assumed to be unique within the program.
157 // When comparing type_infos, if both RTTIs can be assumed to be unique, it
159 // be unique, we must perform a deep string comparison of the type names.
160 // However, if one of the RTTIs is guaranteed unique and the other one isn't,
165 // symbol, it is given hidden visibility instead and the non-unique bit is set.
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/dedup/
H A Ddedup_bclone.ksh36 # 2. Write a file (4 blocks, unique DDT entries, refcnt=1)
38 # from unique to duplicate table; no BRT entries are created
75 # Write unique data: 4 blocks, each gets a DDT entry with refcnt=1.
79 log_must eval "zdb -D $TESTPOOL | grep -q 'DDT-sha256-zap-unique:.*entries=4'"
82 # The entries move from unique (refcnt=1) to duplicate (refcnt=2).
106 # Delete file2 — DDT refcnt drops to 1, entries move back to unique.
110 log_must eval "zdb -D $TESTPOOL | grep -q 'DDT-sha256-zap-unique:.*entries=4'"
/freebsd/crypto/openssl/doc/man3/
H A DX509_get0_uids.pod6 - get certificate and attribute certificate unique identifiers
20 X509_get0_uids() sets B<*piuid> and B<*psuid> to the issuer and subject unique
23 X509_ACERT_get0_issuerUID() returns the issuer unique identifier of the
28 The issuer and subject unique identifier fields are very rarely encountered in
35 X509_ACERT_get0_issuerUID() returns a unique identifier on success or NULL
H A DSSL_CTX_set_generate_session_id.pod38 security critical but must be unique for the server. Additionally, the session id is
42 Without a callback being set, an OpenSSL server will generate a unique
59 Since the sessions must be distinguished, session ids must be unique.
65 If the application codes e.g. a unique host id, a unique process number, and
66 a unique sequence number into the session id, uniqueness could easily be
/freebsd/contrib/tcsh/
H A Ddotlock.c37 * Create a unique file. O_EXCL does not really work over NFS so we follow
40 * - make a mostly unique filename and try to create it.
41 * - link the unique filename to our target
43 * - unlink the mostly unique filename
65 * We generate a semi-unique filename, from hostname.(pid ^ usec) in create_exclusive()
76 * We try to create the unique filename. in create_exclusive()
106 * If the number of links was two (one for the unique file and one in create_exclusive()
/freebsd/lib/libsys/
H A Duuidgen.230 .Nd generate universally unique identifiers
42 universally unique identifiers (UUIDs) and writes them to the buffer
46 DCE version 1 variant of universally unique identifiers.
53 the identifier to be unique.
62 Universally unique identifiers, also known as globally unique identifiers
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBroadcaster.cpp48 void SBBroadcaster::BroadcastEventByType(uint32_t event_type, bool unique) { in BroadcastEventByType() argument
49 LLDB_INSTRUMENT_VA(this, event_type, unique); in BroadcastEventByType()
54 if (unique) in BroadcastEventByType()
60 void SBBroadcaster::BroadcastEvent(const SBEvent &event, bool unique) { in BroadcastEvent() argument
61 LLDB_INSTRUMENT_VA(this, event, unique); in BroadcastEvent()
67 if (unique) in BroadcastEvent()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp129 /// An RAII helper object ensure that the unique lock file is removed.
132 /// lock, the unique file will be removed. And if we successfully take the lock,
134 /// will remove the unique lock file. The caller should ensure there is a
181 // Create a lock file that is unique to this instance. in tryLock()
187 return createStringError(EC, "failed to create unique file " + in tryLock()
190 // Clean up the unique file on signal or scope exit. in tryLock()
193 // Write our process ID to our unique lock file. in tryLock()
252 // Since we own the lock, remove the lock file and our own unique lock file. in ~LockFileManager()
255 // The unique file is now gone, so remove it from the signal handler. This in ~LockFileManager()
/freebsd/secure/lib/libcrypto/man/man3/
H A DX509_get0_uids.368 \&\- get certificate and attribute certificate unique identifiers
83 \&\fBX509_get0_uids()\fR sets \fB*piuid\fR and \fB*psuid\fR to the issuer and subject unique
86 \&\fBX509_ACERT_get0_issuerUID()\fR returns the issuer unique identifier of the
90 The issuer and subject unique identifier fields are very rarely encountered in
96 \&\fBX509_ACERT_get0_issuerUID()\fR returns a unique identifier on success or NULL
H A DSSL_CTX_set_generate_session_id.399 security critical but must be unique for the server. Additionally, the session id is
103 Without a callback being set, an OpenSSL server will generate a unique
120 Since the sessions must be distinguished, session ids must be unique.
126 If the application codes e.g. a unique host id, a unique process number, and
127 a unique sequence number into the session id, uniqueness could easily be
/freebsd/usr.bin/getconf/
H A DMakefile10 conflicting.names unique.names unsigned_limits.names
25 conflicts: conflicting.names unique.names
26 @if test `wc -l <conflicting.names` != `wc -l <unique.names`; then \
36 unique.names: conflicting.names
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/
H A Dzpool_events_duplicates.ksh121 unique=$(echo "$ereports" | uniq | wc -l)
122 log_note "$actual total $ERR $RW ereports where $unique were unique"
124 if [ $actual -gt $unique ] ; then
125 log_note "UNEXPECTED -- $((actual-unique)) duplicate $ERR $RW ereports"
/freebsd/sys/dev/drm2/
H A Ddrm_ioctl.c49 * Copies the bus id from drm_device::unique into user space.
58 if (copy_to_user(u->unique, master->unique, master->unique_len)) in drm_getunique()
71 free(master->unique, DRM_MEM_DRIVER); in drm_unset_busid()
72 master->unique = NULL; in drm_unset_busid()
86 * Copies the bus id from userspace into drm_device::unique, and verifies that
98 if (master->unique_len || master->unique) in drm_setunique()
123 if (master->unique != NULL) in drm_set_busid()
/freebsd/sbin/nvmecontrol/
H A Dnvmecontrol.h46 #define NVME_LOGPAGE(unique, lp, vend, nam, fn, sz) \ argument
47 static struct logpage_function unique ## _lpf = { \
54 static void logpage_reg_##unique(void) __attribute__((constructor)); \
55 static void logpage_reg_##unique(void) { logpage_register(&unique##_lpf); }
/freebsd/usr.bin/uniq/tests/
H A Duniq_test.sh149 atf_test_case unique
157 atf_check_uniq --unique
167 atf_check_uniq --unique --count
168 atf_check_uniq --count --unique
224 atf_add_test_case unique
/freebsd/sys/contrib/edk2/Include/Library/
H A DPcdLib.h448 @param[in] Guid Pointer to a 128-bit unique value that designates
557 @param Guid Pointer to a 128-bit unique value that designates
575 @param Guid Pointer to a 128-bit unique value that designates
593 @param Guid Pointer to a 128-bit unique value that designates
611 @param Guid Pointer to a 128-bit unique value that designates
629 @param Guid Pointer to a 128-bit unique value that designates
647 @param Guid Pointer to a 128-bit unique value that designates
665 @param Guid Pointer to a 128-bit unique value that designates
683 @param Guid Pointer to a 128-bit unique value that designates
702 @param Guid Pointer to a 128-bit unique value that designates
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dunique.h29 // unique
50 unique(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in unique() function
56 unique(_ForwardIterator __first, _ForwardIterator __last) { in unique() function
57 return std::unique(__first, __last, __equal_to()); in unique()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dunique.h30 // unique
52 unique(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in unique() function
58 unique(_ForwardIterator __first, _ForwardIterator __last) { in unique() function
59 return std::unique(__first, __last, __equal_to()); in unique()
/freebsd/usr.bin/mktemp/
H A Dmktemp.135 .Nd make temporary file name (unique)
55 This file name is unique
66 unique letter combination.
67 The number of unique file names
80 can successfully generate a unique file name, the file

12345678910>>...92