Home
last modified time | relevance | path

Searched refs:copyinstr (Results 1 – 25 of 73) sorted by relevance

123

/titanic_44/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.struct.d66 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.d67 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)));
/titanic_44/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);
/titanic_44/usr/src/cmd/smbsrv/dtrace/
H A Dmsrpc.d181 printf("%s", copyinstr(arg0));
229 printf("%s", copyinstr(arg1));
408 copyinstr(arg0),
409 copyinstr(arg1),
410 copyinstr(arg2));
416 copyinstr(arg0),
417 copyinstr(arg1),
418 copyinstr(arg2),
419 copyinstr(arg3));
/titanic_44/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.copyin.d46 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));
/titanic_44/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);
/titanic_44/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c455 error = copyinstr(args.opts, strbuff, sizeof (strbuff), in auto_mount()
477 error = copyinstr(args.map, strbuff, sizeof (strbuff), in auto_mount()
538 error = copyinstr(args.path, strbuff, sizeof (strbuff), &len); in auto_mount()
553 error = copyinstr(args.opts, strbuff, sizeof (strbuff), &len); in auto_mount()
570 error = copyinstr(args.map, strbuff, sizeof (strbuff), &len); in auto_mount()
585 error = copyinstr(args.subdir, strbuff, sizeof (strbuff), &len); in auto_mount()
600 error = copyinstr(args.key, strbuff, sizeof (strbuff), &len); in auto_mount()
/titanic_44/usr/src/uts/sun4/ml/
H A Dcopy.s127 copyinstr(const char *uaddr, char *kaddr, size_t maxlength,
133 ENTRY(copyinstr)
196 SET_SIZE(copyinstr)
/titanic_44/usr/src/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyinstr.d45 os = copyinstr((uintptr_t)&`utsname);
/titanic_44/usr/src/cmd/dtrace/demo/user/
H A Dbadopen.d30 self->path = copyinstr(arg0);
/titanic_44/usr/src/uts/common/io/
H A Ddump.c171 if ((error = copyinstr((char *)arg, pathbuf, MAXPATHLEN, in dump_ioctl()
196 if ((error = copyinstr((char *)arg, uuidbuf, sizeof (uuidbuf), in dump_ioctl()
/titanic_44/usr/src/cmd/dtrace/demo/struct/
H A Dkstat.d37 copyinstr(self->ksname), this->ksp->value.ui64);
/titanic_44/usr/src/lib/libfakekernel/common/
H A Dcopy.c23 copyinstr(const char *src, char *dst, size_t max_len, size_t *copied) in copyinstr() function
/titanic_44/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)));
/titanic_44/usr/src/uts/common/syscall/
H A Dsysteminfo.c222 if ((error = copyinstr(buf, name, SYS_NMLN, &len)) != 0) in systeminfo()
255 if ((error = copyinstr(buf, name, SYS_NMLN, &len)) != 0) in systeminfo()
H A Dsysfs.c93 retval = copyinstr(fsname, fsbuf, FSTYPSZ, &len); in sysfsind()
H A Dsymlink.c90 if ((error = copyinstr(target, tbuf, MAXPATHLEN, &tlen)) == 0) { in symlinkat()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/syscall/
H A Dtst.openret.ksh38 /self->p && copyinstr(self->p) == "shajirosan"/
/titanic_44/usr/src/cmd/dtrace/demo/spec/
H A Dspecopen.d46 printf("%s", stringof(copyinstr(arg0)));
/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c230 if (copyinstr(pnp, propname, OBP_MAXPROPNAME - 1, NULL)) in fco_getproplen()
277 if (copyinstr(pnp, propname, OBP_MAXPROPNAME - 1, NULL)) in fco_getprop()
548 if (copyinstr(s, nodename, OBP_MAXPROPNAME - 1, NULL)) in fco_new_device()
553 if (copyinstr(s, unit_address, OBP_MAXPATHLEN - 1, NULL)) { in fco_new_device()
709 if (copyinstr(pnp, propname, OBP_MAXPROPNAME - 1, NULL)) in fco_create_property()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d35 this->j = copyinstr(arg0);
/titanic_44/usr/src/cmd/smbsrv/fksmbd/
H A DWatch-pipesvc.d61 printf("ndo_trace: %s", copyinstr(arg0));
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c456 (void) copyinstr(uap->dir, tmpstr, MAXPATHLEN, &strl); in cachefs_mount()
474 (void) copyinstr((char *)STRUCT_FGETP(map, cfs_hostname), in cachefs_mount()
492 (void) copyinstr((char *)STRUCT_FGETP(map, cfs_backfsname), in cachefs_mount()
654 if (copyinstr(umountpoint, mountpoint, MAXPATHLEN, &len) != 0) in cachefs_kstat_mount()
658 if (copyinstr(ucachedir, cachedir, MAXPATHLEN, &len) != 0) in cachefs_kstat_mount()
663 if (copyinstr(ubackfs, backfs, MAXPATHLEN, &len) != 0) in cachefs_kstat_mount()

123