h_ioctl.c | 153 struct crypt_mop mop; local in function:test_ncryptm 166 memset(&mop, 0, sizeof(mop)); 167 mop.count = COUNT; 168 mop.reqs = css; 170 ret = ioctl(fd, CIOCNCRYPTM, &mop); 187 struct crypt_mop mop; local in function:test_ncryptretm 215 memset(&mop, 0, sizeof(mop)); 216 mop.count = COUNT 288 struct crypt_mop mop; local in function:test_ncryptret_ent [all...] |