Home | History | Annotate | Download | only in tests-mx32

Lines Matching defs:magic

173 	static const kernel_ulong_t magic =
182 ioctl(-1, unknown_loop_cmd, magic);
189 (unsigned long) magic);
191 ioctl(-1, LOOP_SET_BLOCK_SIZE + 1, magic);
196 (unsigned long) magic);
198 ioctl(-1, LOOP_CTL_GET_FREE + 1, magic);
203 (unsigned long) magic);
206 ioctl(-1, LOOP_SET_FD, magic);
208 (unsigned int) magic);
293 ioctl(-1, LOOP_CHANGE_FD, magic);
295 (unsigned int) magic);
302 ioctl(-1, LOOP_SET_DIRECT_IO, magic);
304 (unsigned long) magic);
307 ioctl(-1, LOOP_SET_BLOCK_SIZE, magic);
309 (unsigned long) magic);
312 ioctl(-1, LOOP_CTL_ADD, magic);
314 (unsigned int) magic);
317 ioctl(-1, LOOP_CTL_REMOVE, magic);
319 (unsigned int) magic);