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

123

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1267 if (copyinstr(kex->ex_path, pathbuf, MAXPATHLEN, &kex->ex_pathlen)) {
1282 if (copyinstr(kex->ex_log_buffer, log_buffer, MAXPATHLEN,
1295 if (copyinstr(kex->ex_tag, tagbuf, MAXPATHLEN,
2600 * copyinstr copies the complete string including the NULL and
2604 if (error = copyinstr(kex->ex_index, index, sizeof (index), &len))
H A Dnfs_log.c1140 error = copyinstr((const char *)STRUCT_FGETP(uap, buff),
1898 error = copyinstr(fname, namebuf, MAXPATHLEN, &len);
H A Dnfs4_vfsops.c531 error = copyinstr(knconf->knc_protofmly, pf, KNC_STRSIZE, NULL);
539 error = copyinstr(knconf->knc_proto, p, KNC_STRSIZE, NULL);
593 error = copyinstr(STRUCT_FGETP(args, hostname),
634 if (copyinstr(STRUCT_FGETP(args, netname), netname,
H A Dnfs_server.c448 error = copyinstr((const char *)STRUCT_FGETP(uap, netid), buf,
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dcopy.s2265 copyinstr(const char *uaddr, char *kaddr, size_t maxlength,
2273 ENTRY(copyinstr) function
2331 SET_SIZE(copyinstr)
2338 ENTRY(copyinstr) function
2371 SET_SIZE(copyinstr)
3130 .string "copyinstr: kaddr argument not in kernel address space"
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2476 if ((err = copyinstr(zone_bootargs, buf, BOOTARGS_MAX, NULL)) != 0)
2563 if ((err = copyinstr(zone_fs_allowed, buf,
2585 if ((err = copyinstr(zone_initname, initname, INITNAME_SZ, &len)) != 0)
2616 if ((err = copyinstr(new_class, sched_class, PC_CLNMSZ, NULL)) != 0)
3494 if ((err = copyinstr(uname, kname, ZONENAME_MAX, &len)) != 0) {
6404 if ((err = copyinstr(zone_name, kname, ZONENAME_MAX, NULL)) != 0) {
H A Dsunndi.c342 if (copyinstr(dcp->c_nodename, cpybuf, MAXNAMELEN, 0) != 0) {
353 if (copyinstr(dcp->c_unitaddr, cpybuf, MAXNAMELEN, 0) != 0) {
H A Dstreamio.c3723 error = (copyflag & U_TO_K ? copyinstr : copystr)((void *)arg,
3774 error = (copyflag & U_TO_K ? copyinstr : copystr)((void *)arg,
4048 error = (copyflag & U_TO_K ? copyinstr :
4211 error = (copyflag & U_TO_K ? copyinstr :
H A Dexec.c1534 error = copyinstr(sp, args->stk_strp, STK_AVAIL(args), &len);
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1572 error = copyinstr(cptr, pbuf + start, MAXPATHLEN - start, &len);
1583 if ((error = copyinstr(cptr, tagbuf, MAX_MNTOPT_TAG, &len))) {
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c722 error = copyinstr(sr.sr_name, swapname, MAXPATHLEN, 0);
1016 error = copyinstr((caddr_t)(uintptr_t)sr.sr_name,
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1108 if (copyinstr(fc_cell2ptr(name_virt), name,
1153 if (copyinstr(fc_cell2ptr(virt), name,
/illumos-gate/usr/src/uts/common/io/
H A Dopenprom.c1123 if ((error = copyinstr(((caddr_t)arg + sizeof (uint_t)),
H A Dmem.c723 if ((err = copyinstr((char *)mem_name.m_name, (char *)name,
H A Ddevinfo.c769 if (copyinstr((void *)arg, all->req_path,
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kshare.c132 error = copyinstr(arg, str, MAXPATHLEN, NULL);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1827 if (copyinstr(fc_cell2ptr(dropin_name_virt), dropin_name,
1877 if (copyinstr(fc_cell2ptr(virt), dropin_name,
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1199 error = copyinstr(uap->fstype, fsname,
1241 error = copyinstr(opts, inargs, (size_t)optlen,
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6035 error = ((mode & FKIOCTL) ? copystr : copyinstr)(
6173 error = ((mode & FKIOCTL) ? copystr : copyinstr)(
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c304 if (copyinstr((void *)(uintptr_t)zc->zc_history,

Completed in 243 milliseconds

123