Searched refs:DESIOCBLOCK (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | des.h | 63 #define DESIOCBLOCK _IOWR('d', 6, struct desparams) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | des.h | 77 #define DESIOCBLOCK _IOWR('d', 6, struct desparams) macro
|
/titanic_44/usr/src/uts/common/des/ |
H A D | des.h | 76 #define DESIOCBLOCK _IOWR('d', 6, struct desparams) macro
|
H A D | des_crypt.c | 370 res = ioctl(g_desfd, DESIOCBLOCK, (char *)desp); in common_crypt()
|
/titanic_44/usr/src/lib/libcrypt/common/ |
H A D | des.c | 162 res = ioctl(g_desfd, (int)DESIOCBLOCK, (char *)desp); in common_crypt()
|
/titanic_44/usr/src/lib/libnsl/des/ |
H A D | des_crypt.c | 154 res = ioctl(g_desfd, DESIOCBLOCK, (char *)desp); in common_crypt()
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 458 case DESIOCBLOCK: in _bc_ioctl()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 886 { (uint_t)DESIOCBLOCK, "DESIOCBLOCK", "desparams" },
|