Lines Matching refs:ulong
638 ulong flags = 0; in adpt_ioctl_to_context()
909 ulong base_addr0_phys = 0; in adpt_install_hba()
910 ulong base_addr1_phys = 0; in adpt_install_hba()
1202 ulong flags = 0; in adpt_i2o_post_wait()
1287 ulong timeout = jiffies + 30*HZ; in adpt_i2o_post_this()
1356 ulong timeout = jiffies + (TMOUT_IOPRESET*HZ); in adpt_i2o_reset_hba()
1721 ulong flags = 0; in adpt_i2o_passthru()
1789 if (copy_from_user(p,(void __user *)(ulong)sg[i].addr_bus, sg_size)) { in adpt_i2o_passthru()
1857 if (copy_to_user((void __user *)(ulong)sg[j].addr_bus,sg_list[j], sg_size)) { in adpt_i2o_passthru()
1987 static int adpt_ioctl(struct inode *inode, struct file *file, uint cmd, ulong arg) in adpt_ioctl()
1992 ulong flags = 0; in adpt_ioctl()
2031 HbaInfo.baseAddr = (ulong) pHba->base_addr_phys; in adpt_ioctl()
2070 static long adpt_unlocked_ioctl(struct file *file, uint cmd, ulong arg) in adpt_unlocked_ioctl()
2125 ulong flags = 0; in adpt_isr()
2495 ulong flags = 0; in adpt_rescan()
2782 ulong timeout = jiffies + 5*HZ; in adpt_send_nop()
2813 ulong timeout = jiffies + TMOUT_INITOUTBOUND*HZ; in adpt_i2o_init_outbound_q()
2918 ulong timeout; in adpt_i2o_status_get()