/freebsd/sys/contrib/openzfs/contrib/zcp/ |
H A D | autosnap.lua | 20 noop = false 25 noop = true 52 if noop then
|
/freebsd/contrib/mandoc/ |
H A D | configure | 270 runtest noop WFLAG || true 291 runtest noop STATIC -static || true 354 elif less test-noop.c 1>/dev/null 2>&3; then 369 elif ${BINM_PAGER} -T /dev/null test-noop.c 1>/dev/null 2>&3; then
|
H A D | Makefile | 35 test-noop.c \
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | coroutine.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | coroutine | 29 // [coroutine.noop]
|
/freebsd/contrib/sendmail/src/ |
H A D | helpfile | 76 noop NOOP 77 noop Do nothing.
|
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/ |
H A D | pam_zfs_key.c | 375 const char *passphrase, boolean_t noop) in decrypt_mount() argument 387 int ret = lzc_load_key(ds_name, noop, (uint8_t *)key->value, in decrypt_mount() 395 if (noop) { in decrypt_mount()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dsl_crypt.h | 181 boolean_t noop);
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _libzfs_core.py | 871 def lzc_load_key(fsname, noop, key): argument 886 ret = _lib.lzc_load_key(fsname, noop, key, len(key)) 887 errors.lzc_load_key_translate_error(ret, fsname, noop)
|
H A D | _error_translation.py | 515 def lzc_load_key_translate_error(ret, name, noop): argument 527 if noop:
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_crypto.c | 1277 zfs_crypto_load_key(zfs_handle_t *zhp, boolean_t noop, in zfs_crypto_load_key() argument 1349 if (!noop) { in zfs_crypto_load_key() 1385 ret = lzc_load_key(zhp->zfs_name, noop, key_data, WRAPPING_KEY_LEN); in zfs_crypto_load_key()
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 1692 lzc_load_key(const char *fsname, boolean_t noop, uint8_t *wkeydata, in lzc_load_key() argument 1706 if (noop) in lzc_load_key()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentCommands.td | 282 def NoOp : VerbatimLineCommand<"noop">;
|
/freebsd/sys/kern/ |
H A D | kern_conf.c | 677 #define FIXUP(member, noop, giant) \ in prep_cdevsw() argument 680 devsw->member = noop; \ in prep_cdevsw()
|
/freebsd/contrib/libcbor/ |
H A D | CHANGELOG.md | 61 - The change should be a noop for 64b systems
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_crypt.c | 772 boolean_t noop) in spa_keystore_load_wkey() argument 855 if (noop) in spa_keystore_load_wkey()
|
H A D | zfs_ioctl.c | 7103 boolean_t noop = nvlist_exists(innvl, "noop"); in zfs_ioc_load_key() local 7117 ret = spa_keystore_load_wkey(dsname, dcp, noop); in zfs_ioc_load_key() 7121 dsl_crypto_params_free(dcp, noop); in zfs_ioc_load_key()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 495 "immediately during the first phase, thus rendering the second phase a noop. "
|
/freebsd/contrib/capsicum-test/ |
H A D | linux.cc | 1499 void noop() {} in noop() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 37 /// KILL - This instruction is a noop that is used only to adjust the
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 603 noop: function() {}, 1744 cache[ id ].toJSON = jQuery.noop; 8181 xhr.onreadystatechange = jQuery.noop;
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 1657 boolean_t noop = B_FALSE; in zpool_do_remove() local 1665 noop = B_TRUE; in zpool_do_remove() 1697 if (stop && noop) { in zpool_do_remove() 1722 if (noop) { in zpool_do_remove()
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 280 %# Perform a noop access on yyguts to prevent unused variable complains
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrInfo.td | 1421 // This behavior is modeled with a forced noop after the instruction in
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 811 22. wrong test in slowexec made NT optimization a noop (Amol)
|