Searched refs:isopen (Results 1 – 3 of 3) sorted by relevance
305 static int isopen = 0; in my_syslog() local306 if (!isopen) in my_syslog()309 isopen = 1; in my_syslog()
1636 ccp_flags_set(unit, isopen, isup) in ccp_flags_set() argument1637 int unit, isopen, isup; in ccp_flags_set()1641 cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);
1287 void ccp_flags_set (int unit, int isopen, int isup) in ccp_flags_set() argument1291 x = (isopen? SC_CCP_OPEN: 0) | (isup? SC_CCP_UP: 0); in ccp_flags_set()