Lines Matching defs:err
464 int err = ioctl(ctx->global_lcd_win.fd, S3CFB_SET_VSYNC_INT, &val);
465 if (err < 0)
555 int err;
597 goto err;
605 goto err;
613 goto err;
633 goto err;
640 goto err;
648 goto err;
661 goto err;
664 err = pthread_create(&dev->vsync_thread, NULL, hwc_vsync_thread, dev);
665 if (err) {
666 ALOGE("%s::pthread_create() failed : %s", __func__, strerror(err));
667 status = -err;
668 goto err;
675 err: