| /src/lib/librumpuser/ |
| rumpuser_sp.c | 295 struct rsp_hdr rhdr; local 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 318 rhdr.rsp_len = sizeof(rhdr) + sizeof(error) 338 struct rsp_hdr rhdr; local 365 struct rsp_hdr rhdr; local 389 struct rsp_hdr rhdr; local 434 struct rsp_hdr rhdr; local 464 struct rsp_hdr rhdr; local 498 struct rsp_hdr rhdr; local [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 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 430 rhdr.rsp_len = sizeof(rhdr) + bonus 475 struct rsp_hdr rhdr; local 532 struct rsp_hdr rhdr; local 556 struct rsp_hdr rhdr; local 610 struct rsp_hdr *rhdr = &spc->spc_hdr; local 752 struct rsp_hdr rhdr; local [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 428 rhdr[0] = '\0'; 432 snprintf(rhdr, sizeof(rhdr), "#%d", file->rtrack->id); 433 snprintf(hdr, sizeof(hdr), "{%s,%s} ", phdr, rhdr);
|