Home
last modified time | relevance | path

Searched full:holds (Results 1 – 25 of 1446) sorted by relevance

12345678910>>...58

/freebsd/share/man/man5/
H A Delf.5340 point, this member holds zero.
342 This member holds the program header table's file offset in bytes.
344 the file has no program header table, this member holds zero.
346 This member holds the section header table's file offset in bytes.
348 file has no section header table this member holds zero.
350 This member holds processor-specific flags associated with the file.
355 This member holds the ELF header's size in bytes.
357 This member holds the size in bytes of one entry in the file's program header
360 This member holds the number of entries in the program header
377 holds the value zero.
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_userhold.c143 * reported if needed, such as when all holds fail. in dsl_dataset_user_hold_check()
219 zfs_dbgmsg("couldn't release holds on pool=%s " in dsl_dataset_user_release_onexit()
225 zfs_dbgmsg("couldn't release holds on pool=%s " in dsl_dataset_user_release_onexit()
239 dsl_onexit_hold_cleanup(spa_t *spa, nvlist_t *holds, minor_t minor) in dsl_onexit_hold_cleanup() argument
243 if (minor == 0 || nvlist_empty(holds)) { in dsl_onexit_hold_cleanup()
244 fnvlist_free(holds); in dsl_onexit_hold_cleanup()
254 ca->zhca_holds = holds; in dsl_onexit_hold_cleanup()
303 * holds is nvl of snapname -> holdname
308 * Holds for snapshots that don't exist will be skipped.
310 * If none of the snapshots for requested holds exist then ENOENT will be
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_holds.ksh28 # Verify 'zfs send' can send dataset holds.
29 # Verify 'zfs receive' can receive dataset holds.
33 # 2. Create a full send stream with the fs, including holds.
36 # 5. Create an incremental send stream with the fs, including holds.
38 # 7. Verify the holds have been received as expected.
39 # 8. Create an incremental snap with no holds, and send that with -h.
42 # 11. Receive the incremental stream with -h and verify holds skipped.
49 eval "zfs holds $init_snap |grep -q hold1-1" &&
51 eval "zfs holds $init_snap |grep -q hold1-2" &&
53 eval "zfs holds $recv_snap |grep -q hold1-1" &&
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_holds.ksh22 # Listing zfs holds should work correctly.
46 # 0 holds handled correctly
49 for s in zfs.list.holds("$SNAP") do
61 for s in zfs.list.holds("$SNAP") do
73 # All holds appear exactly once
81 for s in zfs.list.holds("$SNAP") do
96 zfs.list.holds("$TESTPOOL/nonexistent-fs@nonexistent-snap")
100 zfs.list.holds("nonexistent-pool/$TESTFS")
106 zfs.list.holds("testpool2")
110 # Can't have holds on filesystems
[all …]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.h47 * @return error if one of the following holds:
109 * @return error if one of the following holds:
129 * @return error if one of the following holds:
171 * @return error if one of the following holds:
202 * @return error if one of the following holds:
228 * @return error if one of the following holds:
256 * @return error if one of the following holds:
277 * @return error if one of the following holds:
296 * @return error if one of the following holds:
313 * @return error if one of the following holds:
[all …]
/freebsd/contrib/ncurses/man/
H A Dform_variables.3x60 This holds alphanumeric data.
62 This holds alphabetic data.
64 This holds an enumerated type.
66 This holds a decimal integer.
68 This holds an IPv4 internet address, e.g., "127.0.0.1".
70 This holds a decimal number, with optional sign and decimal point.
72 This holds a regular expression.
/freebsd/share/man/man9/
H A Drwlock.9171 If any thread holds this lock exclusively, the current thread blocks,
219 This will only succeed if the current thread holds the only shared lock on
221 and it only holds a single shared lock.
269 Assert that current thread holds either a shared or exclusive lock
273 Assert that current thread holds a shared lock of
276 Assert that current thread holds an exclusive lock of
279 Assert that current thread holds neither a shared nor exclusive lock of
290 Assert that the current thread holds a recursive lock of
324 thread holds a read lock.
325 They cannot ensure that the current thread holds a read lock.
H A Drmlock.9204 If any thread holds this lock exclusively, the current thread blocks,
281 Assert that current thread holds either a shared or exclusive lock
285 Assert that current thread holds a shared lock of
288 Assert that current thread holds an exclusive lock of
291 Assert that current thread holds neither a shared nor exclusive lock of
302 Assert that the current thread holds a recursive lock of
325 If any thread holds this lock exclusively, the current thread blocks.
H A Dsx.9259 will return a pointer to the thread which currently holds an exclusive lock on
261 If no thread holds an exclusive lock on
268 will return non-zero if the current thread holds the exclusive lock;
332 thread holds a shared lock.
333 They cannot ensure that the current thread holds a shared lock.
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dpopcountti2.c24 // Every 2 bits holds the sum of every pair of bits (64) in __popcountti2()
28 // Every 4 bits holds the sum of every 4-set of bits (3 significant bits) (32) in __popcountti2()
31 // Every 8 bits holds the sum of every 8-set of bits (4 significant bits) (16) in __popcountti2()
33 // Every 8 bits holds the sum of every 8-set of bits (5 significant bits) (8) in __popcountti2()
35 // Every 8 bits holds the sum of every 8-set of bits (6 significant bits) (4) in __popcountti2()
37 // Every 8 bits holds the sum of every 8-set of bits (7 significant bits) (2) in __popcountti2()
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dholds.py25 """This module implements the "zfs holds" subcommand.
26 The only public interface is the zfs.holds.do_holds() function."""
39 """Implements the "zfs holds" subcommand."""
48 u = _("""holds [-r] <snapshot> ...""")
53 help=_("list holds recursively"))
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-release.846 .Cm holds
79 .Cm holds
86 Lists the holds that are set on the named descendent snapshots, in addition to
87 listing the holds on the named snapshot.
91 Prints holds timestamps as Unix epoch timestamps.
H A Dzfs-hold.846 .Cm holds
79 .Cm holds
86 Lists the holds that are set on the named descendent snapshots, in addition to
87 listing the holds on the named snapshot.
91 Prints holds timestamps as Unix epoch timestamps.
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.schema91 ##### The krbTicketFlags attribute holds information about the kerberos flags for a principal
145 ##### The attribute holds data in the ldap uri format,
177 ##### This attribute holds the Host Name or the ip address,
188 ##### This attribute holds the scope for searching the principals
354 ##### This attribute holds the principal's key (krbPrincipalKey) that is encrypted with
410 ##### Holds the default encryption/salt type combinations of principals for
421 ##### Holds the supported encryption/salt type combinations of principals for
439 ##### This attribute holds the principal's old keys (krbPwdHistory) that is encrypted with
492 ##### This attribute holds the kerberos master key.
552 ##### This attribute holds the application specific data.
[all …]
H A Dkerberos.ldif107 ##### The krbTicketFlags attribute holds information about the kerberos flags for a principal
173 ##### The attribute holds data in the ldap uri format,
214 ##### This attribute holds the Host Name or the ip address,
228 ##### This attribute holds the scope for searching the principals
448 ##### This attribute holds the principal's key (krbPrincipalKey) that is encrypted with
513 ##### Holds the default encryption/salt type combinations of principals for
526 ##### Holds the Supported encryption/salt type combinations of principals for
550 ##### This attribute holds the principal's old keys (krbPwdHistory) that is encrypted with
612 ##### This attribute holds the kerberos master key.
687 ##### This attribute holds the application specific data.
[all …]
/freebsd/contrib/pam-krb5/tests/fakepam/
H A Dinternal.h55 /* Holds a PAM argc and argv. */
62 * Holds a linked list of actions: a PAM call that should return some
74 /* Holds an expected PAM prompt style, the prompt, and the response. */
81 /* Holds an array of PAM prompts and the current index into that array. */
90 * Holds the complete set of things that we should do, configuration for them,
/freebsd/crypto/krb5/doc/kadm5/
H A Dadb-unit-test.tex90 \Reason{An attempt to acquire a shared lock while another process holds an
96 \Reason{An attempt to acquire an exclusive lock while another process holds a
102 \Reason{An attempt to open the database while a process holds a
108 \Reason{An attempt to acquire an exclusive lock while a process holds a
124 \Reason{A process can perform a get operation while another process holds a
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_sqr.c202 * t[32] holds (a[0]-a[1])*(a[1]-a[0]), it is negative or zero in bn_sqr_recursive()
203 * r[10] holds (a[0]*b[0]) in bn_sqr_recursive()
204 * r[32] holds (b[1]*b[1]) in bn_sqr_recursive()
213 * t[32] holds (a[0]-a[1])*(a[1]-a[0])+(a[0]*a[0])+(a[1]*a[1]) in bn_sqr_recursive()
214 * r[10] holds (a[0]*a[0]) in bn_sqr_recursive()
215 * r[32] holds (a[1]*a[1]) in bn_sqr_recursive()
216 * c1 holds the carry bits in bn_sqr_recursive()
H A Dbn_mul.c276 * t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign in bn_mul_recursive()
277 * r[10] holds (a[0]*b[0]) in bn_mul_recursive()
278 * r[32] holds (b[1]*b[1]) in bn_mul_recursive()
291 * t[32] holds (a[0]-a[1])*(b[1]-b[0])+(a[0]*b[0])+(a[1]*b[1]) in bn_mul_recursive()
292 * r[10] holds (a[0]*b[0]) in bn_mul_recursive()
293 * r[32] holds (b[1]*b[1]) in bn_mul_recursive()
294 * c1 holds the carry bits in bn_mul_recursive()
431 * t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign in bn_mul_part_recursive()
432 * r[10] holds (a[0]*b[0]) in bn_mul_part_recursive()
433 * r[32] holds (b[1]*b[1]) in bn_mul_part_recursive()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A Dhistory_006_neg.ksh39 # list, get, holds, mount, unmount, share, unshare, send
43 # 2. Separately invoke zfs list|get|holds|mount|unmount|share|unshare|send
55 log_assert "Verify 'zfs list|get|holds|mount|unmount|share|unshare|send' " \
80 log_must zfs holds $snap1
/freebsd/contrib/kyua/utils/config/
H A Dnodes.hpp115 /// This templated leaf node holds a single object of any type. The conversion
151 /// This templated leaf node holds a native type. The conversion to/from string
161 /// A leaf node that holds a boolean value.
171 /// A leaf node that holds an integer value.
181 /// A leaf node that holds a positive non-zero integer value.
187 /// A leaf node that holds a string value.
259 /// A leaf node that holds a set of strings.
/freebsd/contrib/llvm-project/llvm/include/llvm/IRReader/
H A DIRReader.h29 /// If the given MemoryBuffer holds a bitcode image, return a Module
39 /// If the given file holds a bitcode image, return a Module
48 /// If the given MemoryBuffer holds a bitcode image, return a Module
56 /// If the given file holds a bitcode image, return a Module for it.
/freebsd/contrib/kyua/utils/
H A Dsanity.hpp85 /// Ensures that an invariant holds.
98 /// Ensures that an invariant holds using a custom error message.
108 /// Ensures that a precondition holds.
121 /// Ensures that a precondition holds using a custom error message.
131 /// Ensures that an postcondition holds.
144 /// Ensures that a postcondition holds using a custom error message.
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py256 def lzc_hold_translate_errors(ret, errlist, holds, fd): argument
265 pool_names = map(_pool_name, holds.keys())
274 b for b in holds.keys() if not _is_valid_snap_name(b)]
283 hold_name = holds[name]
296 _handle_err_list(ret, errlist, holds.keys(), lzc_exc.HoldFailure, _map)
299 def lzc_release_translate_errors(ret, errlist, holds): argument
302 for snap in holds:
303 hold_list = holds[snap]
305 raise lzc_exc.TypeError('holds must be in a list')
312 pool_names = map(_pool_name, holds.keys())
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.h69 /// Returns true iff the group of FMA opcodes holds intrinsic opcodes.
72 /// Returns true iff the group of FMA opcodes holds k-merge-masked opcodes.
77 /// Returns true iff the group of FMA opcodes holds k-zero-masked opcodes.
80 /// Returns true iff the group of FMA opcodes holds any of k-masked opcodes.

12345678910>>...58