Searched refs:poolfd (Results 1 – 1 of 1) sorted by relevance
15 static int poolfd = -1; variable25 if (poolfd == -1) in pool_open()26 poolfd = open(IPLOOKUP_NAME, O_RDWR); in pool_open()27 return (poolfd); in pool_open()36 return (*iocfunc)(poolfd, cmd, ptr);43 if (poolfd != -1) { in pool_close()44 close(poolfd); in pool_close()45 poolfd = -1; in pool_close()52 return (poolfd); in pool_fd()