/osnet-11/usr/src/lib/libast/common/sfio/ |
H A D | sfwr.c | 39 reg ssize_t s, w, wr; local 93 if((wr = syswritef(f->file,wbuf,buf-wbuf)) > 0) 94 { w += wr; 97 if(wr != (buf-wbuf))
|
H A D | sfpoll.c | 163 { fd_set rd, wr; local 167 FD_ZERO(&wr); 176 FD_SET(f->file,&wr); 195 while((np = select(m+1,&rd,&wr,NIL(fd_set*),tmp)) < 0 ) 207 { if(FD_ISSET(f->file,&wr) )
|
/osnet-11/usr/src/lib/libdll/common/ |
H A D | dllnext.c | 73 Write_f wr = 0; local 86 wr = xr; 138 if (wr) 139 (*wr)(2, buf, sfsprintf(buf, sizeof(buf), "dll: next %s\n", vp)); 144 else if (wr) 145 (*wr)(2, buf, sfsprintf(buf, sizeof(buf), "dll: skip %s\n", vp)); 151 if (wr) 152 (*wr)(2, buf, sfsprintf(buf, sizeof(buf), "dll: this %s\n", vp));
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_glob.c | 71 __local_lockTransLog(const char *msg, int wr, int trylock) { argument 76 __local_unlockTransLog(const char *msg, int wr) { argument
|
H A D | ldap_parse.c | 559 int freeIntName = 0, rd, wr; local 584 rd = wr = 0; 597 wr++; 603 *doWrite = (wr > 0) ? 1 : 0;
|
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_nbns_rq.c | 485 fd_set rd, wr, ex; local 493 FD_ZERO(&wr); 500 n = select(s + 1, &rd, &wr, &ex, &tv);
|
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_arbel_hw.c | 188 dapli_arbel_wqe_send_build(ib_qp_handle_t qp, ibt_send_wr_t *wr, argument 203 nds = wr->wr_nds; 204 sgl = wr->wr_sgl; 206 ctrl = ((wr->wr_flags & IBT_WR_SEND_SIGNAL) ? 208 ((wr->wr_flags & IBT_WR_SEND_SOLICIT) ? 216 switch (wr->wr_opcode) { 235 if (qp->qp_sq_inline < 0 && wr->wr_opcode == IBT_WRC_RDMAR) 248 TAVOR_WQE_BUILD_REMADDR(rc, &wr->wr.rc.rcwr.rdma); 262 /* XXX - need equiv of "arbel_wr_bind_check(state, wr);" */ 431 dapli_arbel_wqe_recv_build(ib_qp_handle_t qp, ibt_recv_wr_t *wr, uint64_t *addr, uint_t *size) argument 489 dapli_arbel_wqe_srq_build(ib_srq_handle_t srq, ibt_recv_wr_t *wr, uint64_t *addr) argument 1035 dapli_arbel_post_send(DAPL_EP *ep, ibt_send_wr_t *wr, boolean_t ns) argument 1172 dapli_arbel_post_recv(DAPL_EP *ep, ibt_recv_wr_t *wr, boolean_t ns) argument 1287 dapli_arbel_post_srq(DAPL_SRQ *srqp, ibt_recv_wr_t *wr, boolean_t ns) argument [all...] |
H A D | dapl_hermon_hw.c | 175 dapli_hermon_wqe_send_build(ib_qp_handle_t qp, ibt_send_wr_t *wr, argument 193 nds = wr->wr_nds; 194 sgl = wr->wr_sgl; 196 ctrl = ((wr->wr_flags & IBT_WR_SEND_SIGNAL) ? 198 ((wr->wr_flags & IBT_WR_SEND_SOLICIT) ? 205 switch (wr->wr_opcode) { 226 if (wr->wr_opcode == IBT_WRC_RDMAR) { 242 TAVOR_WQE_BUILD_REMADDR(rc, &wr->wr.rc.rcwr.rdma); 256 /* XXX - need equiv of "hermon_wr_bind_check(state, wr);" */ 409 dapli_hermon_wqe_recv_build(ib_qp_handle_t qp, ibt_recv_wr_t *wr, uint64_t *addr, uint_t *size) argument 466 dapli_hermon_wqe_srq_build(ib_srq_handle_t srq, ibt_recv_wr_t *wr, uint64_t *addr) argument 1074 dapli_hermon_post_send(DAPL_EP *ep, ibt_send_wr_t *wr, boolean_t ns) argument 1230 dapli_hermon_post_recv(DAPL_EP *ep, ibt_recv_wr_t *wr, boolean_t ns) argument 1342 dapli_hermon_post_srq(DAPL_SRQ *srqp, ibt_recv_wr_t *wr, boolean_t ns) argument [all...] |
H A D | dapl_tavor_hw.c | 292 dapli_tavor_wqe_send_build(ib_qp_handle_t qp, ibt_send_wr_t *wr, argument 307 nds = wr->wr_nds; 308 sgl = wr->wr_sgl; 315 switch (wr->wr_opcode) { 334 if (qp->qp_sq_inline < 0 && wr->wr_opcode == IBT_WRC_RDMAR) 347 TAVOR_WQE_BUILD_REMADDR(rc, &wr->wr.rc.rcwr.rdma); 360 old_rkey = wr->wr.rc.rcwr.bind->bind_rkey; 367 wr 562 dapli_tavor_wqe_recv_build(ib_qp_handle_t qp, ibt_recv_wr_t *wr, uint64_t *addr, uint_t *size) argument 668 dapli_tavor_wqe_srq_build(ib_srq_handle_t srq, ibt_recv_wr_t *wr, uint64_t *addr) argument 1295 dapli_tavor_post_send(DAPL_EP *ep, ibt_send_wr_t *wr, boolean_t ns) argument 1427 dapli_tavor_post_recv(DAPL_EP *ep, ibt_recv_wr_t *wr, boolean_t ns) argument 1548 dapli_tavor_post_srq(DAPL_SRQ *srqp, ibt_recv_wr_t *wr, boolean_t ns) argument [all...] |