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

123

/illumos-gate/usr/src/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)));
/illumos-gate/usr/src/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);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.copyin.d33 * This D ditty tests the ability to perform both copyin and copyinstr. We
35 * and then copyinstr the first environment variable and print it.
38 * Actions and Subroutines/copyinstr();
39 * User Process Tracing/copyin() and copyinstr()
46 printf("envp[0] = \"%s\"", copyinstr(envp));
54 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));
/illumos-gate/usr/src/cmd/dtrace/demo/user/
H A Dbadopen.d30 self->path = copyinstr(arg0);
/illumos-gate/usr/src/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);
/illumos-gate/usr/src/cmd/dtrace/demo/struct/
H A Dkstat.d37 copyinstr(self->ksname), this->ksp->value.ui64);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh38 /self->p && copyinstr(self->p) == "shajirosan"/
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcopy.c23 copyinstr(const char *src, char *dst, size_t max_len, size_t *copied) function
/illumos-gate/usr/src/cmd/dtrace/demo/spec/
H A Dspecopen.d46 printf("%s", stringof(copyinstr(arg0)));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Dkstat.d48 this->str = copyinstr(self->ksname);
H A Dspecopen.d46 printf("%s", stringof(copyinstr(arg0)));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d35 this->j = copyinstr(arg0);
/illumos-gate/usr/src/cmd/smbsrv/dtrace/
H A Dsmbd-all.d86 printf("%s", copyinstr(arg0));
92 printf("%s", copyinstr(arg1));
98 printf("%s", copyinstr(arg1));
H A Dsmbd-pipesvc.d110 printf("ndo_trace: %s", copyinstr(arg0));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d65 STRFUNC(copyinstr(NULL, 1))
/illumos-gate/usr/src/uts/common/syscall/
H A Dsysfs.c93 retval = copyinstr(fsname, fsbuf, FSTYPSZ, &len);
H A Dsymlink.c90 if ((error = copyinstr(target, tbuf, MAXPATHLEN, &tlen)) == 0) {
H A Dsysteminfo.c222 if ((error = copyinstr(buf, name, SYS_NMLN, &len)) != 0)
255 if ((error = copyinstr(buf, name, SYS_NMLN, &len)) != 0)
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.s127 copyinstr(const char *uaddr, char *kaddr, size_t maxlength,
133 ENTRY(copyinstr) function
196 SET_SIZE(copyinstr)
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvscan.d431 copyinstr(arg0), (arg1 == 1) ? "allow" : "deny");
432 printf("types: %s\n", copyinstr(arg2));
433 printf("log: %s\n", copyinstr(arg3));
438 copyinstr(arg0), (arg1 == 1) ? "enabled" : "disabled",
439 copyinstr(arg2), arg3, arg4);
/illumos-gate/usr/src/uts/common/io/
H A Ddump.c171 if ((error = copyinstr((char *)arg, pathbuf, MAXPATHLEN,
196 if ((error = copyinstr((char *)arg, uuidbuf, sizeof (uuidbuf),
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c230 if (copyinstr(pnp, propname, OBP_MAXPROPNAME - 1, NULL))
277 if (copyinstr(pnp, propname, OBP_MAXPROPNAME - 1, NULL))
548 if (copyinstr(s, nodename, OBP_MAXPROPNAME - 1, NULL))
553 if (copyinstr(s, unit_address, OBP_MAXPATHLEN - 1, NULL)) {
709 if (copyinstr(pnp, propname, OBP_MAXPROPNAME - 1, NULL))
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c455 error = copyinstr(args.opts, strbuff, sizeof (strbuff),
477 error = copyinstr(args.map, strbuff, sizeof (strbuff),
538 error = copyinstr(args.path, strbuff, sizeof (strbuff), &len);
553 error = copyinstr(args.opts, strbuff, sizeof (strbuff), &len);
570 error = copyinstr(args.map, strbuff, sizeof (strbuff), &len);
585 error = copyinstr(args.subdir, strbuff, sizeof (strbuff), &len);
600 error = copyinstr(args.key, strbuff, sizeof (strbuff), &len);

Completed in 331 milliseconds

123