Lines Matching refs:ccode
398 int ret, ccode; in chsc_ioctl_start_sync() local
412 ccode = chsc(chsc_area); in chsc_ioctl_start_sync()
413 if (ccode != 0) { in chsc_ioctl_start_sync()
429 int ret, ccode; in chsc_ioctl_info_channel_path() local
466 ccode = chsc(scpcd_area); in chsc_ioctl_info_channel_path()
467 if (ccode != 0) { in chsc_ioctl_info_channel_path()
491 int ret, ccode; in chsc_ioctl_info_cu() local
528 ccode = chsc(scucd_area); in chsc_ioctl_info_cu()
529 if (ccode != 0) { in chsc_ioctl_info_cu()
553 int ret, ccode; in chsc_ioctl_info_sch_cu() local
592 ccode = chsc(sscud_area); in chsc_ioctl_info_sch_cu()
593 if (ccode != 0) { in chsc_ioctl_info_sch_cu()
617 int ret, ccode; in chsc_ioctl_conf_info() local
652 ccode = chsc(sci_area); in chsc_ioctl_conf_info()
653 if (ccode != 0) { in chsc_ioctl_conf_info()
677 int ret, ccode; in chsc_ioctl_conf_comp_list() local
735 ccode = chsc(sccl_area); in chsc_ioctl_conf_comp_list()
736 if (ccode != 0) { in chsc_ioctl_conf_comp_list()
790 int ret, ccode; in chsc_ioctl_dcal() local
823 ccode = chsc(sdcal_area); in chsc_ioctl_dcal()
824 if (ccode != 0) { in chsc_ioctl_dcal()