Searched refs:copyinstr (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.struct.d36 * Actions and Subroutines/copyinstr();
66 printf("e1 = \"%s\"\n", stringof(copyinstr(e32->e1)));
67 printf("e2 = \"%s\"\n", stringof(copyinstr(e32->e2)));
68 printf("e3 = \"%s\"\n", stringof(copyinstr(e32->e3)));
79 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1)));
80 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2)));
81 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
H A Dtst.typedef.d36 * Actions and Subroutines/copyinstr();
67 printf("e1 = \"%s\"\n", stringof(copyinstr(e32->e1)));
68 printf("e2 = \"%s\"\n", stringof(copyinstr(e32->e2)));
69 printf("e3 = \"%s\"\n", stringof(copyinstr(e32->e3)));
80 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1)));
81 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2)));
82 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.copyin.d31 * This D ditty tests the ability to perform both copyin and copyinstr. We
33 * and then copyinstr the first environment variable and print it.
36 * Actions and Subroutines/copyinstr();
37 * User Process Tracing/copyin() and copyinstr()
44 printf("envp[0] = \"%s\"", copyinstr(envp));
52 printf("envp[0] = \"%s\"", copyinstr(envp));
H A Dtst.copyinto.d45 printf("envp[0] = \"%s\"", copyinstr(*(uint32_t *)envp));
54 printf("envp[0] = \"%s\"", copyinstr(*(uint64_t *)envp));
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyinstr.d32 * between user-level and kernel-level. copyin()/copyinstr() and
35 * to perform an illegal copyinstr() from a kernel address. It asserts
37 * set to the kernel address from which the copyinstr() was attempted.
39 * SECTION: Actions and Subroutines/copyinstr();
40 * User Process Tracing/copyin() and copyinstr()
45 os = copyinstr((uintptr_t)&`utsname);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.chasestrings.ksh47 copyinstr((uintptr_t)this->t->zi_gamename), this->t->zi_ndungeons,
48 copyinstr((uintptr_t)this->t->zi_villain), this->t->zi_haszelda);
57 copyinstr((uintptr_t)this->t->zi_gamename), this->t->zi_ndungeons,
58 copyinstr((uintptr_t)this->t->zi_villain), this->t->zi_haszelda);
67 copyinstr((uintptr_t)this->t->zi_gamename), this->t->zi_ndungeons,
68 copyinstr((uintptr_t)this->t->zi_villain), this->t->zi_haszelda);
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_copy.c45 ATF_TC(copyinstr); variable
46 ATF_TC_HEAD(copyinstr, tc)
49 atf_tc_set_md_var(tc, "descr", "Tests copyinstr()");
101 ATF_TC_BODY(copyinstr, tc)
134 ATF_TP_ADD_TC(tp, copyinstr);
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh38 /self->p && copyinstr(self->p) == "shajirosan"/
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dkstat.d48 this->str = copyinstr(self->ksname);
H A Dspecopen.d46 printf("%s", stringof(copyinstr(arg0)));
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d35 this->j = copyinstr(arg0);
/freebsd-12-stable/sys/arm/arm/
H A Dcopystr.S107 ENTRY(copyinstr)
150 END(copyinstr)
/freebsd-12-stable/sys/dev/filemon/
H A Dfilemon_wrapper.c102 if ((error = copyinstr(uap->path, filemon->fname1,
165 if ((error = copyinstr(upath, filemon->fname1,
246 if (((error = copyinstr(uap->from, filemon->fname1,
248 ((error = copyinstr(uap->to, filemon->fname2,
271 if (((error = copyinstr(upath1, filemon->fname1,
273 ((error = copyinstr(upath2, filemon->fname2,
351 if ((error = copyinstr(uap->path, filemon->fname1,
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d66 STRFUNC(copyinstr(NULL, 1))
/freebsd-12-stable/sys/riscv/riscv/
H A Dcopyinout.S151 * int copyinstr(const void *udaddr, void *kaddr, size_t len, size_t *done)
153 ENTRY(copyinstr)
184 END(copyinstr)
/freebsd-12-stable/sys/security/mac/
H A Dmac_syscalls.c114 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL);
149 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL);
188 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL);
249 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL);
356 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL);
408 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL);
523 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL);
559 error = copyinstr(uap->policy, target, sizeof(target), NULL);
H A Dmac_socket.c540 error = copyinstr(mac->m_string, buffer, mac->m_buflen, NULL);
573 error = copyinstr(mac->m_string, elements, mac->m_buflen, NULL);
612 error = copyinstr(mac->m_string, elements, mac->m_buflen, NULL);
/freebsd-12-stable/share/examples/kld/cdev/module/
H A Dcdev.c158 err = copyinstr(uio->uio_iov->iov_base, &buf, 512, &len);
/freebsd-12-stable/sys/kern/
H A Dvfs_extattr.c95 error = copyinstr(uap->attrname, attrname, EXTATTR_MAXNAMELEN,
240 error = copyinstr(uap->attrname, attrname, EXTATTR_MAXNAMELEN, NULL);
300 error = copyinstr(uattrname, attrname, EXTATTR_MAXNAMELEN, NULL);
407 error = copyinstr(uap->attrname, attrname, EXTATTR_MAXNAMELEN, NULL);
465 error = copyinstr(uattrname, attrname, EXTATTR_MAXNAMELEN, NULL);
542 error = copyinstr(uap->attrname, attrname, EXTATTR_MAXNAMELEN, NULL);
597 error = copyinstr(uattrname, attrname, EXTATTR_MAXNAMELEN, NULL);
H A Dkern_loginclass.c221 error = copyinstr(uap->namebuf, lcname, sizeof(lcname), NULL);
/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Disc_subr.c73 if(copyinstr(s, p, maxlen, &len)) {
241 error = copyinstr(opt->headerDigest, buf, sizeof(buf), NULL);
251 error = copyinstr(opt->dataDigest, buf, sizeof(buf), NULL);
/freebsd-12-stable/sys/arm64/arm64/
H A Dcopyinout.S94 * int copyinstr(const void *udaddr, void *kaddr, size_t len, size_t *done)
96 ENTRY(copyinstr)
127 END(copyinstr)
/freebsd-12-stable/sys/dev/ofw/
H A Dopenpromio.c156 error = copyinstr(&oprom->oprom_array, prop, len, &done);
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clkrpc.c226 error = copyinstr(args->principal, principal,
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_socksys.c197 error = copyinstr((caddr_t)uap->ipdomainname, ptr, uap->len, NULL);

Completed in 127 milliseconds

123