Searched refs:trans_id (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xfs/dist/os/ |
| H A D | xfstrans.c | 36 int trans_id; member in struct:__anon36ca1e940108 96 TRANS(GetReopenInfo)(inetdCI, &(old_listen->trans_id),
|
| H A D | osglue.c | 334 int trans_id, fd; local in function:CloneMyself 339 &trans_id, &fd, &port)) 348 trans_id, fd, port);
|
| H A D | connection.c | 208 _FontTransReopenCOTSServer (old_listen[i].trans_id,
|
| H A D | utils.c | 252 OldListen[i].trans_id = atoi (number);
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | Xtrans.c | 501 TRANS(Reopen) (int type, int trans_id, int fd, const char *port) 508 prmsg (2,"Reopen(%d,%d,%s)\n", trans_id, fd, port); 514 if (Xtransports[i].transport_id == trans_id) 524 trans_id); 600 TRANS(ReopenCOTSServer) (int trans_id, int fd, const char *port) 603 prmsg (2,"ReopenCOTSServer(%d, %d, %s)\n", trans_id, fd, port); 604 return TRANS(Reopen) (XTRANS_OPEN_COTS_SERVER, trans_id, fd, port); 609 int *trans_id, int *fd, char **port) 616 *trans_id = Xtransports[i].transport_id;
|
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | misc.h | 165 int trans_id; member in struct:__anon5866aaae0108
|
Completed in 6 milliseconds