Lines Matching refs:ccode
394 int ret, ccode; in chsc_ioctl_start_sync() local
408 ccode = chsc(chsc_area); in chsc_ioctl_start_sync()
409 if (ccode != 0) { in chsc_ioctl_start_sync()
425 int ret, ccode; in chsc_ioctl_info_channel_path() local
462 ccode = chsc(scpcd_area); in chsc_ioctl_info_channel_path()
463 if (ccode != 0) { in chsc_ioctl_info_channel_path()
487 int ret, ccode; in chsc_ioctl_info_cu() local
524 ccode = chsc(scucd_area); in chsc_ioctl_info_cu()
525 if (ccode != 0) { in chsc_ioctl_info_cu()
549 int ret, ccode; in chsc_ioctl_info_sch_cu() local
588 ccode = chsc(sscud_area); in chsc_ioctl_info_sch_cu()
589 if (ccode != 0) { in chsc_ioctl_info_sch_cu()
613 int ret, ccode; in chsc_ioctl_conf_info() local
648 ccode = chsc(sci_area); in chsc_ioctl_conf_info()
649 if (ccode != 0) { in chsc_ioctl_conf_info()
673 int ret, ccode; in chsc_ioctl_conf_comp_list() local
731 ccode = chsc(sccl_area); in chsc_ioctl_conf_comp_list()
732 if (ccode != 0) { in chsc_ioctl_conf_comp_list()
786 int ret, ccode; in chsc_ioctl_dcal() local
819 ccode = chsc(sdcal_area); in chsc_ioctl_dcal()
820 if (ccode != 0) { in chsc_ioctl_dcal()