Searched defs:t_call (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 131 struct t_call { struct 162 #define T_CALL 3 /* struct t_call */ 197 extern int t_accept(int fildes, int resfd, struct t_call *call); 201 extern int t_connect(int fildes, struct t_call *sndcall, 202 struct t_call *rcvcall); 208 extern int t_listen(int fildes, struct t_call *call); 214 extern int t_rcvconnect(int fildes, struct t_call *call); 220 extern int t_snddis(int fildes, struct t_call *call);
|
/illumos-gate/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 145 struct t_call { struct 176 #define T_CALL 3 /* struct t_call */
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_vc.c | 97 struct t_call *t_call; member in struct:cf_rendezvous 180 if (r->t_call) 181 (void) t_free((char *)r->t_call, T_CALL); 252 r->t_call = (struct t_call *)t_alloc(fd, T_CALL, T_ADDR | T_OPT); 253 if (r->t_call == NULL) { 266 (void) t_free((char *)r->t_call, T_CALL); 358 r->t_call = (struct t_call *)t_allo 729 struct t_call *t_call; member in struct:entry 737 struct t_call t_call; local [all...] |
/illumos-gate/usr/src/head/ |
H A D | xti.h | 334 struct t_call { struct 365 #define T_CALL 3 /* struct t_call */ 484 extern int t_accept(int, int, struct t_call *); 487 extern int t_connect(int, struct t_call *, struct t_call *); 494 extern int t_snddis(int, struct t_call *); 498 extern int t_accept(int, int, const struct t_call *); 501 extern int t_connect(int, const struct t_call *, struct t_call *); 508 extern int t_snddis(int, const struct t_call *); [all...] |
Completed in 48 milliseconds