| /src/libexec/rpc.rstatd/ |
| rstatd.c | 70 SVCXPRT *transp; local 101 transp = svc_dg_create(0, 0, 0); 102 if (transp == NULL) { 107 if (!svc_reg(transp, RSTATPROG, RSTATVERS_TIME, rstat_service, 114 if (!svc_reg(transp, RSTATPROG, RSTATVERS_SWTCH, rstat_service, 121 if (!svc_reg(transp, RSTATPROG, RSTATVERS_ORIG, rstat_service,
|
| /src/libexec/rpc.rusersd/ |
| rusersd.c | 66 SVCXPRT *transp; local 91 transp = svc_dg_create(0, 0, 0); 92 if (transp == NULL) { 96 if (!svc_reg(transp, RUSERSPROG, RUSERSVERS_3, rusers_service, 102 if (!svc_reg(transp, RUSERSPROG, RUSERSVERS_IDLE,
|
| /src/libexec/rpc.rwalld/ |
| rwalld.c | 78 SVCXPRT *transp; local 110 transp = svc_dg_create(0, 0, 0); 111 if (transp == NULL) { 115 if (!svc_reg(transp, WALLPROG, WALLVERS, wallprog_1, NULL)) { 149 wallprog_1(struct svc_req *rqstp, SVCXPRT *transp) 160 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); 171 svcerr_noproc(transp); 175 if (!svc_getargs(transp, xdr_argument, (caddr_t)&argument)) { 176 svcerr_decode(transp); 180 if (result != NULL && !svc_sendreply(transp, xdr_result, result)) [all...] |
| /src/libexec/rpc.sprayd/ |
| sprayd.c | 69 SVCXPRT *transp; local 96 transp = svc_dg_create(0, 0, 0); 97 if (transp == NULL) { 101 if (!svc_reg(transp, SPRAYPROG, SPRAYVERS, spray_service, 122 spray_service(struct svc_req *rqstp, SVCXPRT *transp) 134 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); 149 svcerr_noproc(transp); 153 if (!svc_sendreply(transp, (xdrproc_t)xdr_spraycumul, (caddr_t)&scum)) { 154 svcerr_systemerr(transp);
|
| /src/usr.sbin/rpc.yppasswdd/ |
| rpc.yppasswdd.c | 62 SVCXPRT *transp; local 112 transp = svcudp_create(RPC_ANYSOCK); 113 if (transp == NULL) 116 if (!svc_register(transp, YPPASSWDPROG, YPPASSWDVERS, yppasswddprog_1, 121 transp = svctcp_create(RPC_ANYSOCK, RPC_MAXDATASIZE, RPC_MAXDATASIZE); 122 if (transp == NULL) 125 if (!svc_register(transp, YPPASSWDPROG, YPPASSWDVERS, yppasswddprog_1, 136 yppasswddprog_1(struct svc_req *rqstp, SVCXPRT *transp) 144 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL); 156 if (!svc_getargs(transp, xdr_yppasswd, (caddr_t) & argument)) [all...] |
| /src/usr.sbin/rpc.lockd/ |
| lockd.c | 87 SVCXPRT *transp; local 157 transp = svc_tli_create(RPC_ANYFD, nconf, NULL, RPC_MAXDATASIZE, 159 if (transp == NULL) { 163 if (!svc_reg(transp, NLM_PROG, NLM_SM, nlm_prog_0, nconf)) { 168 if (!svc_reg(transp, NLM_PROG, NLM_VERS, nlm_prog_1, nconf)) { 173 if (!svc_reg(transp, NLM_PROG, NLM_VERSX, nlm_prog_3, nconf)) { 178 if (!svc_reg(transp, NLM_PROG, NLM_VERS4, nlm_prog_4, nconf)) {
|
| /src/libexec/rpc.rquotad/ |
| rquotad.c | 37 static void rquota_service(struct svc_req *request, SVCXPRT *transp); 38 static void ext_rquota_service(struct svc_req *request, SVCXPRT *transp); 39 static void sendquota(struct svc_req *request, int vers, SVCXPRT *transp); 56 SVCXPRT *transp; local 73 transp = svc_dg_create(0, 0, 0); 74 if (transp == NULL) { 78 if (!svc_reg(transp, RQUOTAPROG, RQUOTAVERS, rquota_service, 84 if (!svc_reg(transp, RQUOTAPROG, EXT_RQUOTAVERS, 116 rquota_service(struct svc_req *request, SVCXPRT *transp) 120 (void)svc_sendreply(transp, (xdrproc_t)xdr_void, NULL) [all...] |
| /src/usr.sbin/rpc.bootparamd/ |
| bootparamd.c | 78 SVCXPRT *transp; local 135 transp = svcudp_create(RPC_ANYSOCK); 136 if (transp == NULL) 139 if (!svc_register(transp, BOOTPARAMPROG, BOOTPARAMVERS, bootparamprog_1,
|
| /src/usr.sbin/ypserv/yppush/ |
| yppush.c | 310 SVCXPRT *transp; local 337 transp = svcudp_create(RPC_ANYSOCK); 338 if (transp == NULL) { 345 if (svc_register(transp, prog, 1, yppush_xfrrespprog_1, 380 close(transp->xp_fd); /* close child's socket, we don't need it */ 390 req.port = transp->xp_port; 415 if (transp) 416 svc_destroy(transp);
|
| /src/tests/lib/libc/rpc/ |
| t_rpc.c | 63 onehost(const char *host, const char *transp) 77 if ((clnt = clnt_create(host, RPCBPROG, RPCBVERS, transp)) == NULL) 97 server(struct svc_req *rqstp, SVCXPRT *transp) 105 if (!svc_sendreply(transp, (xdrproc_t)xdr_void, NULL)) 111 if (!svc_sendreply(transp, (xdrproc_t)xdr_void, NULL)) 113 svc_destroy(transp); 116 svcerr_noproc(transp); 120 if (!svc_getargs(transp, (xdrproc_t)xdr_int, (void *)&num)) { 121 svcerr_decode(transp); 126 if (!svc_sendreply(transp, (xdrproc_t)xdr_int, (void *)&num) 236 const char *transp = "udp"; local [all...] |
| /src/external/bsd/am-utils/dist/conf/autofs/ |
| autofs_solaris_v1.c | 83 static int autofs_mount_1_req(struct mntrequest *mr, struct mntres *result, struct authunix_parms *cred, SVCXPRT *transp); 84 static int autofs_unmount_1_req(struct umntrequest *ur, struct umntres *result, struct authunix_parms *cred, SVCXPRT *transp); 186 SVCXPRT *transp) 244 SVCXPRT *transp) 268 if (!mp->am_transp && transp) { 270 *(mp->am_transp) = *transp; 293 autofs_program_1(struct svc_req *rqstp, SVCXPRT *transp) 309 current_transp = transp; 314 svc_sendreply(transp, 332 svcerr_noproc(transp); 597 SVCXPRT *transp = mp->am_transp; local 621 SVCXPRT *transp = mp->am_transp; local 644 SVCXPRT *transp = mp->am_transp; local 679 SVCXPRT *transp = mp->am_transp; local [all...] |
| autofs_solaris_v2_v3.c | 497 SVCXPRT *transp) 565 SVCXPRT *transp) 590 /* new_mp->am_transp = transp; */ 693 SVCXPRT *transp) 729 if (!mp->am_transp && transp) { 731 *(mp->am_transp) = *transp; 760 SVCXPRT *transp) 781 SVCXPRT *transp) 799 SVCXPRT *transp) 836 autofs_program_2(struct svc_req *rqstp, SVCXPRT *transp) 1166 SVCXPRT *transp = mp->am_transp; local 1190 SVCXPRT *transp = mp->am_transp; local 1213 SVCXPRT *transp = mp->am_transp; local 1252 SVCXPRT *transp = mp->am_transp; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| mode-switching.cc | 514 sbitmap *kill, *del, *insert, *antic, *transp, *comp; 557 transp = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), 568 bitmap_vector_ones (transp, last_basic_block_for_fn (cfun)); 611 clear_mode_bit (transp[bb->index], j, i); 629 clear_mode_bit (transp[bb->index], j, i); 659 clear_mode_bit (transp[bb->index], j, i); 681 antic is cleared but transp and comp are set. */ 683 clear_mode_bit (transp[bb->index], j, i); 716 bitmap_not (kill[bb->index], transp[bb->index]); 718 edge_list = pre_edge_lcm_avs (n_entities * max_num_modes, transp, comp, antic 513 sbitmap *kill, *del, *insert, *antic, *transp, *comp; local [all...] |
| postreload-gcse.cc | 233 static sbitmap *transp; 991 if (transp 993 && bitmap_bit_p (transp[bb->index], bitmap_index) 1014 compute_transp (expr->expr, expr->bitmap_index, transp, 1398 transp = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), 1400 bitmap_vector_ones (transp, last_basic_block_for_fn (cfun)); 1404 transp = NULL; 1408 sbitmap_vector_free (transp); 231 static sbitmap *transp; variable
|
| gcse.cc | 668 TRANSP, COMP, and ANTLOC are destination sbitmaps for recording local 675 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc, 681 if (transp) 683 bitmap_vector_ones (transp, last_basic_block_for_fn (cfun)); 703 if (transp) 704 compute_transp (expr->expr, indx, transp, 1646 static sbitmap *transp; 1672 transp = sbitmap_vector_alloc (n_blocks, n_exprs); 1690 sbitmap_vector_free (transp); 1704 transp = comp = NULL 1635 static sbitmap *transp; variable [all...] |
| ira.cc | 4730 bitmap transp = bb_transp_live + bb->index; 4735 bitmap_initialize (transp, 0); 4739 bitmap_copy (transp, live); 4764 bitmap_clear_bit (transp, regno); 4772 bitmap_clear_bit (transp, regno); 4779 bitmap_clear_bit (transp, regno); 4988 fprintf (dump_file, " all ok%s\n", all_transp ? " and transp" : ""); 4706 bitmap transp = bb_transp_live + bb->index; local
|
| /src/external/apache2/mDNSResponder/dist/DSO/ |
| dso-transport.c | 797 uint8_t *transp; local 801 transp = mallocL("dso_transport_create", (sizeof *transport) + outbuf_size); 802 if (transp == NULL) { 807 mDNSPlatformMemZero(transp, sizeof (*transport)); 809 transport = (dso_transport_t *)transp; 810 transp += sizeof *transport; 812 transport->outbuf = transp; 855 uint8_t *transp; local 867 transp = mallocL("dso_transport_create", (sizeof *transport) + inbuf_size + outbuf_size); 868 if (transp == NULL) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| mode-switching.cc | 516 sbitmap transp; 619 else if (bitmap_bit_p (confluence_info.transp, e->dest->index)) 645 return bitmap_bit_p (confluence_info.transp, bb_index); 665 if (!bitmap_bit_p (confluence_info.transp, e->src->index)) 752 if (!bitmap_bit_p (confluence_info.transp, bb_index)) 815 sbitmap *kill, *del, *insert, *antic, *transp, *comp; 859 transp = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), 870 bitmap_vector_ones (transp, last_basic_block_for_fn (cfun)); 898 confluence_info.transp = nullptr; 1047 confluence_info.transp = transp_all 515 sbitmap transp; member in struct:__anon13820 814 sbitmap *kill, *del, *insert, *antic, *transp, *comp; local [all...] |
| postreload-gcse.cc | 233 static sbitmap *transp; 992 if (transp 994 && bitmap_bit_p (transp[bb->index], bitmap_index) 1015 compute_transp (expr->expr, expr->bitmap_index, transp, 1399 transp = sbitmap_vector_alloc (last_basic_block_for_fn (cfun), 1401 bitmap_vector_ones (transp, last_basic_block_for_fn (cfun)); 1405 transp = NULL; 1409 sbitmap_vector_free (transp); 231 static sbitmap *transp; variable
|
| gcse.cc | 668 TRANSP, COMP, and ANTLOC are destination sbitmaps for recording local 675 compute_local_properties (sbitmap *transp, sbitmap *comp, sbitmap *antloc, 681 if (transp) 683 bitmap_vector_ones (transp, last_basic_block_for_fn (cfun)); 703 if (transp) 704 compute_transp (expr->expr, indx, transp, 1647 static sbitmap *transp; 1673 transp = sbitmap_vector_alloc (n_blocks, n_exprs); 1691 sbitmap_vector_free (transp); 1705 transp = comp = NULL 1636 static sbitmap *transp; variable [all...] |
| ira.cc | 4755 bitmap transp = bb_transp_live + bb->index; 4760 bitmap_initialize (transp, 0); 4764 bitmap_copy (transp, live); 4789 bitmap_clear_bit (transp, regno); 4797 bitmap_clear_bit (transp, regno); 4804 bitmap_clear_bit (transp, regno); 5013 fprintf (dump_file, " all ok%s\n", all_transp ? " and transp" : ""); 4731 bitmap transp = bb_transp_live + bb->index; local
|
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen_smtpd.c | 794 const struct cmd_trans *transp; local 862 for (transp = cmd_trans; transp->state != state->read_state; transp++) 863 if (transp->want == 0) 866 if (ch == transp->want) 867 state->read_state = transp->next_state;
|
| /src/external/bsd/am-utils/dist/amd/ |
| nfs_subr.c | 264 SVCXPRT *transp = mp->am_transp; local 269 * If there's a transp structure then we can reply to the client's 272 if (transp) { 290 if (!svc_sendreply(transp, (XDRPROC_T_TYPE) xdr_result, (SVC_IN_ARG_TYPE) & res)) 291 svcerr_systemerr(transp); 294 * Free up transp. It's only used for one reply.
|