Searched defs:fdmax (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libcs/
H A Dcsslib.h104 int fdmax; member in struct:Common_s
H A Dcss.h106 int fdmax; /* max # serviceable fd's */ member in struct:Css_s
/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 Ddbm.c106 svc_init(void* handle, int fdmax) argument
110 state->conmax = fdmax;
H A Dpid.c77 svc_init(void* handle, int fdmax) argument
81 NoP(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 15 milliseconds