Searched refs:isopen (Results 1 – 6 of 6) sorted by relevance
260 static int isopen = 0; in my_syslog() local261 if (!isopen) { in my_syslog()263 isopen = 1; in my_syslog()
144 static bool isopen(int fd) { in isopen() function332 ASSERT_TRUE(isopen(f.descriptor())); in TEST()
1639 ccp_flags_set(unit, isopen, isup) in ccp_flags_set() argument1640 int unit, isopen, isup; in ccp_flags_set()1644 cf[0] = (isopen? CCP_ISOPEN: 0) + (isup? CCP_ISUP: 0);
1320 void ccp_flags_set (int unit, int isopen, int isup) in ccp_flags_set() argument1324 x = (isopen? SC_CCP_OPEN: 0) | (isup? SC_CCP_UP: 0); in ccp_flags_set()
1873 int err = 0, sock, isopen, r; in channel_post_connecting() local1881 isopen = (c->type == SSH_CHANNEL_RDYNAMIC_FINISH); in channel_post_connecting()1891 if (isopen) { in channel_post_connecting()1921 if (isopen) { in channel_post_connecting()
2407 int isopen = 0; in is_open() local2411 isopen = 1; in is_open()2413 return isopen; in is_open()