Searched refs:MAX_I2O_CONTROLLERS (Results 1 – 3 of 3) sorted by relevance
24 #define MAX_I2O_CONTROLLERS 32 macro33 #define I2OGETIOPS _IOR(I2O_MAGIC_NUMBER,0,__u8[MAX_I2O_CONTROLLERS])
73 u8 tmp[MAX_I2O_CONTROLLERS]; in i2o_cfg_getiops()76 memset(tmp, 0, MAX_I2O_CONTROLLERS); in i2o_cfg_getiops()81 if (copy_to_user(user_iop_table, tmp, MAX_I2O_CONTROLLERS)) in i2o_cfg_getiops()
39 u8 count[MAX_I2O_CONTROLLERS];44 point to a buffer containing MAX_I2O_CONTROLLERS entries. Upon