Searched refs:crypt_deactivate (Results 1 – 4 of 4) sorted by relevance
| /dflybsd-src/contrib/cryptsetup/tests/ |
| H A D | api-test.c | 562 OK_(crypt_deactivate(cd, CDEVICE_1)); in AddDevicePlain() 575 FAIL_(crypt_deactivate(cd, CDEVICE_1), "Device is busy"); in AddDevicePlain() 577 OK_(crypt_deactivate(cd, CDEVICE_1)); in AddDevicePlain() 596 OK_(crypt_deactivate(cd, CDEVICE_1)); in AddDevicePlain() 612 OK_(crypt_deactivate(cd, CDEVICE_1)); in UseLuksDevice() 613 FAIL_(crypt_deactivate(cd, CDEVICE_1), "no such device"); in UseLuksDevice() 626 OK_(crypt_deactivate(cd, CDEVICE_1)); in UseLuksDevice() 662 OK_(crypt_deactivate(cd, CDEVICE_1)); in SuspendDevice() 690 OK_(crypt_deactivate(cd, CDEVICE_2)); in AddDeviceLuks() 697 OK_(crypt_deactivate(cd, CDEVICE_2)); in AddDeviceLuks() [all …]
|
| /dflybsd-src/contrib/cryptsetup/lib/ |
| H A D | libcryptsetup.sym | 28 crypt_deactivate;
|
| H A D | libcryptsetup.h | 368 int crypt_deactivate(struct crypt_device *cd, const char *name);
|
| H A D | setup.c | 728 r = crypt_deactivate(cd, options->name); in crypt_remove_device() 1805 int crypt_deactivate(struct crypt_device *cd, const char *name) in crypt_deactivate() function
|