Home
last modified time | relevance | path

Searched refs:cdda_sched (Results 1 – 5 of 5) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dlibdi.c226 app_data.cdda_sched); in di_prncfg()
1854 app_data.cdda_sched = atoi(parm); in di_common_parmload()
2073 if (app_data.cdda_sched < 0 || app_data.cdda_sched > 3) in di_common_parmload()
2074 app_data.cdda_sched = 0; in di_common_parmload()
2853 (void) fprintf(fp, "cddaSchedOptions:\t%d\n", app_data.cdda_sched); in di_common_parmsave()
/dports/audio/xmcd/xmcd-3.3.2/cdda_d/
H A Dpthr.c543 if (app_data.cdda_sched & CDDA_WRPRI) in cdda_pthr_writer()
616 if (app_data.cdda_sched & CDDA_RDPRI) in cdda_pthr_reader()
H A Dsysvipc.c978 if (app_data.cdda_sched & CDDA_RDPRI)
1030 if (app_data.cdda_sched & CDDA_WRPRI)
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.c7344 (Boolean) ((app_data.cdda_sched & 0x01) != 0), in cd_options_reset()
8011 if ((app_data.cdda_sched & 0x01) == 0) in cd_options()
8014 app_data.cdda_sched &= ~0x01; in cd_options()
8017 if ((app_data.cdda_sched & 0x01) != 0) in cd_options()
8020 app_data.cdda_sched |= 0x01; in cd_options()
8024 app_data.cdda_sched); in cd_options()
8031 if ((app_data.cdda_sched & 0x02) == 0) in cd_options()
8034 app_data.cdda_sched &= ~0x02; in cd_options()
8037 if ((app_data.cdda_sched & 0x02) != 0) in cd_options()
8040 app_data.cdda_sched |= 0x02; in cd_options()
[all …]
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h1084 int cdda_sched; /* CDDA sched option flags */ member