/src/lib/librumpuser/ |
rumpuser_sp.c | 295 struct rsp_hdr rhdr; local in function:send_error_resp 298 rhdr.rsp_len = sizeof(rhdr); 299 rhdr.rsp_reqno = reqno; 300 rhdr.rsp_class = RUMPSP_ERROR; 301 rhdr.rsp_type = 0; 302 rhdr.rsp_error = error; 304 IOVPUT(iov[0], rhdr); 314 struct rsp_hdr rhdr; local in function:send_handshake_resp 318 rhdr.rsp_len = sizeof(rhdr) + sizeof(error) 338 struct rsp_hdr rhdr; local in function:send_syscall_resp 365 struct rsp_hdr rhdr; local in function:send_prefork_resp 389 struct rsp_hdr rhdr; local in function:copyin_req 434 struct rsp_hdr rhdr; local in function:send_copyout_req 464 struct rsp_hdr rhdr; local in function:anonmmap_req 498 struct rsp_hdr rhdr; local in function:send_raise_req [all...] |
sp_common.c | 367 doputwait(struct spclient *spc, struct respwait *rw, struct rsp_hdr *rhdr) 375 rw->rw_reqno = rhdr->rsp_reqno = spc->spc_nextreq++; 380 putwait_locked(struct spclient *spc, struct respwait *rw, struct rsp_hdr *rhdr) 383 doputwait(spc, rw, rhdr); 388 putwait(struct spclient *spc, struct respwait *rw, struct rsp_hdr *rhdr) 391 doputwait(spc, rw, rhdr);
|
/src/lib/librumpclient/ |
rumpclient.c | 357 struct rsp_hdr rhdr; local in function:syscall_req 362 rhdr.rsp_len = sizeof(rhdr) + dlen; 363 rhdr.rsp_class = RUMPSP_REQ; 364 rhdr.rsp_type = RUMPSP_SYSCALL; 365 rhdr.rsp_sysnum = sysnum; 367 IOVPUT(iov[0], rhdr); 371 putwait(spc, &rw, &rhdr); 392 struct rsp_hdr rhdr; local in function:handshake_req 430 rhdr.rsp_len = sizeof(rhdr) + bonus 475 struct rsp_hdr rhdr; local in function:prefork_req 532 struct rsp_hdr rhdr; local in function:send_copyin_resp 556 struct rsp_hdr rhdr; local in function:send_anonmmap_resp 610 struct rsp_hdr *rhdr = &spc->spc_hdr; local in function:handlereq 752 struct rsp_hdr rhdr; local in function:doconnect [all...] |
/src/usr.sbin/ldpd/ |
mpls_routes.c | 109 struct rt_msghdr *rhdr; 144 rhdr = (struct rt_msghdr *)s; 145 to_read = rhdr->rtm_msglen > max ? max : rhdr->rtm_msglen;
|
/src/sys/dev/audio/ |
audio.c | 424 char phdr[16], rhdr[16]; local in function:audio_tracef 428 rhdr[0] = '\0'; 432 snprintf(rhdr, sizeof(rhdr), "#%d", file->rtrack->id); 433 snprintf(hdr, sizeof(hdr), "{%s,%s} ", phdr, rhdr);
|