Searched refs:maxfd (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/cs/
H A Dtst-old.c55 svc_init(void* handle, int maxfd) argument
60 if (!(state = newof(0, State_t, 1, (maxfd - 1) * sizeof(Connection_t)))) exit(1);
H A Dfs_env.c75 svc_init(void* handle, int maxfd) argument
81 if (!(state = newof(0, State_t, 1, (maxfd - 1) * sizeof(Connection_t))))

Completed in 15 milliseconds