Searched refs:UIPC_CH_NUM (Results 1 – 2 of 2) sorted by relevance
99 tUIPC_CHAN ch[UIPC_CH_NUM];236 for (i=0; i< UIPC_CH_NUM; i++) in uipc_main_init()260 for (i=0; i<UIPC_CH_NUM; i++) in uipc_main_cleanup()271 for (i=0; i<UIPC_CH_NUM; i++) in uipc_check_task_flags_locked()288 if (ch_id >= UIPC_CH_NUM) in uipc_check_fd_locked()356 if (ch_id >= UIPC_CH_NUM) in uipc_setup_server_locked()431 if (ch_id >= UIPC_CH_NUM) in uipc_flush_locked()453 if (ch_id >= UIPC_CH_NUM) in uipc_close_ch_locked()538 for (ch_id = 0; ch_id < UIPC_CH_NUM; ch_id++) in uipc_read_task()625 if (ch_id >= UIPC_CH_NUM) in UIPC_Open()[all …]
23 #define UIPC_CH_NUM 2 macro