Lines Matching refs:ccode
433 int ret, ccode; in chsc_ioctl_start_sync() local
447 ccode = chsc(chsc_area); in chsc_ioctl_start_sync()
448 if (ccode != 0) { in chsc_ioctl_start_sync()
464 int ret, ccode; in chsc_ioctl_info_channel_path() local
501 ccode = chsc(scpcd_area); in chsc_ioctl_info_channel_path()
502 if (ccode != 0) { in chsc_ioctl_info_channel_path()
526 int ret, ccode; in chsc_ioctl_info_cu() local
563 ccode = chsc(scucd_area); in chsc_ioctl_info_cu()
564 if (ccode != 0) { in chsc_ioctl_info_cu()
588 int ret, ccode; in chsc_ioctl_info_sch_cu() local
627 ccode = chsc(sscud_area); in chsc_ioctl_info_sch_cu()
628 if (ccode != 0) { in chsc_ioctl_info_sch_cu()
652 int ret, ccode; in chsc_ioctl_conf_info() local
687 ccode = chsc(sci_area); in chsc_ioctl_conf_info()
688 if (ccode != 0) { in chsc_ioctl_conf_info()
712 int ret, ccode; in chsc_ioctl_conf_comp_list() local
770 ccode = chsc(sccl_area); in chsc_ioctl_conf_comp_list()
771 if (ccode != 0) { in chsc_ioctl_conf_comp_list()
825 int ret, ccode; in chsc_ioctl_dcal() local
858 ccode = chsc(sdcal_area); in chsc_ioctl_dcal()
859 if (ccode != 0) { in chsc_ioctl_dcal()