Searched refs:fdmax (Results 1 - 9 of 9) sorted by relevance
/ast/src/lib/libcs/ |
H A D | css.h | 106 int fdmax; /* max # serviceable fd's */ member in struct:Css_s
|
H A D | csslib.h | 104 int fdmax; member in struct:Common_s
|
H A D | csserve.c | 193 server->handle = (*init)(server->handle, server->css->fdmax);
|
H A D | css.c | 145 state.fdmax = n; 169 css->fdmax = state.fdmax; 442 if (fd < 0 || fd >= state.fdmax)
|
/ast/src/cmd/cs/ |
H A D | cat.c | 68 svc_init(void* handle, int fdmax) argument 73 if (!(state = newof(0, State_t, 1, (fdmax - 1) * sizeof(File_t*))))
|
H A D | pid.c | 77 svc_init(void* handle, int fdmax) argument 81 NoP(fdmax);
|
H A D | dbm.c | 106 svc_init(void* handle, int fdmax) argument 110 state->conmax = fdmax;
|
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs.c | 70 svc_init( handle, fdmax ) 72 int fdmax;
|
/ast/src/cmd/coshell/ |
H A D | main.c | 103 init(void* handle, int fdmax) argument 112 state.fdtotal = fdmax; 737 indirect(void* handle, int fdmax) argument 742 if (!(pass = newof(0, int, fdmax, 0)))
|
Completed in 38 milliseconds