/titanic_44/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.struct.d | 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 D | tst.typedef.d | 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)));
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/uctf/ |
H A D | tst.chasestrings.ksh | 47 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 D | msrpc.d | 181 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 D | tst.copyin.d | 46 printf("envp[0] = \"%s\"", copyinstr(envp)); 54 printf("envp[0] = \"%s\"", copyinstr(envp));
|
H A D | tst.copyinto.d | 45 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 D | vscan.d | 431 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 D | auto_vfsops.c | 455 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 D | copy.s | 127 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 D | tst.badcopyinstr.d | 45 os = copyinstr((uintptr_t)&`utsname);
|
/titanic_44/usr/src/cmd/dtrace/demo/user/ |
H A D | badopen.d | 30 self->path = copyinstr(arg0);
|
/titanic_44/usr/src/uts/common/io/ |
H A D | dump.c | 171 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 D | kstat.d | 37 copyinstr(self->ksname), this->ksp->value.ui64);
|
/titanic_44/usr/src/lib/libfakekernel/common/ |
H A D | copy.c | 23 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 D | kstat.d | 48 this->str = copyinstr(self->ksname);
|
H A D | specopen.d | 46 printf("%s", stringof(copyinstr(arg0)));
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | systeminfo.c | 222 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 D | sysfs.c | 93 retval = copyinstr(fsname, fsbuf, FSTYPSZ, &len); in sysfsind()
|
H A D | symlink.c | 90 if ((error = copyinstr(target, tbuf, MAXPATHLEN, &tlen)) == 0) { in symlinkat()
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/syscall/ |
H A D | tst.openret.ksh | 38 /self->p && copyinstr(self->p) == "shajirosan"/
|
/titanic_44/usr/src/cmd/dtrace/demo/spec/ |
H A D | specopen.d | 46 printf("%s", stringof(copyinstr(arg0)));
|
/titanic_44/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 230 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 D | tst.usdt.d | 35 this->j = copyinstr(arg0);
|
/titanic_44/usr/src/cmd/smbsrv/fksmbd/ |
H A D | Watch-pipesvc.d | 61 printf("ndo_trace: %s", copyinstr(arg0));
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vfsops.c | 456 (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()
|