Lines Matching refs:token
447 int token; in ioctl_html() local
520 token = i2o_post_wait_mem(c, msg, 9*4, 400, query, res); in ioctl_html()
521 if(token < 0) in ioctl_html()
523 printk(KERN_DEBUG "token = %#10x\n", token); in ioctl_html()
526 if(token != -ETIMEDOUT) in ioctl_html()
532 return token; in ioctl_html()
690 int token; in ioctl_swdel() local
710 token = i2o_post_wait(c, msg, sizeof(msg), 10); in ioctl_swdel()
713 if (token != I2O_POST_WAIT_OK) in ioctl_swdel()
715 printk(KERN_INFO "i2o_config: swdel failed, DetailedStatus = %d\n", token); in ioctl_swdel()
724 int token; in ioctl_validate() local
738 token = i2o_post_wait(c, msg, sizeof(msg), 10); in ioctl_validate()
741 if (token != I2O_POST_WAIT_OK) in ioctl_validate()
744 token); in ioctl_validate()