| /NextBSD/libexec/rbootd/ |
| HD | rmpproto.c | 176 struct rmp_packet *rpl; in SendServerID() local 180 rpl = &rconn->rmp; /* cache ptr to RMP packet */ in SendServerID() 185 rpl->r_brpl.rmp_type = RMP_BOOT_REPL; in SendServerID() 186 rpl->r_brpl.rmp_retcode = RMP_E_OKAY; in SendServerID() 187 ZEROWORD(rpl->r_brpl.rmp_seqno); in SendServerID() 188 rpl->r_brpl.rmp_session = 0; in SendServerID() 189 rpl->r_brpl.rmp_version = htons(RMP_VERSION); in SendServerID() 191 size = &rpl->r_brpl.rmp_flnmsize; /* ptr to length of host name */ in SendServerID() 198 dst = (char *) &rpl->r_brpl.rmp_flnm; in SendServerID() 227 struct rmp_packet *rpl; in SendFileNo() local [all …]
|
| /NextBSD/sys/dev/cxgb/ulp/tom/ |
| HD | cxgb_listen.c | 281 struct cpl_close_listserv_rpl *rpl = mtod(m, void *); in do_close_server_rpl() local 282 unsigned int stid = GET_TID(rpl); in do_close_server_rpl() 286 CTR3(KTR_CXGB, "%s: stid %u, status %u", __func__, stid, rpl->status); in do_close_server_rpl() 288 if (rpl->status != CPL_ERR_NONE) { in do_close_server_rpl() 290 __func__, rpl->status, stid); in do_close_server_rpl() 312 struct cpl_pass_open_rpl *rpl = mtod(m, void *); in do_pass_open_rpl() local 313 int stid = GET_TID(rpl); in do_pass_open_rpl() 330 __func__, stid, rpl->status, lctx->flags); in do_pass_open_rpl() 334 if (rpl->status != CPL_ERR_NONE) { in do_pass_open_rpl() 336 __func__, device_get_nameunit(sc->dev), stid, rpl->status); in do_pass_open_rpl() [all …]
|
| HD | cxgb_cpl_io.c | 912 struct cpl_act_open_rpl *rpl = mtod(m, void *); in do_act_open_rpl() local 913 unsigned int atid = G_TID(ntohl(rpl->atid)); in do_act_open_rpl() 916 int s = rpl->status, rc; in do_act_open_rpl() 924 queue_tid_release(tod, GET_TID(rpl)); in do_act_open_rpl() 1281 const struct cpl_close_con_rpl *rpl = mtod(m, void *); in do_close_con_rpl() local 1282 unsigned int tid = GET_TID(rpl); in do_close_con_rpl() 1299 tp->snd_una = ntohl(rpl->snd_nxt) - 1; /* exclude FIN */ in do_close_con_rpl() 1340 struct cpl_smt_write_rpl *rpl = mtod(m, void *); in do_smt_write_rpl() local 1342 if (rpl->status != CPL_ERR_NONE) { in do_smt_write_rpl() 1345 rpl->status, GET_TID(rpl)); in do_smt_write_rpl() [all …]
|
| HD | cxgb_l2t.c | 444 struct cpl_l2t_write_rpl *rpl = mtod(m, void *); in do_l2t_write_rpl() local 446 if (rpl->status != CPL_ERR_NONE) in do_l2t_write_rpl() 449 rpl->status, GET_TID(rpl)); in do_l2t_write_rpl()
|
| /NextBSD/sys/dev/mps/ |
| HD | mps_user.c | 438 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts() local 442 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_ioc_facts() 457 MPI2_PORT_FACTS_REPLY *rpl; in mpi_pre_port_facts() local 461 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_port_facts() 476 MPI2_FW_DOWNLOAD_REPLY *rpl; in mpi_pre_fw_download() local 488 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_fw_download() 530 MPI2_FW_UPLOAD_REPLY *rpl; in mpi_pre_fw_upload() local 541 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_fw_upload() 572 MPI2_SATA_PASSTHROUGH_REPLY *rpl; in mpi_pre_sata_passthrough() local 576 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_sata_passthrough() [all …]
|
| HD | mps_ioctl.h | 119 void *rpl; member
|
| HD | mps_sas.c | 2732 MPI2_SMP_PASSTHROUGH_REPLY *rpl; in mpssas_smpio_complete() local 2752 rpl = (MPI2_SMP_PASSTHROUGH_REPLY *)cm->cm_reply; in mpssas_smpio_complete() 2753 if (rpl == NULL) { in mpssas_smpio_complete() 2763 if ((le16toh(rpl->IOCStatus) & MPI2_IOCSTATUS_MASK) != in mpssas_smpio_complete() 2765 rpl->SASStatus != MPI2_SASSTATUS_SUCCESS) { in mpssas_smpio_complete() 2767 __func__, le16toh(rpl->IOCStatus), rpl->SASStatus); in mpssas_smpio_complete()
|
| /NextBSD/sys/dev/mpr/ |
| HD | mpr_user.c | 454 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts() local 458 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_ioc_facts() 473 MPI2_PORT_FACTS_REPLY *rpl; in mpi_pre_port_facts() local 477 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_port_facts() 492 MPI2_FW_DOWNLOAD_REPLY *rpl; in mpi_pre_fw_download() local 497 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_fw_download() 532 MPI2_FW_UPLOAD_REPLY *rpl; in mpi_pre_fw_upload() local 536 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_fw_upload() 560 MPI2_SATA_PASSTHROUGH_REPLY *rpl; in mpi_pre_sata_passthrough() local 564 if (cmd->rpl_len != sizeof *rpl) in mpi_pre_sata_passthrough() [all …]
|
| HD | mpr_ioctl.h | 119 void *rpl; member
|
| HD | mpr_sas.c | 2520 MPI2_SMP_PASSTHROUGH_REPLY *rpl; in mprsas_smpio_complete() local 2540 rpl = (MPI2_SMP_PASSTHROUGH_REPLY *)cm->cm_reply; in mprsas_smpio_complete() 2541 if (rpl == NULL) { in mprsas_smpio_complete() 2551 if ((le16toh(rpl->IOCStatus) & MPI2_IOCSTATUS_MASK) != in mprsas_smpio_complete() 2553 rpl->SASStatus != MPI2_SASSTATUS_SUCCESS) { in mprsas_smpio_complete() 2555 __func__, le16toh(rpl->IOCStatus), rpl->SASStatus); in mprsas_smpio_complete()
|
| /NextBSD/sys/netipsec/ |
| HD | key_debug.c | 598 kdebug_secreplay(struct secreplay *rpl) in kdebug_secreplay() argument 603 if (rpl == NULL) in kdebug_secreplay() 607 rpl->count, rpl->wsize, rpl->seq, rpl->lastseq); in kdebug_secreplay() 609 if (rpl->bitmap == NULL) { in kdebug_secreplay() 616 for (len = 0; len < rpl->wsize; len++) { in kdebug_secreplay() 618 printf("%u", (((rpl->bitmap)[len] >> l) & 1) ? 1 : 0); in kdebug_secreplay()
|
| /NextBSD/sys/dev/cxgbe/ |
| HD | t4_l2t.c | 236 const struct cpl_l2t_write_rpl *rpl = (const void *)(rss + 1); in do_l2t_write_rpl() local 237 unsigned int tid = GET_TID(rpl); in do_l2t_write_rpl() 240 if (__predict_false(rpl->status != CPL_ERR_NONE)) { in do_l2t_write_rpl() 243 rpl->status, idx); in do_l2t_write_rpl()
|
| /NextBSD/sys/dev/cxgbe/common/ |
| HD | common.h | 402 void *rpl, bool sleep_ok); 405 int size, void *rpl) in t4_wr_mbox() argument 407 return t4_wr_mbox_meat(adap, mbox, cmd, size, rpl, true); in t4_wr_mbox() 411 int size, void *rpl) in t4_wr_mbox_ns() argument 413 return t4_wr_mbox_meat(adap, mbox, cmd, size, rpl, false); in t4_wr_mbox_ns() 616 int t4_handle_fw_rpl(struct adapter *adap, const __be64 *rpl);
|
| HD | t4_hw.c | 190 static void get_mbox_rpl(struct adapter *adap, __be64 *rpl, int nflit, in get_mbox_rpl() argument 194 *rpl++ = cpu_to_be64(t4_read_reg64(adap, mbox_addr)); in get_mbox_rpl() 234 void *rpl, bool sleep_ok) in t4_wr_mbox_meat() argument 298 } else if (rpl) in t4_wr_mbox_meat() 299 get_mbox_rpl(adap, rpl, size / 8, data_reg); in t4_wr_mbox_meat() 5418 int t4_handle_fw_rpl(struct adapter *adap, const __be64 *rpl) in t4_handle_fw_rpl() argument 5420 u8 opcode = *(const u8 *)rpl; in t4_handle_fw_rpl() 5421 const struct fw_port_cmd *p = (const void *)rpl; in t4_handle_fw_rpl()
|
| /NextBSD/contrib/nvi/ex/ |
| HD | ex_subst.c | 1316 size_t rpl; /* Remaining replacement length. */ in re_sub() local 1375 for (rp = sp->repl, rpl = sp->repl_len, p = lb + lbclen; rpl--;) { in re_sub() 1384 if (rpl == 0) in re_sub() 1386 --rpl; in re_sub()
|
| /NextBSD/sys/net/ |
| HD | if_pfsync.h | 199 u_int32_t rpl; member
|
| /NextBSD/usr.sbin/bhyve/ |
| HD | task_switch.c | 315 int cpl, dpl, rpl; in validate_seg_desc() local 398 rpl = sel & SEL_RPL_MASK; in validate_seg_desc() 401 if (stackseg && (rpl != cpl || dpl != cpl)) { in validate_seg_desc() 425 if (!conforming && (rpl > dpl || cpl > dpl)) { in validate_seg_desc()
|
| /NextBSD/sys/dev/cxgbe/tom/ |
| HD | t4_tom_l2t.c | 329 const struct cpl_l2t_write_rpl *rpl = (const void *)(rss + 1); in do_l2t_write_rpl2() local 330 unsigned int tid = GET_TID(rpl); in do_l2t_write_rpl2()
|
| HD | t4_listen.c | 1165 struct cpl_pass_accept_rpl *rpl; in do_pass_accept_req() local 1281 rpl = wrtod(wr); in do_pass_accept_req() 1320 INIT_TP_WR_MIT_CPL(rpl, CPL_PASS_ACCEPT_RPL, tid); in do_pass_accept_req() 1322 struct cpl_t5_pass_accept_rpl *rpl5 = (void *)rpl; in do_pass_accept_req() 1331 rpl->opt0 = calc_opt0(so, vi, e, mtu_idx, rscale, rx_credits, ulp_mode); in do_pass_accept_req() 1332 rpl->opt2 = calc_opt2p(sc, pi, rxqid, &cpl->tcpopt, &th, ulp_mode); in do_pass_accept_req()
|
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_da.h | 437 u_int8_t rpl; /* rotational position locking (2 bits) */ member 521 uint8_t rpl; member
|
| /NextBSD/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cm.c | 2341 static int fw6_wr_rpl(struct adapter *sc, const __be64 *rpl) in fw6_wr_rpl() argument 2343 uint64_t val = be64toh(*rpl); in fw6_wr_rpl() 2348 wr_waitp = (struct c4iw_wr_wait *)rpl[1]; in fw6_wr_rpl() 2356 static int fw6_cqe_handler(struct adapter *sc, const __be64 *rpl) in fw6_cqe_handler() argument 2358 struct t4_cqe cqe =*(const struct t4_cqe *)(&rpl[0]); in fw6_cqe_handler() 2360 CTR2(KTR_IW_CXGBE, "%s rpl %p", __func__, rpl); in fw6_cqe_handler() 2371 const struct cpl_rdma_terminate *rpl = (const void *)(rss + 1); in terminate() local 2372 unsigned int tid = GET_TID(rpl); in terminate()
|
| /NextBSD/usr.sbin/mpsutil/ |
| HD | mpr_ioctl.h | 118 void *rpl; member
|
| HD | mps_ioctl.h | 118 void *rpl; member
|
| /NextBSD/sys/netpfil/pf/ |
| HD | if_pfsync.c | 1219 pt->rpl = ntohl(pt->rpl); in pfsync_update_net_tdb() 1223 if (pt->rpl < tdb->tdb_rpl || in pfsync_update_net_tdb() 1228 tdb->tdb_rpl = pt->rpl; in pfsync_update_net_tdb()
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-pfsync.c | 297 ntohl(t->spi), (uintmax_t )be64toh(t->rpl), in pfsync_print_tdb()
|