HomeSort by: relevance | last modified time | path
    Searched refs:res4 (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_server.c 137 nlm4_testres res4; local
143 retval = nlm4_test_4_svc(&args4, &res4, rqstp);
145 result->cookie = res4.cookie;
146 result->stat.stat = nlm_convert_to_nlm_stats(res4.stat.stat);
150 &res4.stat.nlm4_testrply_u.holder);
161 nlm4_res res4; local
170 retval = nlm4_lock_4_svc(&args4, &res4, rqstp);
172 nlm_convert_to_nlm_res(result, &res4);
182 nlm4_res res4; local
189 retval = nlm4_cancel_4_svc(&args4, &res4, rqstp)
201 nlm4_res res4; local
218 nlm4_res res4; local
235 nlm4_testres res4; local
267 nlm4_res res4; local
297 nlm4_res res4; local
325 nlm4_res res4; local
351 nlm4_res res4; local
437 nlm4_shareres res4; local
458 nlm4_shareres res4; local
479 nlm4_res res4; local
557 nlm4_testres res4; local
575 nlm4_res res4; local
593 nlm4_res res4; local
611 nlm4_res res4; local
629 nlm4_res res4; local
    [all...]
  /src/usr.bin/mkubootimage/
arm64.h 45 uint64_t res4; /* reserved */ member in struct:arm64_image_header
  /src/external/bsd/ntp/dist/ntpd/
ntp_restrict.c 166 struct restrict_4 * res4; local
171 for (res4 = restrictlist4; res4 != NULL; res4 = res4->link) {
172 dump_restrict4(res4);
627 struct restrict_4 match4, *res4 = NULL; local
673 res4 = match_restrict4_entry(&match4);
674 ri = res4 ? &res4->ri : NULL
    [all...]
  /src/sys/arch/hppa/dev/
elroyreg.h 79 uint32_t res4[4]; /* 0x250 */ member in struct:elroy_regs
  /src/sys/dev/pci/
amrreg.h 294 u_int8_t res4; member in struct:amr_notify
369 u_int8_t res4[16]; member in struct:amr_mailbox_ioctl
mlyreg.h 216 u_int8_t res4:1; /* N/A */ member in struct:mly_param_controller
538 u_int8_t res4[16]; /* N/A */ member in struct:mly_ioctl_getcontrollerinfo
734 u_int8_t res4[2]; /* N/A */ member in struct:mly_ioctl_getlogdevinfovalid
767 u_int8_t res4:6; /* N/A */ member in struct:mly_ioctl_getphysdevinfovalid
886 u_int8_t res4[48 + 64]; /* N/A */ member in struct:mly_ioctl_getcontrollerstatistics
  /src/sys/dev/ic/
cissreg.h 302 u_int8_t res4[393]; member in struct:ciss_pdid
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 527 uint64_t res4; /* reserved */ member in struct:hvm_hw_hpet::__anon6555
  /src/external/bsd/libevent/dist/
evutil.c 1028 struct evutil_addrinfo *res4=NULL, *res6=NULL; local
1057 res4 = evutil_new_addrinfo_((struct sockaddr*)&sin,
1059 if (!res4) {
1065 *res = evutil_addrinfo_append_(res4, res6);
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil.c 1026 struct evutil_addrinfo *res4=NULL, *res6=NULL; local
1055 res4 = evutil_new_addrinfo_((struct sockaddr*)&sin,
1057 if (!res4) {
1063 *res = evutil_addrinfo_append_(res4, res6);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
complex.d 1906 Complex!T res4 = pow(complex(a), b);
1908 assert(abs(ref2 - res4) < eps);
1909 assert(abs(res3 - res4) < eps);

Completed in 46 milliseconds