Home
last modified time | relevance | path

Searched refs:crypto_ioctl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c450 crypto_ioctl(sysret_t *rval, int fdes, int cmd, intptr_t arg) in crypto_ioctl() function
684 return (crypto_ioctl(rval, fdes, cmd, arg)); in s10_ioctl()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c85 static int crypto_ioctl(dev_t, int, intptr_t, int, cred_t *, int *);
282 crypto_ioctl, /* cb_ioctl */
6702 crypto_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *c, in crypto_ioctl() function