Searched refs:copystr (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | imgact_shell.c | 237 error = copystr(fname, imgp->args->begin_argv + offset, in exec_shell_imgact()
|
| H A D | vfs_lookup.c | 453 error = copystr(ndp->ni_dirp, cnp->cn_pnbuf, MAXPATHLEN, in namei_getpath() 1627 error = copystr(path, ptr, sz, &len); in kern_alternate_path()
|
| H A D | kern_exec.c | 1450 copystr(fname, args->fname, PATH_MAX, &length) : in exec_args_add_fname() 1480 copystr(str, args->endp, args->stringspace, &length) : in exec_args_add_str()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_dev.c | 272 error = copystr(dsc->name, mseg->name, len, NULL); in get_memseg() 298 error = copystr(mseg->name, name, len, NULL); in alloc_memseg()
|
| /f-stack/freebsd/sys/ |
| H A D | systm.h | 387 #define copystr(src, dst, len, outlen) ({ \ macro
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 618 copystr(const void *kfaddr, void *kdaddr, size_t len, size_t *done)
|