Lines Matching defs:mop
153 struct crypt_mop mop;
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;
215 memset(&mop, 0, sizeof(mop));
216 mop.count = COUNT;
217 mop.reqs = cnos;
218 ret = ioctl(fd, CIOCNCRYPTM, &mop);
288 struct crypt_mop mop;
312 memset(&mop, 0, sizeof(mop));
313 mop.count = 1;
314 mop.reqs = &cno;
315 ret = ioctl(fd, CIOCNCRYPTM, &mop);