Searched refs:fdmax (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libcs/
H A Dcss.h106 int fdmax; /* max # serviceable fd's */ member in struct:Css_s
H A Dcsslib.h104 int fdmax; member in struct:Common_s
H A Dcsserve.c193 server->handle = (*init)(server->handle, server->css->fdmax);
H A Dcss.c145 state.fdmax = n;
169 css->fdmax = state.fdmax;
442 if (fd < 0 || fd >= state.fdmax)
/ast/src/cmd/cs/
H A Dcat.c68 svc_init(void* handle, int fdmax) argument
73 if (!(state = newof(0, State_t, 1, (fdmax - 1) * sizeof(File_t*))))
H A Dpid.c77 svc_init(void* handle, int fdmax) argument
81 NoP(fdmax);
H A Ddbm.c106 svc_init(void* handle, int fdmax) argument
110 state->conmax = fdmax;
/ast/src/cmd/cs/vcs_src/
H A Dvcs.c70 svc_init( handle, fdmax )
72 int fdmax;
/ast/src/cmd/coshell/
H A Dmain.c103 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 34 milliseconds