Searched refs:fctl (Results 1 – 1 of 1) sorted by relevance
1450 int fctl[2]; in component_init() local1528 if(pipe(fctl)) in component_init()1536 if(fctl[0] == 0 || fctl[1] == 0) in component_init()1543 fctl[0] = temp2 [0]; in component_init()1544 fctl[1] = temp2 [1]; in component_init()1546 m_ctrl_in = fctl[0]; in component_init()1547 m_ctrl_out = fctl[1]; in component_init()