Lines Matching refs:ccode
393 int ret, ccode; in chsc_ioctl_start_sync() local
407 ccode = chsc(chsc_area); in chsc_ioctl_start_sync()
408 if (ccode != 0) { in chsc_ioctl_start_sync()
424 int ret, ccode; in chsc_ioctl_info_channel_path() local
461 ccode = chsc(scpcd_area); in chsc_ioctl_info_channel_path()
462 if (ccode != 0) { in chsc_ioctl_info_channel_path()
486 int ret, ccode; in chsc_ioctl_info_cu() local
523 ccode = chsc(scucd_area); in chsc_ioctl_info_cu()
524 if (ccode != 0) { in chsc_ioctl_info_cu()
548 int ret, ccode; in chsc_ioctl_info_sch_cu() local
587 ccode = chsc(sscud_area); in chsc_ioctl_info_sch_cu()
588 if (ccode != 0) { in chsc_ioctl_info_sch_cu()
612 int ret, ccode; in chsc_ioctl_conf_info() local
647 ccode = chsc(sci_area); in chsc_ioctl_conf_info()
648 if (ccode != 0) { in chsc_ioctl_conf_info()
672 int ret, ccode; in chsc_ioctl_conf_comp_list() local
730 ccode = chsc(sccl_area); in chsc_ioctl_conf_comp_list()
731 if (ccode != 0) { in chsc_ioctl_conf_comp_list()
785 int ret, ccode; in chsc_ioctl_dcal() local
818 ccode = chsc(sdcal_area); in chsc_ioctl_dcal()
819 if (ccode != 0) { in chsc_ioctl_dcal()