Searched refs:rets (Results 1 – 5 of 5) sorted by relevance
88 int rets = 0; in heci_ioctl_get_version() local118 rets = file_ext->status; in heci_ioctl_get_version()121 rets = -EFAULT; in heci_ioctl_get_version()125 rets = -EFAULT; in heci_ioctl_get_version()130 return (rets); in heci_ioctl_get_version()151 int rets = 0; in heci_ioctl_connect_client() local206 rets = -EFAULT; in heci_ioctl_connect_client()212 rets = -ENOMEM; in heci_ioctl_connect_client()223 rets = -ENODEV; in heci_ioctl_connect_client()229 rets = -EBUSY; in heci_ioctl_connect_client()[all …]
526 int rets = 0; in heci_clear_list() local547 rets = 1; in heci_clear_list()550 return (rets); in heci_clear_list()567 int rets = 0; in heci_clear_lists() local573 rets = 1; in heci_clear_lists()578 rets = 1; in heci_clear_lists()582 rets = 1; in heci_clear_lists()585 rets = 1; in heci_clear_lists()588 if (dev->iamthif_current_cb && (!rets)) { in heci_clear_lists()594 rets = 1; in heci_clear_lists()[all …]
212 rets = schedule_work(&dev->work); in heci_bh_handler()213 if (!rets) { in heci_bh_handler()215 " failed error=%x\n", rets); in heci_bh_handler()230 int rets, isr_pending = 0; in heci_bh_process_device() local292 rets = heci_bh_read_handler(&complete_list, dev, &slots); in heci_bh_process_device()293 if (rets != 0) in heci_bh_process_device()296 rets = heci_bh_write_handler(&complete_list, dev, &slots); in heci_bh_process_device()
1090 int rets, err; in heci_disconnect_host_client() local1116 rets = -ENODEV; in heci_disconnect_host_client()1136 rets = 0; in heci_disconnect_host_client()1142 rets = -ENODEV; in heci_disconnect_host_client()1161 return (rets); in heci_disconnect_host_client()
619 int rets; in prochasprocperm() local633 rets = hasprocperm(tcrp, scrp); in prochasprocperm()636 return (rets); in prochasprocperm()