Symbol: copyinstr
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
599
error = copyinstr(opts, inargs, (size_t)optlen,
usr/src/uts/common/c2/audit_event.c
1782
if (copyinstr((caddr_t)u_fstype, (caddr_t)fstype, MAXNAMELEN, &len))
usr/src/uts/common/c2/audit_event.c
1799
if (copyinstr(STRUCT_FGETP(nfsargs, hostname),
usr/src/uts/common/c2/audit_event.c
1827
if (copyinstr(umount_dir, (caddr_t)dir_path,
usr/src/uts/common/c2/audit_event.c
3425
if (copyinstr((caddr_t)buf, name, SYS_NMLN, &len))
usr/src/uts/common/c2/audit_event.c
3446
if (copyinstr((caddr_t)buf, name, SYS_NMLN, &len))
usr/src/uts/common/c2/audit_event.c
3529
if (copyinstr((caddr_t)fname, filenamep, MOD_MAXPATH, 0)) {
usr/src/uts/common/c2/audit_event.c
3615
if (copyinstr(STRUCT_FGETP(alias, a_name), name,
usr/src/uts/common/c2/audit_event.c
4133
if (copyinstr((caddr_t)uap->arg4, buf, buflen,
usr/src/uts/common/c2/audit_event.c
4153
if (copyinstr((caddr_t)uap->arg1, buf, buflen, &size)) {
usr/src/uts/common/fs/autofs/auto_vfsops.c
458
error = copyinstr(args.opts, strbuff, sizeof (strbuff),
usr/src/uts/common/fs/autofs/auto_vfsops.c
480
error = copyinstr(args.map, strbuff, sizeof (strbuff),
usr/src/uts/common/fs/autofs/auto_vfsops.c
541
error = copyinstr(args.path, strbuff, sizeof (strbuff), &len);
usr/src/uts/common/fs/autofs/auto_vfsops.c
556
error = copyinstr(args.opts, strbuff, sizeof (strbuff), &len);
usr/src/uts/common/fs/autofs/auto_vfsops.c
573
error = copyinstr(args.map, strbuff, sizeof (strbuff), &len);
usr/src/uts/common/fs/autofs/auto_vfsops.c
588
error = copyinstr(args.subdir, strbuff, sizeof (strbuff), &len);
usr/src/uts/common/fs/autofs/auto_vfsops.c
603
error = copyinstr(args.key, strbuff, sizeof (strbuff), &len);
usr/src/uts/common/fs/dev/sdev_comm.c
459
if (copyinstr(name, strbuf, MOD_MAXPATH, 0)) {
usr/src/uts/common/fs/mntfs/mntvnops.c
1572
error = copyinstr(cptr, pbuf + start, MAXPATHLEN - start, &len);
usr/src/uts/common/fs/mntfs/mntvnops.c
1583
if ((error = copyinstr(cptr, tagbuf, MAX_MNTOPT_TAG, &len))) {
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
314
error = copyinstr(knconf->knc_protofmly, pf, KNC_STRSIZE, NULL);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
322
error = copyinstr(knconf->knc_proto, p, KNC_STRSIZE, NULL);
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
371
error = copyinstr(STRUCT_FGETP(args, hostname), netname,
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
415
if (copyinstr(STRUCT_FGETP(args, netname), netname,
usr/src/uts/common/fs/nfs/nfs3_vfsops.c
548
error = copyinstr(uap->fstype, name, FSTYPSZ, &n);
usr/src/uts/common/fs/nfs/nfs4_callback.c
1017
error = copyinstr((const char *)STRUCT_FGETP(uap, addr), uaddr,
usr/src/uts/common/fs/nfs/nfs4_callback.c
1026
error = copyinstr((const char *)STRUCT_FGETP(uap, protofmly), protofmly,
usr/src/uts/common/fs/nfs/nfs4_callback.c
1035
error = copyinstr((const char *)STRUCT_FGETP(uap, proto), proto,
usr/src/uts/common/fs/nfs/nfs4_callback.c
993
error = copyinstr((const char *)STRUCT_FGETP(uap, netid), buf,
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
533
error = copyinstr(knconf->knc_protofmly, pf, KNC_STRSIZE, NULL);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
541
error = copyinstr(knconf->knc_proto, p, KNC_STRSIZE, NULL);
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
595
error = copyinstr(STRUCT_FGETP(args, hostname),
usr/src/uts/common/fs/nfs/nfs4_vfsops.c
636
if (copyinstr(STRUCT_FGETP(args, netname), netname,
usr/src/uts/common/fs/nfs/nfs_export.c
1499
if (copyinstr(kex->ex_path, pathbuf, MAXPATHLEN, &kex->ex_pathlen)) {
usr/src/uts/common/fs/nfs/nfs_export.c
1514
if (copyinstr(kex->ex_log_buffer, log_buffer, MAXPATHLEN,
usr/src/uts/common/fs/nfs/nfs_export.c
1527
if (copyinstr(kex->ex_tag, tagbuf, MAXPATHLEN,
usr/src/uts/common/fs/nfs/nfs_export.c
2863
error = copyinstr(kex->ex_index, index, sizeof (index), &len);
usr/src/uts/common/fs/nfs/nfs_log.c
1145
error = copyinstr((const char *)STRUCT_FGETP(uap, buff),
usr/src/uts/common/fs/nfs/nfs_log.c
1899
error = copyinstr(fname, namebuf, MAXPATHLEN, &len);
usr/src/uts/common/fs/nfs/nfs_server.c
465
error = copyinstr((const char *)STRUCT_FGETP(uap, netid), buf,
usr/src/uts/common/fs/nfs/nfs_vfsops.c
324
error = copyinstr(knconf->knc_protofmly, pf, KNC_STRSIZE, NULL);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
332
error = copyinstr(knconf->knc_proto, p, KNC_STRSIZE, NULL);
usr/src/uts/common/fs/nfs/nfs_vfsops.c
390
error = copyinstr(STRUCT_FGETP(args, hostname), netname,
usr/src/uts/common/fs/nfs/nfs_vfsops.c
434
if (copyinstr(STRUCT_FGETP(args, netname), netname,
usr/src/uts/common/fs/nfs/nfs_vfsops.c
563
error = copyinstr(uap->fstype, name, FSTYPSZ, &n);
usr/src/uts/common/fs/pathname.c
112
error = copyinstr(str, pnp->pn_path, bufsize, &pnp->pn_pathlen);
usr/src/uts/common/fs/sharefs/sharetab.c
54
if (copyinstr(STRUCT_FGETP(u_sh, sh_##field), \
usr/src/uts/common/fs/smbsrv/smb_kshare.c
134
error = copyinstr(arg, str, MAXPATHLEN, NULL);
usr/src/uts/common/fs/sockfs/socksyscalls.c
123
if ((error = copyinstr(devpath, buf,
usr/src/uts/common/fs/sockfs/socksyscalls.c
1715
if ((error = copyinstr(name, buf, MAXPATHLEN, &pathlen)) != 0) {
usr/src/uts/common/fs/sockfs/socksyscalls.c
1759
if ((error = copyinstr(uname, kname, SOF_MAXNAMELEN, &len)) != 0)
usr/src/uts/common/fs/sockfs/socksyscalls.c
1792
if ((error = copyinstr(uname, ent->sofe_name, SOF_MAXNAMELEN,
usr/src/uts/common/fs/sockfs/socksyscalls.c
1822
if ((error = copyinstr(filprop.sfp_modname, ent->sofe_modname,
usr/src/uts/common/fs/sockfs/socksyscalls.c
1845
if ((error = copyinstr(filprop.sfp_hintarg, hintbuf,
usr/src/uts/common/fs/sockfs/socktpi.c
5920
error = ((mode & FKIOCTL) ? copystr : copyinstr)(
usr/src/uts/common/fs/sockfs/socktpi.c
6058
error = ((mode & FKIOCTL) ? copystr : copyinstr)(
usr/src/uts/common/fs/vfs.c
1200
error = copyinstr(uap->fstype, fsname,
usr/src/uts/common/fs/vfs.c
1242
error = copyinstr(opts, inargs, (size_t)optlen,
usr/src/uts/common/fs/zfs/zfs_ioctl.c
376
if (copyinstr((void *)(uintptr_t)zc->zc_history,
usr/src/uts/common/io/bl.c
151
if (copyinstr(blr.bl_class, class, sizeof (class), NULL) != 0)
usr/src/uts/common/io/cpuid_drv.c
165
copyinstr(ustr, areq, sizeof (areq), NULL) != 0)
usr/src/uts/common/io/devinfo.c
771
if (copyinstr((void *)arg, all->req_path,
usr/src/uts/common/io/dump.c
171
if ((error = copyinstr((char *)arg, pathbuf, MAXPATHLEN,
usr/src/uts/common/io/dump.c
196
if ((error = copyinstr((char *)arg, uuidbuf, sizeof (uuidbuf),
usr/src/uts/common/io/mem.c
766
if ((err = copyinstr((char *)mem_name.m_name, (char *)name,
usr/src/uts/common/io/openprom.c
1021
if ((error = copyinstr(((caddr_t)arg + sizeof (uint_t)),
usr/src/uts/common/io/pm.c
1006
ret = copyinstr((char *)(uintptr_t)
usr/src/uts/common/io/pm.c
1089
if (copyinstr((void *)(uintptr_t)
usr/src/uts/common/io/pm.c
1122
ret = copyinstr((char *)req.physpath, who,
usr/src/uts/common/io/pm.c
1189
if (copyinstr((caddr_t)req.data,
usr/src/uts/common/io/pm.c
2589
if (copyinstr((void *)(uintptr_t)psa32.pms_listname,
usr/src/uts/common/io/pm.c
2598
if (copyinstr((void *)(uintptr_t)psa32.pms_manufacturer,
usr/src/uts/common/io/pm.c
2607
if (copyinstr((void *)(uintptr_t)psa32.pms_product,
usr/src/uts/common/io/pm.c
2625
if (copyinstr(psa.pms_listname,
usr/src/uts/common/io/pm.c
2633
if (copyinstr(psa.pms_manufacturer,
usr/src/uts/common/io/pm.c
2641
if (copyinstr(psa.pms_product,
usr/src/uts/common/io/ppm/ppm.c
474
ret = copyinstr(
usr/src/uts/common/io/ppm/ppm.c
553
ret = copyinstr(
usr/src/uts/common/io/ppm/ppm.c
605
ret = copyinstr(STRUCT_FGETP(bydom, domain), domain,
usr/src/uts/common/io/ppm/ppm.c
694
ret = copyinstr(
usr/src/uts/common/io/sysmsg.c
577
error = copyinstr((caddr_t)arg, infop, size, NULL);
usr/src/uts/common/kmdb/kdrv.c
111
if ((rc = copyinstr((caddr_t)arg, cfg, KDRV_CFG_MAXLEN, &got)) != 0) {
usr/src/uts/common/os/exec.c
1618
error = copyinstr(sp, args->stk_strp, STK_AVAIL(args), &len);
usr/src/uts/common/os/modctl.c
1007
retval = copyinstr(path, pathbuf, MAXPATHLEN, &pathsz);
usr/src/uts/common/os/modctl.c
1086
error = copyinstr(path, pathbuf, MAXPATHLEN, &pathsz);
usr/src/uts/common/os/modctl.c
1116
retval = copyinstr(path, pathbuf, MAXPATHLEN, &pathsz);
usr/src/uts/common/os/modctl.c
1311
if (copyinstr(uminor_name, minor_name, MAXPATHLEN, 0)) {
usr/src/uts/common/os/modctl.c
1625
if (copyinstr(path, filename, MAXPATHLEN, 0) != 0) {
usr/src/uts/common/os/modctl.c
1663
if (copyinstr((char *)a2, filenamep, MOD_MAXPATH, 0)) {
usr/src/uts/common/os/modctl.c
2018
if ((err = copyinstr(u_drvname, drvname, MAXMODCONFNAME, 0))) {
usr/src/uts/common/os/modctl.c
2134
if ((error = copyinstr(name, pstr, PRIVNAME_MAX, 0))) {
usr/src/uts/common/os/modctl.c
2160
if ((ret = copyinstr(upath, path, pathlen, NULL)) == 0) {
usr/src/uts/common/os/modctl.c
2204
if ((ret = copyinstr(udir, dir, udirlen, NULL)) != 0)
usr/src/uts/common/os/modctl.c
2272
if ((ret = copyinstr(udir, dir, udirlen, NULL)) != 0)
usr/src/uts/common/os/modctl.c
2303
error = copyinstr(path, devpath, MAXPATHLEN, &pathsz);
usr/src/uts/common/os/modctl.c
2310
error = copyinstr(cn_name, cn_name_str, MAXNAMELEN, &namesz);
usr/src/uts/common/os/modctl.c
365
if (copyinstr(filename, filenamep, MOD_MAXPATH, 0)) {
usr/src/uts/common/os/modctl.c
947
if ((retval = copyinstr(uname, name,
usr/src/uts/common/os/streamio.c
3824
error = (copyflag & U_TO_K ? copyinstr : copystr)((void *)arg,
usr/src/uts/common/os/streamio.c
3875
error = (copyflag & U_TO_K ? copyinstr : copystr)((void *)arg,
usr/src/uts/common/os/streamio.c
4173
error = (copyflag & U_TO_K ? copyinstr :
usr/src/uts/common/os/streamio.c
4336
error = (copyflag & U_TO_K ? copyinstr :
usr/src/uts/common/os/sunndi.c
346
if (copyinstr(dcp->c_nodename, cpybuf, MAXNAMELEN, 0) != 0) {
usr/src/uts/common/os/sunndi.c
357
if (copyinstr(dcp->c_unitaddr, cpybuf, MAXNAMELEN, 0) != 0) {
usr/src/uts/common/os/tlabel.c
562
if ((error = copyinstr(path, spath, MAXPATHLEN, NULL)) != 0) {
usr/src/uts/common/os/zone.c
2501
if ((err = copyinstr(zone_bootargs, buf, BOOTARGS_MAX, NULL)) != 0)
usr/src/uts/common/os/zone.c
2588
if ((err = copyinstr(zone_fs_allowed, buf,
usr/src/uts/common/os/zone.c
2610
if ((err = copyinstr(zone_initname, initname, INITNAME_SZ, &len)) != 0)
usr/src/uts/common/os/zone.c
2641
if ((err = copyinstr(new_class, sched_class, PC_CLNMSZ, NULL)) != 0)
usr/src/uts/common/os/zone.c
3522
if ((err = copyinstr(uname, kname, ZONENAME_MAX, &len)) != 0) {
usr/src/uts/common/os/zone.c
6439
if ((err = copyinstr(zone_name, kname, ZONENAME_MAX, NULL)) != 0) {
usr/src/uts/common/rpc/sec/sec_clnt.c
207
(void) copyinstr(data->netname, netname,
usr/src/uts/common/rpc/sec/sec_clnt.c
261
error = copyinstr(knconf->knc_protofmly, pf,
usr/src/uts/common/rpc/sec/sec_clnt.c
272
error = copyinstr(knconf->knc_proto,
usr/src/uts/common/rpc/sec/sec_svc.c
267
if (copyinstr(root, netname, sizeof (netname), &len)) {
usr/src/uts/common/sys/systm.h
217
int copyinstr(const char *, char *, size_t, size_t *);
usr/src/uts/common/syscall/acctctl.c
191
if ((error = copyinstr((char *)ubuf, (char *)kbuf, bufsz, NULL)) != 0) {
usr/src/uts/common/syscall/corectl.c
316
error = copyinstr((char *)arg1, path, size, NULL);
usr/src/uts/common/syscall/rctlsys.c
245
if (copyinstr(name, kname, MAXPATHLEN, &klen) != 0) {
usr/src/uts/common/syscall/rctlsys.c
416
if (copyinstr(name, kname, MAXPATHLEN, &klen) != 0) {
usr/src/uts/common/syscall/rctlsys.c
803
if (name == NULL || copyinstr(name, kname, MAXPATHLEN, &klen) != 0) {
usr/src/uts/common/syscall/rctlsys.c
901
if (name == NULL || copyinstr(name, kname, MAXPATHLEN, &klen) != 0) {
usr/src/uts/common/syscall/symlink.c
90
if ((error = copyinstr(target, tbuf, MAXPATHLEN, &tlen)) == 0) {
usr/src/uts/common/syscall/sysfs.c
91
retval = copyinstr(fsname, fsbuf, FSTYPSZ, &len);
usr/src/uts/common/syscall/systeminfo.c
230
if ((error = copyinstr(buf, name, SYS_NMLN, &len)) != 0)
usr/src/uts/common/syscall/systeminfo.c
263
if ((error = copyinstr(buf, name, SYS_NMLN, &len)) != 0)
usr/src/uts/common/syscall/uadmin.c
478
if ((error = copyinstr((const char *)mdep, bootargs,
usr/src/uts/common/vm/vm_swap.c
1043
error = copyinstr((caddr_t)(uintptr_t)sr.sr_name,
usr/src/uts/common/vm/vm_swap.c
738
error = copyinstr(sr.sr_name, swapname, MAXPATHLEN, 0);
usr/src/uts/sun4/io/efcode/fc_ops.c
231
if (copyinstr(pnp, propname, OBP_MAXPROPNAME - 1, NULL))
usr/src/uts/sun4/io/efcode/fc_ops.c
278
if (copyinstr(pnp, propname, OBP_MAXPROPNAME - 1, NULL))
usr/src/uts/sun4/io/efcode/fc_ops.c
549
if (copyinstr(s, nodename, OBP_MAXPROPNAME - 1, NULL))
usr/src/uts/sun4/io/efcode/fc_ops.c
554
if (copyinstr(s, unit_address, OBP_MAXPATHLEN - 1, NULL)) {
usr/src/uts/sun4/io/efcode/fc_ops.c
710
if (copyinstr(pnp, propname, OBP_MAXPROPNAME - 1, NULL))
usr/src/uts/sun4/io/efcode/fcode.c
679
if (copyinstr(fc_cell2ptr(cp->svc_name), name,
usr/src/uts/sun4/io/efcode/fcpci.c
1108
if (copyinstr(fc_cell2ptr(name_virt), name,
usr/src/uts/sun4/io/efcode/fcpci.c
1153
if (copyinstr(fc_cell2ptr(virt), name,
usr/src/uts/sun4u/io/opl_cfg.c
1826
if (copyinstr(fc_cell2ptr(dropin_name_virt), dropin_name,
usr/src/uts/sun4u/io/opl_cfg.c
1876
if (copyinstr(fc_cell2ptr(virt), dropin_name,