Home
last modified time | relevance | path

Searched refs:rets (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dio_heci.c88 int rets = 0; in heci_ioctl_get_version() local
118 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() local
206 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 …]
H A Dheci_main.c526 int rets = 0; in heci_clear_list() local
547 rets = 1; in heci_clear_list()
550 return (rets); in heci_clear_list()
567 int rets = 0; in heci_clear_lists() local
573 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 …]
H A Dheci_intr.c212 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() local
292 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()
H A Dheci_init.c1090 int rets, err; in heci_disconnect_host_client() local
1116 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()
/titanic_41/usr/src/uts/common/os/
H A Dcred.c619 int rets; in prochasprocperm() local
633 rets = hasprocperm(tcrp, scrp); in prochasprocperm()
636 return (rets); in prochasprocperm()