Home
last modified time | relevance | path

Searched refs:deactivate (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/vscode/llvm/src/
H A Dextension.ts11 export function deactivate(): void { function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider_child.c313 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()
H A Dprovider_core.c515 static int provider_free_intern(OSSL_PROVIDER *prov, int deactivate) in provider_free_intern() argument
517 if (deactivate) in provider_free_intern()
2071 int deactivate) in core_provider_free_intern() argument
2073 return provider_free_intern((OSSL_PROVIDER *)prov, deactivate); in core_provider_free_intern()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh58 deactivate
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh65 deactivate
/netbsd-src/sys/dev/ic/
H A Dsiisata.c1050 bool deactivate = true; in siisata_cmd_kill_xfer() local
1054 deactivate = false; in siisata_cmd_kill_xfer()
1072 if (deactivate) { in siisata_cmd_kill_xfer()
1279 bool deactivate = true; in siisata_bio_kill_xfer() local
1288 deactivate = false; in siisata_bio_kill_xfer()
1305 if (deactivate) { in siisata_bio_kill_xfer()
1586 bool deactivate = true; in siisata_atapi_kill_xfer() local
1591 deactivate = false; in siisata_atapi_kill_xfer()
1607 if (deactivate) { in siisata_atapi_kill_xfer()
H A Dahcisata_core.c1278 bool deactivate = true; in ahci_cmd_kill_xfer() local
1285 deactivate = false; in ahci_cmd_kill_xfer()
1303 if (deactivate) in ahci_cmd_kill_xfer()
1521 bool deactivate = true; in ahci_bio_kill_xfer() local
1529 deactivate = false; in ahci_bio_kill_xfer()
1546 if (deactivate) in ahci_bio_kill_xfer()
2071 bool deactivate = true; in ahci_atapi_kill_xfer() local
2076 deactivate = false; in ahci_atapi_kill_xfer()
2092 if (deactivate) in ahci_atapi_kill_xfer()
H A Dmvsata.c1408 bool deactivate = true; in mvsata_bio_kill_xfer() local
1423 deactivate = false; in mvsata_bio_kill_xfer()
1441 if (deactivate) in mvsata_bio_kill_xfer()
1823 bool deactivate = true; in mvsata_wdc_cmd_kill_xfer() local
1831 deactivate = false; in mvsata_wdc_cmd_kill_xfer()
1850 if (deactivate) in mvsata_wdc_cmd_kill_xfer()
2439 bool deactivate = true; in mvsata_atapi_kill_xfer() local
2444 deactivate = false; in mvsata_atapi_kill_xfer()
2461 if (deactivate) in mvsata_atapi_kill_xfer()
H A Dwdc.c1725 bool deactivate = true; in __wdccommand_kill_xfer() local
1729 deactivate = false; in __wdccommand_kill_xfer()
1745 if (deactivate) in __wdccommand_kill_xfer()
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dprovider.h49 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
/netbsd-src/sys/dev/ata/
H A Data_wdc.c799 bool deactivate = true; in wdc_ata_bio_kill_xfer() local
804 deactivate = false; in wdc_ata_bio_kill_xfer()
819 if (deactivate) in wdc_ata_bio_kill_xfer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.cpp183 void Pointer::deactivate() const { in deactivate() function in Pointer
H A DPointer.h295 void deactivate() const;
H A DInterp.h546 Ptr.deactivate(); in GetPtrActiveField()
559 This.deactivate(); in GetPtrActiveThisField()
/netbsd-src/sys/dev/scsipi/
H A Datapi_wdc.c177 bool deactivate = true; in wdc_atapi_kill_xfer() local
182 deactivate = false; in wdc_atapi_kill_xfer()
196 if (deactivate) in wdc_atapi_kill_xfer()
/netbsd-src/sys/arch/usermode/usermode/
H A Dpmap.c818 goto deactivate; in pmap_page_deactivate()
828 deactivate: in pmap_page_deactivate()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_provider_new.pod48 int ossl_provider_free_parent(OSSL_PROVIDER *prov, int deactivate);
193 provider. If I<deactivate> is nonzero then the parent provider is also
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dpmap.c119 PMAP_COUNTER(deactivate, "pmap_deactivate call");
1478 PMAP_COUNT(deactivate); in pmap_deactivate_efirt()
1506 PMAP_COUNT(deactivate); in pmap_deactivate()
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po/
H A Dtpm-tools.pot599 msgid "Changing mode to deactivate the TPM.\n"
603 msgid "Changing mode to temporarily deactivate the TPM\n"
/netbsd-src/crypto/external/cpl/tpm-tools/dist/po_/
H A Dtpm-tools.pot599 msgid "Changing mode to deactivate the TPM.\n"
603 msgid "Changing mode to temporarily deactivate the TPM\n"
/netbsd-src/sys/uvm/pmap/
H A Dpmap.c187 PMAP_COUNTER(deactivate, "deactivations");
1053 PMAP_COUNT(deactivate); in pmap_deactivate()
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h226 (const OSSL_CORE_HANDLE *prov, int deactivate))
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider-base.pod100 int provider_free(const OSSL_CORE_HANDLE *prov, int deactivate);
365 I<deactivate> is nonzero then the provider is also unloaded if it is not
/netbsd-src/external/gpl2/lvm2/dist/po/
H A Dlvm2.po3470 msgid "Unable to deactivate %s for resync"
3507 msgid "Failed to deactivate log LV after wiping failed"
3512 msgid "Unable to deactivate log LV %s after wiping for resync"
3829 msgid "Couldn't deactivate LV %s."
4417 msgid "Unable to deactivate logical volume \"%s\""
6296 msgid "ABORTING: Unable to deactivate temporary logical volume \"%s\""
6797 msgid "Aborting. Failed to deactivate mirror log. Remove new LV and retry."
6884 msgid "Can't deactivate volume group \"%s\" with %d open logical volume(s)"
7339 msgid "Failed to deactivate LV %s"
/netbsd-src/sys/arch/acorn32/doc/
H A Dhistory372 - ARM FPE now has core deactivate routine accessible

12