/freebsd/lib/geom/mirror/ |
H A D | gmirror.8 | 105 .Cm deactivate 150 .Bl -tag -width ".Cm deactivate" 258 .It Cm deactivate 345 Create a mirror, deactivate one component, do the backup and connect it again. 350 gmirror deactivate data da1
|
/freebsd/contrib/unbound/util/ |
H A D | ub_event.h | 107 /** Deactivate the event */ 112 /** Deactivate the timeout event */ 116 /** Deactivate a signal event */
|
/freebsd/share/man/man9/ |
H A D | bus_activate_resource.9 | 30 .Nd activate or deactivate a resource 47 These functions activate or deactivate a previously allocated resource.
|
H A D | vm_page_deactivate.9 | 32 .Nd "deactivate a page"
|
H A D | vm_page_dontneed.9 | 49 does not necessarily deactivate a page, but instead implements an
|
H A D | bus_release_resource.9 | 73 /* deactivate IRQ */
|
/freebsd/tests/sys/cddl/zfs/tests/hotspare/ |
H A D | hotspare_detach_001_pos.ksh | 85 log_assert "'zpool detach <pool> <vdev> ...' should deactivate the spared-in hot spare device succe… 99 log_pass "'zpool detach <pool> <vdev> ...' deactivate the spared-in hot spare device successfully."
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 51 Deactivate(); in ~InstrumentationRuntimeASanLibsanitizers() 117 void InstrumentationRuntimeASanLibsanitizers::Deactivate() { in Deactivate() function in InstrumentationRuntimeASanLibsanitizers
|
/freebsd/lib/libc/stdlib/ |
H A D | getenv.c | 227 /* Free variables or deactivate them. */ in __clean_env() 482 /* Deactivate entry if overwrite is allowed. */ in __setenv() 539 * (environ) environ or sets the first varible to NULL, then deactivate all 555 /* Deactivate all environment variables. */ in __merge_environ() 632 /* Deactivate previous environment variable. */ in putenv() 685 /* Deactivate specified variable. */ in unsetenv()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | trans_inet.c | 165 /** deactivate port */ 166 deactivate_func *deactivate; member 225 * Deactivate SNMP port. 232 p->deactivate(p); in deactivate_port() 1067 port->deactivate = ipv4_deactivate; in inet_create() 1073 port->deactivate = ipv6_deactivate; in inet_create() 1079 port->deactivate = ipv6_deactivate; in inet_create() 1085 port->deactivate = dns_deactivate; in inet_create()
|
/freebsd/usr.sbin/efibootmgr/ |
H A D | efibootmgr.8 | 112 .It Fl A -deactivate 113 Deactivate the given
|
/freebsd/contrib/unbound/libunbound/ |
H A D | unbound-event.h | 139 /** Deactivate the event */ 144 /** Deactivate the timeout event */ 148 /** Deactivate a signal event (not called by libunbound). */
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mld-mac80211.c | 372 goto deactivate; in __iwl_mvm_mld_assign_vif_chanctx() 377 deactivate: 497 IWL_ERR(mvm, "failed to deactivate ESR mode (%d)\n", in iwl_mvm_mld_unassign_vif_chanctx()
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_child.c | 313 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate) in ossl_provider_free_parent() argument 327 return gbl->c_prov_free(ossl_provider_get_parent(prov), deactivate); in ossl_provider_free_parent()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | IOHandlerCursesGUI.h | 32 void Deactivate() override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 36 Deactivate(); in LLDB_PLUGIN_DEFINE() 227 void InstrumentationRuntimeMainThreadChecker::Deactivate() { in Deactivate() function in InstrumentationRuntimeMainThreadChecker
|
H A D | InstrumentationRuntimeMainThreadChecker.h | 52 void Deactivate();
|
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
H A D | qcom,llcc.yaml | 19 and deactivate them.
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
H A D | InstrumentationRuntimeASan.h | 45 void Deactivate();
|
H A D | InstrumentationRuntimeASan.cpp | 45 InstrumentationRuntimeASan::~InstrumentationRuntimeASan() { Deactivate(); } 103 void InstrumentationRuntimeASan::Deactivate() { 318 void InstrumentationRuntimeASan::Deactivate() { Deactivate() function in InstrumentationRuntimeASan
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
H A D | InstrumentationRuntimeUBSan.h | 54 void Deactivate();
|
H A D | InstrumentationRuntimeUBSan.cpp | 41 InstrumentationRuntimeUBSan::~InstrumentationRuntimeUBSan() { Deactivate(); } in LLDB_PLUGIN_DEFINE() 287 void InstrumentationRuntimeUBSan::Deactivate() { in Deactivate() function in InstrumentationRuntimeUBSan
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210phy.h | 51 #define AR_PHY_DISABLE 0x00000002 /* deactivate PHY */
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.h | 51 void Deactivate();
|
/freebsd/crypto/openssl/include/internal/ |
H A D | provider.h | 49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
|