Lines Matching refs:ccode
432 int ret, ccode; in chsc_ioctl_start_sync() local
446 ccode = chsc(chsc_area); in chsc_ioctl_start_sync()
447 if (ccode != 0) { in chsc_ioctl_start_sync()
463 int ret, ccode; in chsc_ioctl_info_channel_path() local
500 ccode = chsc(scpcd_area); in chsc_ioctl_info_channel_path()
501 if (ccode != 0) { in chsc_ioctl_info_channel_path()
525 int ret, ccode; in chsc_ioctl_info_cu() local
562 ccode = chsc(scucd_area); in chsc_ioctl_info_cu()
563 if (ccode != 0) { in chsc_ioctl_info_cu()
587 int ret, ccode; in chsc_ioctl_info_sch_cu() local
626 ccode = chsc(sscud_area); in chsc_ioctl_info_sch_cu()
627 if (ccode != 0) { in chsc_ioctl_info_sch_cu()
651 int ret, ccode; in chsc_ioctl_conf_info() local
686 ccode = chsc(sci_area); in chsc_ioctl_conf_info()
687 if (ccode != 0) { in chsc_ioctl_conf_info()
711 int ret, ccode; in chsc_ioctl_conf_comp_list() local
769 ccode = chsc(sccl_area); in chsc_ioctl_conf_comp_list()
770 if (ccode != 0) { in chsc_ioctl_conf_comp_list()
824 int ret, ccode; in chsc_ioctl_dcal() local
857 ccode = chsc(sdcal_area); in chsc_ioctl_dcal()
858 if (ccode != 0) { in chsc_ioctl_dcal()