Home
last modified time | relevance | path

Searched refs:rsp_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/lib/librumpuser/
H A Drumpuser_sp.c301 rhdr.rsp_type = 0; in send_error_resp()
321 rhdr.rsp_type = RUMPSP_HANDSHAKE; in send_handshake_resp()
346 rhdr.rsp_type = RUMPSP_SYSCALL; in send_syscall_resp()
372 rhdr.rsp_type = RUMPSP_PREFORK; in send_prefork_resp()
400 rhdr.rsp_type = RUMPSP_COPYINSTR; in copyin_req()
402 rhdr.rsp_type = RUMPSP_COPYIN; in copyin_req()
444 rhdr.rsp_type = RUMPSP_COPYOUT; in send_copyout_req()
473 rhdr.rsp_type = RUMPSP_ANONMMAP; in anonmmap_req()
504 rhdr.rsp_type = RUMPSP_RAISE; in send_raise_req()
965 if (spc->spc_hdr.rsp_type != RUMPSP_HANDSHAKE) { in handlereq()
[all …]
H A Dsp_common.c153 uint16_t rsp_type; member
/netbsd-src/sys/dev/ic/
H A Drtsx.c1160 static const struct rsp_type { in rtsx_response_type() struct
1301 uint32_t *cmdbuf, uint8_t rsp_type) in rtsx_exec_short_xfer() argument
1352 0xff, rsp_type); in rtsx_exec_short_xfer()
1485 uint8_t rsp_type; in rtsx_exec_command() local
1499 rsp_type = rtsx_response_type(cmd->c_flags & SCF_RSP_MASK); in rtsx_exec_command()
1500 if (rsp_type == 0) { in rtsx_exec_command()
1525 error = rtsx_exec_short_xfer(sch, cmd, cmdkvap, rsp_type); in rtsx_exec_command()
1548 0xff, rsp_type); in rtsx_exec_command()
1562 if (rsp_type == RTSX_SD_RSP_TYPE_R2) { in rtsx_exec_command()
1567 } else if (rsp_type != RTSX_SD_RSP_TYPE_R0) { in rtsx_exec_command()
/netbsd-src/lib/librumpclient/
H A Drumpclient.c364 rhdr.rsp_type = RUMPSP_SYSCALL; in syscall_req()
432 rhdr.rsp_type = RUMPSP_HANDSHAKE; in handshake_req()
482 rhdr.rsp_type = RUMPSP_PREFORK; in prefork_req()
541 rhdr.rsp_type = RUMPSP_COPYIN; in send_copyin_resp()
562 rhdr.rsp_type = RUMPSP_ANONMMAP; in send_anonmmap_resp()
613 int reqtype = spc->spc_hdr.rsp_type; in handlereq()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_server.c463 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local
611 rsp_type = in OSSL_CMP_SRV_process_request()
615 "sending %s", ossl_cmp_bodytype_to_string(rsp_type)); in OSSL_CMP_SRV_process_request()
621 switch (rsp_type) { in OSSL_CMP_SRV_process_request()