Home
last modified time | relevance | path

Searched refs:rpl (Results 1 – 13 of 13) sorted by relevance

/dragonfly/libexec/rbootd/
H A Drmpproto.c170 struct rmp_packet *rpl; in SendServerID() local
181 ZEROWORD(rpl->r_brpl.rmp_seqno); in SendServerID()
182 rpl->r_brpl.rmp_session = 0; in SendServerID()
221 struct rmp_packet *rpl; in SendFileNo() local
235 rpl->r_brpl.rmp_session = 0; in SendFileNo()
284 struct rmp_packet *rpl; in SendBootRepl() local
314 dst2 = &rpl->r_brpl.rmp_flnm; in SendBootRepl()
392 struct rmp_packet *rpl, *req; in SendReadRepl() local
421 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session): in SendReadRepl()
508 struct rmp_packet *rpl; in BootDone() local
[all …]
/dragonfly/sys/dev/raid/mps/
H A Dmps_user.c423 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts() local
515 MPI2_FW_UPLOAD_REPLY *rpl; in mpi_pre_fw_upload() local
593 MPI2_CONFIG_REPLY *rpl; in mpi_pre_config() local
653 MPI2_DEFAULT_REPLY *rpl; in mps_user_command() local
714 if (rpl != NULL) in mps_user_command()
715 sz = rpl->MsgLength * 4; in mps_user_command()
728 copyout(rpl, cmd->rpl, sz); in mps_user_command()
748 MPI2_DEFAULT_REPLY *rpl; in mps_user_pass_thru() local
850 sz = rpl->MsgLength * 4; in mps_user_pass_thru()
1011 sz = rpl->MsgLength * 4; in mps_user_pass_thru()
[all …]
H A Dmps_ioctl.h120 void *rpl; member
H A Dmps_sas.c2399 MPI2_SMP_PASSTHROUGH_REPLY *rpl;
2419 rpl = (MPI2_SMP_PASSTHROUGH_REPLY *)cm->cm_reply;
2420 if (rpl == NULL) {
2430 if ((rpl->IOCStatus & MPI2_IOCSTATUS_MASK) != MPI2_IOCSTATUS_SUCCESS ||
2431 rpl->SASStatus != MPI2_SASSTATUS_SUCCESS) {
2433 __func__, rpl->IOCStatus, rpl->SASStatus);
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_user.c445 MPI2_IOC_FACTS_REPLY *rpl; in mpi_pre_ioc_facts() local
464 MPI2_PORT_FACTS_REPLY *rpl; in mpi_pre_port_facts() local
523 MPI2_FW_UPLOAD_REPLY *rpl; in mpi_pre_fw_upload() local
587 MPI2_CONFIG_REPLY *rpl; in mpi_pre_config() local
711 if (rpl != NULL) in mpr_user_command()
712 sz = rpl->MsgLength * 4; in mpr_user_command()
723 copyout(rpl, cmd->rpl, sz); in mpr_user_command()
743 MPI2_DEFAULT_REPLY *rpl; in mpr_user_pass_thru() local
859 sz = rpl->MsgLength * 4; in mpr_user_pass_thru()
1085 sz = rpl->MsgLength * 4; in mpr_user_pass_thru()
[all …]
H A Dmpr_ioctl.h119 void *rpl; member
H A Dmpr_sas.c2917 MPI2_SMP_PASSTHROUGH_REPLY *rpl;
2937 rpl = (MPI2_SMP_PASSTHROUGH_REPLY *)cm->cm_reply;
2938 if (rpl == NULL) {
2948 if ((le16toh(rpl->IOCStatus) & MPI2_IOCSTATUS_MASK) !=
2950 rpl->SASStatus != MPI2_SASSTATUS_SUCCESS) {
2952 __func__, le16toh(rpl->IOCStatus), rpl->SASStatus);
/dragonfly/contrib/nvi2/ex/
H A Dex_subst.c1308 size_t rpl; /* Remaining replacement length. */ in re_sub() local
1367 for (rp = sp->repl, rpl = sp->repl_len, p = lb + lbclen; rpl--;) { in re_sub()
1376 if (rpl == 0) in re_sub()
1378 --rpl; in re_sub()
/dragonfly/sys/net/pf/
H A Dif_pfsync.h57 u_int32_t rpl; member
/dragonfly/usr.sbin/mpsutil/
H A Dmpr_ioctl.h118 void *rpl; member
H A Dmps_ioctl.h118 void *rpl; member
H A Dmps_cmd.c637 cmd.rpl = reply; in mps_user_command()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_da.h379 u_int8_t rpl; /* rotational position locking (2 bits) */ member