Searched refs:Connection_t (Results 1 - 11 of 11) sorted by relevance

/ast/src/cmd/cs/
H A Dcss.c62 } Connection_t; typedef in typeref:struct:__anon72
76 register Connection_t* con;
79 if (!(con = newof(0, Connection_t, 1, 0)))
90 register Connection_t* con;
99 if (con = (Connection_t*)fp->data)
107 con = (Connection_t*)fp->data;
177 Connection_t* con;
220 if (!(con = newof(0, Connection_t, 1, 0)))
H A Dtst.c41 } Connection_t; typedef in typeref:struct:__anon84
49 register Connection_t* con;
54 if (!(con = newof(0, Connection_t, 1, 0)))
76 register Connection_t* con;
82 if (con = (Connection_t*)fp->data)
90 con = (Connection_t*)fp->data;
H A Dmbb.c93 } Connection_t; typedef in typeref:struct:Connection_s
98 Connection_t* all;
118 data(register State_t* state, register Connection_t* to, char* s, size_t n, int force)
130 note(Css_t* css, register Connection_t* to, int log, char* s, size_t n, int force, Cssdisc_t* disc)
181 dump(Css_t* css, register Connection_t* con, int log, Cssdisc_t* disc)
203 post(Css_t* css, Cssdisc_t* disc, Connection_t* from, register Connection_t* to, int channel, const char* format, ...)
236 drop(Css_t* css, Connection_t* con, Cssdisc_t* disc)
239 register Connection_t* cp;
240 register Connection_t* p
[all...]
H A Dtst-old.c42 } Connection_t; typedef in typeref:struct:__anon82
48 Connection_t id[1];
60 if (!(state = newof(0, State_t, 1, (maxfd - 1) * sizeof(Connection_t)))) exit(1);
H A Dfs_env.c64 } Connection_t; typedef in typeref:struct:__anon77
71 Connection_t con[1];
81 if (!(state = newof(0, State_t, 1, (maxfd - 1) * sizeof(Connection_t))))
116 register Connection_t* con;
/ast/src/cmd/coshell/
H A Devent.c186 } Connection_t; typedef in typeref:struct:Connection_s
260 log(State_t* state, Connection_t* con, int type, const char* format, ...)
295 register Connection_t* con;
297 if (!(con = newof(0, Connection_t, 1, 0)))
316 Connection_t* cp;
321 for (cp = (Connection_t*)dtfirst(state->connections); cp; cp = (Connection_t*)dtnext(state->connections, cp))
347 post(State_t* state, Connection_t* con, const char* name, int id)
389 info(State_t* state, Connection_t* con, Css_t* css)
391 Connection_t* c
[all...]
H A Dcotest.c52 if (!(state.con = newof(0, Connection_t, state.fdtotal, 0)))
H A Dservice.h267 } Connection_t; typedef in typeref:struct:__anon63
289 Connection_t* con;
H A Dshell.c206 Connection_t* con;
H A Dmain.c113 if (!(state.con = newof(0, Connection_t, state.fdtotal, 0)))
/ast/src/cmd/at/
H A Datd.c129 } Connection_t; typedef in typeref:struct:__anon37
165 Connection_t con[1]; /* user connections */
170 Connection_t* con;
484 register Connection_t* con = state->con + fp->fd;
739 Connection_t* con = ((Visit_t*)handle)->con;
781 command(register State_t* state, Connection_t* con, register char* s, int n, char* data)
1277 register Connection_t* con = state->con + fp->fd;
1341 if (!(state = newof(0, State_t, 1, (i - 1) * sizeof(Connection_t))))

Completed in 29 milliseconds