Searched refs:do_32 (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/blktool/blktool/ |
| H A D | 0003-Fix-3-d-argument-for-BLKROSET-it-must-be-const-int.patch | 40 do_32 = parse_bool(argc, argv, bcm); 41 - if (ioctl(blkdev, cmd->write_ioctl, do_32)) 45 + ret = ioctl(blkdev, cmd->write_ioctl, &do_32); 47 + ret = ioctl(blkdev, cmd->write_ioctl, do_32);
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | alignment.c | 313 static inline int do_32(unsigned long inst, struct pt_regs *regs) in do_32() function 527 ret = do_32(inst, regs); in do_unaligned_access()
|