Lines Matching refs:ccode
428 int ret, ccode; in chsc_ioctl_start_sync() local
442 ccode = chsc(chsc_area); in chsc_ioctl_start_sync()
443 if (ccode != 0) { in chsc_ioctl_start_sync()
459 int ret, ccode; in chsc_ioctl_info_channel_path() local
496 ccode = chsc(scpcd_area); in chsc_ioctl_info_channel_path()
497 if (ccode != 0) { in chsc_ioctl_info_channel_path()
521 int ret, ccode; in chsc_ioctl_info_cu() local
558 ccode = chsc(scucd_area); in chsc_ioctl_info_cu()
559 if (ccode != 0) { in chsc_ioctl_info_cu()
583 int ret, ccode; in chsc_ioctl_info_sch_cu() local
622 ccode = chsc(sscud_area); in chsc_ioctl_info_sch_cu()
623 if (ccode != 0) { in chsc_ioctl_info_sch_cu()
647 int ret, ccode; in chsc_ioctl_conf_info() local
682 ccode = chsc(sci_area); in chsc_ioctl_conf_info()
683 if (ccode != 0) { in chsc_ioctl_conf_info()
707 int ret, ccode; in chsc_ioctl_conf_comp_list() local
765 ccode = chsc(sccl_area); in chsc_ioctl_conf_comp_list()
766 if (ccode != 0) { in chsc_ioctl_conf_comp_list()
820 int ret, ccode; in chsc_ioctl_dcal() local
853 ccode = chsc(sdcal_area); in chsc_ioctl_dcal()
854 if (ccode != 0) { in chsc_ioctl_dcal()