HomeSort by: relevance | last modified time | path
    Searched defs:uaddr (Results 1 - 22 of 22) sorted by relevancy

  /src/tests/modules/ufetchstore/
ufetchstore_tester.c 44 test_ufetch(void * const uaddr, struct ufetchstore_test_args * const args)
50 args->fetchstore_error = ufetch_8(uaddr, &args->val8);
53 args->fetchstore_error = ufetch_16(uaddr, &args->val16);
56 args->fetchstore_error = ufetch_32(uaddr, &args->val32);
60 args->fetchstore_error = ufetch_64(uaddr, &args->val64);
71 test_ustore(void * const uaddr, struct ufetchstore_test_args * const args)
77 args->fetchstore_error = ustore_8(uaddr, args->val8);
80 args->fetchstore_error = ustore_16(uaddr, args->val16);
83 args->fetchstore_error = ustore_32(uaddr, args->val32);
87 args->fetchstore_error = ustore_64(uaddr, args->val64)
146 void *uaddr = (void *)(uintptr_t)args.uaddr64; local in function:do_ufetchstore_test
    [all...]
  /src/usr.sbin/rpcbind/
rpcb_svc.c 212 char *uaddr; local in function:rpcbproc_getaddr_3_local
214 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid),
218 regp->r_netid, uaddr);
219 free(uaddr);
pmap_svc.c 269 char *uaddr; local in function:pmapproc_getport
284 uaddr = taddr2uaddr(rpcbind_get_conf(xprt->xp_netid),
288 reg.pm_prot == IPPROTO_UDP ? "udp" : "tcp", uaddr);
289 free(uaddr);
rpcb_svc_4.c 268 char *uaddr; local in function:rpcbproc_getaddr_4_local
270 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid),
274 regp->r_netid, uaddr);
275 free(uaddr);
298 char *uaddr; local in function:rpcbproc_getversaddr_4_local
300 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid),
305 regp->r_netid, uaddr);
306 free(uaddr);
rpcbind.c 496 char *uaddr; local in function:init_transport
501 uaddr = taddr2uaddr(nconf, &nb);
503 "rpcbind : my address is %s\n", uaddr);
504 (void)free(uaddr);
549 char *uaddr; local in function:init_transport
554 uaddr = taddr2uaddr(nconf, &nb);
556 uaddr);
557 (void) free(uaddr);
rpcb_svc_com.c 97 char *uaddr; member in struct:finfo
323 static char *uaddr; local in function:rpcbproc_getaddr_com
327 if (uaddr != NULL && uaddr != nullstring) {
328 free(uaddr);
329 uaddr = NULL;
337 if (!(uaddr = mergeaddr(transp, transp->xp_netid,
340 uaddr = strdup(fnd->rpcb_map.r_addr);
341 } else if (!uaddr[0]) {
346 uaddr = nullstring
409 static char *uaddr; local in function:rpcbproc_taddr2uaddr_com
626 char *uaddr, *m_uaddr = NULL, *local_uaddr = NULL; local in function:rpcbproc_callit_com
1276 char *uaddr; local in function:handle_reply
    [all...]
  /src/sys/kern/
kern_kthread.c 68 vaddr_t uaddr; local in function:kthread_create
74 uaddr = uvm_uarea_system_alloc(
76 if (uaddr == 0) {
79 kmsan_orig((void *)uaddr, USPACE, KMSAN_TYPE_POOL, __RET_ADDR);
86 error = lwp_create(&lwp0, &proc0, uaddr, LWP_DETACHED, NULL,
89 uvm_uarea_system_free(uaddr);
kern_fork.c 264 vaddr_t uaddr; local in function:fork1
313 uaddr = uvm_uarea_alloc();
314 if (__predict_false(uaddr == 0)) {
324 uvm_uarea_free(uaddr);
493 lwp_create(l1, p2, uaddr, (flags & FORK_PPWAIT) ? LWP_VFORK : 0,
sys_lwp.c 106 vaddr_t uaddr; local in function:do_lwp_create
111 uaddr = uvm_uarea_alloc();
112 if (__predict_false(uaddr == 0))
115 error = lwp_create(l, p, uaddr, flags & LWP_DETACHED, NULL, 0,
118 uvm_uarea_free(uaddr);
sys_aio.c 185 vaddr_t uaddr; local in function:aio_procinit
200 uaddr = uvm_uarea_alloc();
201 if (uaddr == 0) {
205 error = lwp_create(curlwp, p, uaddr, 0, NULL, 0, aio_worker,
208 uvm_uarea_free(uaddr);
sys_futex.c 287 * futex_load(uaddr, kaddr)
289 * Perform a single atomic load to read *uaddr, and return the
290 * result in *kaddr. Return 0 on success, EFAULT if uaddr is not
294 futex_load(int *uaddr, int *kaddr)
296 return ufetch_int((u_int *)uaddr, (u_int *)kaddr);
300 * futex_test(uaddr, expected)
302 * True if *uaddr == expected. False if *uaddr != expected, or if
303 * uaddr is not mapped.
306 futex_test(int *uaddr, int expected
1831 int *uaddr; local in function:release_futex
    [all...]
kern_exec.c 2577 vaddr_t uaddr = 0; local in function:do_posix_spawn
2608 uaddr = uvm_uarea_alloc();
2609 if (__predict_false(uaddr == 0)) {
2751 lwp_create(l1, p2, uaddr, 0, NULL, 0, spawn_return, spawn_data,
2869 if (uaddr != 0)
2870 uvm_uarea_free(uaddr);
  /src/sys/external/bsd/libnv/dist/
nv_kern_netbsd.c 107 void *buf, *uaddr; local in function:nvlist_copyout
121 uaddr = NULL;
123 error = uvm_mmap_anon(p, &uaddr, rlen);
127 error = copyout(buf, uaddr, len);
129 uvm_unmap(&p->p_vmspace->vm_map, (vaddr_t)uaddr,
130 (vaddr_t)uaddr + rlen);
134 nref->buf = uaddr;
  /src/common/lib/libprop/
prop_kern.c 526 void *uaddr; local in function:prop_object_copyout
536 uaddr = NULL;
537 error = uvm_mmap_anon(p, &uaddr, rlen);
539 error = copyout(buf, uaddr, len);
541 pref->pref_plist = uaddr;
  /src/sys/compat/linux/common/
linux_sched.c 263 vaddr_t uaddr; local in function:linux_clone_nptl
273 uaddr = uvm_uarea_alloc();
274 if (__predict_false(uaddr == 0)) {
278 error = lwp_create(l, p, uaddr, LWP_DETACHED,
283 uvm_uarea_free(uaddr);
  /src/sys/external/bsd/ipf/netinet/
ip_rpcb_pxy.c 752 char uaddr[24]; local in function:ipf_p_rpcb_modreq
762 bzero(uaddr, sizeof(uaddr)); /* Just in case we need padding. */
763 snprintf(uaddr, sizeof(uaddr),
766 len = strlen(uaddr);
779 COPYBACK(m, off, xlen, uaddr);
1266 char uaddr[24]; local in function:ipf_p_rpcb_modv3
1275 bzero(uaddr, sizeof(uaddr)); /* Just in case we need padding. *
1325 char uaddr[24]; local in function:ipf_p_rpcb_modv4
    [all...]
  /src/lib/libc/rpc/
rpcb_clnt.c 219 char *uaddr)
225 /* uaddr may be NULL */
234 ad_cache->ac_uaddr = uaddr ? strdup(uaddr) : NULL;
237 (uaddr && !ad_cache->ac_uaddr)) {
1203 char *uaddr = NULL; local in function:rpcb_taddr2uaddr
1221 (xdrproc_t) xdr_wrapstring, (char *)(void *)&uaddr, tottimeout)
1227 return (uaddr);
1235 rpcb_uaddr2taddr(struct netconfig *nconf, char *uaddr)
1246 if (uaddr == NULL)
    [all...]
svc_dg.c 486 char *uaddr; local in function:cache_set
534 uaddr = taddr2uaddr(nconf, &xprt->xp_rtaddr);
539 uc->uc_proc, uaddr);
540 free(uaddr);
578 char *uaddr; local in function:cache_get
601 uaddr = taddr2uaddr(nconf, &xprt->xp_rtaddr);
607 msg->rm_call.cb_proc, uaddr);
608 free(uaddr);
  /src/lib/libc/net/
gethnamaddr.c 684 const u_char *uaddr = (const u_char *)addr; local in function:gethostbyaddr_r
706 uaddr += NS_IN6ADDRSZ - NS_INADDRSZ;
707 addr = uaddr;
734 default_dns_files, uaddr, len, af) != NS_SUCCESS)
1003 const unsigned char *uaddr; local in function:_dns_gethtbyaddr
1012 uaddr = va_arg(ap, unsigned char *);
1019 (uaddr[3] & 0xff), (uaddr[2] & 0xff),
1020 (uaddr[1] & 0xff), (uaddr[0] & 0xff))
1237 const unsigned char *uaddr; local in function:_yp_gethtbyaddr
    [all...]
  /src/usr.bin/rpcinfo/
rpcinfo.c 602 const char *uaddr; local in function:reply_proc
614 if (!(uaddr = uf = taddr2uaddr(nconf, who))) {
615 uaddr = unknown;
617 (void)printf("%s\t%s\n", uaddr, hostname);
1266 /* Convert the uaddr to taddr */
  /src/sys/dev/pci/qat/
qat_ae.c 422 u_int uaddr, ustore_addr; local in function:qat_aereg_rel_data_read
514 uaddr = 0 | USTORE_ADDRESS_ECS;
517 qat_ae_write_4(sc, ae, USTORE_ADDRESS, uaddr);
529 qat_ae_write_4(sc, ae, USTORE_ADDRESS, uaddr);
1346 qat_ae_ucode_write(struct qat_softc *sc, u_char ae, u_int uaddr, u_int ninst,
1354 uaddr |= USTORE_ADDRESS_ECS;
1356 qat_ae_write_4(sc, ae, USTORE_ADDRESS, uaddr);
1374 qat_ae_ucode_read(struct qat_softc *sc, u_char ae, u_int uaddr, u_int ninst,
1400 KASSERT(uaddr + ninst <= USTORE_SIZE);
1405 uaddr |= USTORE_ADDRESS_ECS; /* enable ecs bit *
    [all...]
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 363 char *uaddr; local in function:nlm_get_rpc
425 uaddr = NULL;
428 (xdrproc_t) xdr_wrapstring, &uaddr, timo);
438 a = __rpc_uaddr2taddr_af(ss.ss_family, uaddr);
446 xdr_free((xdrproc_t) xdr_wrapstring, &uaddr);
1443 char uaddr[128]; local in function:nlm_register_services
1481 error = copyinstr(up, uaddr, sizeof(uaddr),
1493 NLM_PROG, versions[i], uaddr, nconf);

Completed in 30 milliseconds