Home
last modified time | relevance | path

Searched refs:noop (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/contrib/openzfs/contrib/zcp/
H A Dautosnap.lua20 noop = false
25 noop = true
52 if noop then
/freebsd/contrib/mandoc/
H A Dconfigure270 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 DMakefile35 test-noop.c \
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcoroutine.cppm
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcoroutine29 // [coroutine.noop]
/freebsd/contrib/sendmail/src/
H A Dhelpfile76 noop NOOP
77 noop Do nothing.
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dpam_zfs_key.c375 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 Ddsl_crypt.h181 boolean_t noop);
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_libzfs_core.py871 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.py515 def lzc_load_key_translate_error(ret, name, noop): argument
527 if noop:
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c1277 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 Dlibzfs_core.c1692 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 DCommentCommands.td282 def NoOp : VerbatimLineCommand<"noop">;
/freebsd/sys/kern/
H A Dkern_conf.c677 #define FIXUP(member, noop, giant) \ in prep_cdevsw() argument
680 devsw->member = noop; \ in prep_cdevsw()
/freebsd/contrib/libcbor/
H A DCHANGELOG.md61 - The change should be a noop for 64b systems
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c772 boolean_t noop) in spa_keystore_load_wkey() argument
855 if (noop) in spa_keystore_load_wkey()
H A Dzfs_ioctl.c7103 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 DAnalyzerOptions.def495 "immediately during the first phase, thus rendering the second phase a noop. "
/freebsd/contrib/capsicum-test/
H A Dlinux.cc1499 void noop() {} in noop() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def37 /// KILL - This instruction is a noop that is used only to adjust the
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js603 noop: function() {},
1744 cache[ id ].toJSON = jQuery.noop;
8181 xhr.onreadystatechange = jQuery.noop;
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1657 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 Dflex.skl280 %# Perform a noop access on yyguts to prevent unused variable complains
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td1421 // This behavior is modeled with a forced noop after the instruction in
/freebsd/contrib/tcsh/
H A DFixes811 22. wrong test in slowexec made NT optimization a noop (Amol)

12