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

/darwin-on-arm/xnu/bsd/man/man9/
H A DMakefile12 copyinstr.9 \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_xxx.c108 error = copyinstr(uap->command,
H A Dsubr_sbuf.c373 switch (copyinstr(CAST_USER_ADDR_T(uaddr), s->s_buf + s->s_len, len + 1, &done)) {
H A Dposix_sem.c389 error = copyinstr(uap->name, pnbuf, MAXPATHLEN, &pathlen);
677 error = copyinstr(uap->name, pnbuf, MAXPATHLEN, &pathlen);
H A Dposix_shm.c402 error = copyinstr(uap->name, (void *)pnbuf, MAXPATHLEN, &pathlen);
1022 error = copyinstr(uap->name, (void *)pnbuf, MAXPATHLEN, &pathlen);
H A Dkern_exec.c270 * !0 Failure errno from copyinstr()
300 error = copyinstr(str, imgp->ip_strendp, space, &len);
359 error = copyinstr(path, imgp->ip_strings, len, &len);
H A Dkern_prot.c1941 * copyinstr:EFAULT User buffer invalid
1942 * copyinstr:EINVAL Supplied name was too long
1962 error = copyinstr(uap->namebuf,
H A Dkern_credential.c317 * copyinstr:EFAULT Bad message from user space
994 error = copyinstr(extl.el_extend, CAST_DOWN(void *, workp->kr_extend), MAXPATHLEN, &actual);
H A Dkern_descrip.c1357 if ( (error = copyinstr(argp, pathbufp, MAXPATHLEN, &pathlen)) == 0 ) {
/darwin-on-arm/xnu/osfmk/kern/
H A Dmisc_protos.h87 extern int copyinstr(
/darwin-on-arm/xnu/security/
H A Dmac_base.c1336 error = copyinstr(mac.m_string, elements, mac.m_buflen, &ulen);
1384 error = copyinstr(mac.m_string, elements, mac.m_buflen, &ulen);
1434 error = copyinstr(mac.m_string, buffer, mac.m_buflen, &ulen);
1524 error = copyinstr(mac.m_string, elements, mac.m_buflen, &ulen);
1587 error = copyinstr(mac.m_string, elements, mac.m_buflen, &ulen);
1642 error = copyinstr(mac.m_string, buffer, mac.m_buflen, &ulen);
1735 error = copyinstr(mac.m_string, elements, mac.m_buflen, &ulen);
1842 error = copyinstr(mac.m_string, elements, mac.m_buflen, &ulen);
1934 error = copyinstr(mac.m_string, buffer, mac.m_buflen, &ulen);
2047 error = copyinstr(ma
[all...]
H A Dmac_socket.c368 error = copyinstr(CAST_USER_ADDR_T(mac->m_string), buffer,
401 error = copyinstr(CAST_USER_ADDR_T(mac->m_string), elements,
438 error = copyinstr(CAST_USER_ADDR_T(mac->m_string), elements,
H A Dmac_net.c445 error = copyinstr(CAST_USER_ADDR_T(mac.m_string), elements,
491 error = copyinstr(CAST_USER_ADDR_T(mac.m_string), buffer,
H A Dmac_process.c235 error = copyinstr(CAST_USER_ADDR_T(mac.m_string), buffer, mac.m_buflen, &ulen);
/darwin-on-arm/xnu/bsd/libkern/
H A Dlibkern.h175 int copyinstr(const user_addr_t uaddr, void *kaddr, size_t len, size_t *done);
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dcopyio.c262 copyinstr(const user_addr_t user_addr, char *kernel_addr, vm_size_t nbytes, vm_size_t *lencopied) function
/darwin-on-arm/xnu/osfmk/i386/
H A Dcopyio.c501 copyinstr(const user_addr_t user_addr, char *kernel_addr, vm_size_t nbytes, vm_size_t *lencopied) function
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c318 error = copyinstr(uap->type, fstypename, MFSNAMELEN, &dummy);
369 error = copyinstr(mac.m_string, labelstr, mac.m_buflen, &ulen);
2119 error = copyinstr(uap->arg, datap, MAXPATHLEN, &fnamelen);
3789 error = copyinstr(uap->path, path, MAXPATHLEN, &dummy);
6368 error = copyinstr(uap->to, tobuf, MAXPATHLEN, &len);
8806 if ((error = copyinstr(uap->attrname, attrname, sizeof(attrname), &namelen) != 0)) {
8886 if ((error = copyinstr(uap->attrname, attrname, sizeof(attrname), &namelen) != 0)) {
8932 if ((error = copyinstr(uap->attrname, attrname, sizeof(attrname), &namelen) != 0)) {
8934 /* if the string won't fit in attrname, copyinstr emits EPERM */
8937 /* Otherwise return the default error from copyinstr t
[all...]
H A Dvfs_lookup.c149 * copyinstr:EFAULT Bad address
150 * copyinstr:ENAMETOOLONG Filename too long
237 error = copyinstr(ndp->ni_dirp, cnp->cn_pnbuf,
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c1227 int error = copyinstr((const user_addr_t)src, (char *)dst, (vm_size_t)len, &actual);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c427 error = copyinstr(uap->fname, path, MAXPATHLEN, &pathlen);
H A Dnfs_subs.c2688 error = copyinstr(unxa->nxa_fspath, path, MAXPATHLEN, &pathlen);
2757 error = copyinstr(unxa->nxa_fspath, path, MAXPATHLEN, &pathlen);
2883 error = copyinstr(unxa->nxa_exppath, path, MAXPATHLEN, &pathlen);
H A Dnfs_vfsops.c1545 error = copyinstr(args.hostname, mntfrom, MAXPATHLEN-1, &len);
/darwin-on-arm/xnu/osfmk/arm/
H A Dbcopyinout.s939 EnterARM(copyinstr)

Completed in 304 milliseconds