Home
last modified time | relevance | path

Searched refs:get_dev_list (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.h169 extern int get_dev_list(crypto_get_dev_list_t **);
H A Dcryptoadm.c1353 if (get_dev_list(&pdevlist_kernel) == FAILURE) { in list_simple_for_all()
1514 if (get_dev_list(&pdevlist_kernel) != SUCCESS) { in list_mechlist_for_all()
1658 if (get_dev_list(&pdevlist_kernel) != SUCCESS) { in list_policy_for_all()
H A Dadm_kef_util.c774 if (get_dev_list(&pdevlist_kernel) != SUCCESS) { in get_admindev_info()
1392 if (get_dev_list(&pdevlist) == FAILURE) { in check_kernel_for_hard()
H A Dadm_kef_ioctl.c254 get_dev_list(crypto_get_dev_list_t **ppdevlist) in get_dev_list() function
H A Dadm_kef.c1344 if (get_dev_list(&dev_list) == FAILURE) { in check_hardware_provider()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c240 get_dev_list(dev_t dev, caddr_t arg, int mode, int *rval) in get_dev_list() function
805 return (get_dev_list(dev, ARG, mode, rval)); in cryptoadm_ioctl()