| /netbsd-src/sys/sys/ |
| H A D | gennameih.awk | 52 namei="namei.h" 58 printheader(namei) 64 print $0 > namei 72 print $0 > namei 76 printf "\n/* Definitions match above, but with NAMEI_ prefix */\n">namei 80 print "#define " nameifl[j] > namei 83 printf "\n#endif /* !_SYS_NAMEI_H_ */\n" > namei
|
| H A D | namei.src | 1 /* $NetBSD: namei.src,v 1.65 2024/07/01 00:58:05 christos Exp $ */ 31 * @(#)namei.h 8.5 (Berkeley) 8/20/94 51 * To call namei, first set up a pathbuf with pathbuf_create or 52 * pathbuf_copyin, then do NDINIT(), then call namei, then AFTER THE 89 uint32_t cn_nameiop; /* namei operation */ 90 uint32_t cn_flags; /* flags to namei */ 100 * Encapsulation of namei parameters. 104 * Arguments to namei/lookup. 120 * Shared between namei and lookup/commit routines. 134 * namei operations [all …]
|
| H A D | Makefile | 34 namei.h null.h \ 73 namei: namei.src gennameih.awk 74 ${TOOL_AWK} -f gennameih.awk < namei.src 71 namei: namei.src gennameih.awk global() target
|
| H A D | namei.h | 301 int namei(struct nameidata *);
|
| /netbsd-src/share/doc/papers/kernmalloc/ |
| H A D | spell.ok | 45 namei
|
| /netbsd-src/sys/kern/ |
| H A D | subr_emul.c | 133 error = namei(&nd); in emul_find_interp()
|
| H A D | tty_bsdpty.c | 136 if ((error = namei(&nd)) != 0) { in pty_allocvp()
|
| H A D | vnode_if.src | 50 # parameter, the flags required for the initial namei() call are listed. 51 # Additional flags may be added to the namei() call, but these are required.
|
| H A D | vfs_syscalls.c | 102 #include <sys/namei.h> 251 error = namei(ndp); in fd_nameiat() 687 if ((error = namei(&nd)) != 0) { in sys_unmount() 1728 if ((error = namei(&nd)) != 0) { 2114 error = namei(&nd); in sys___getfh30() 2819 error = namei(&nd); in sys_unlink() 3356 if ((error = namei(&nd)) != 0) { 4065 * Let's keep it that way at least until the namei interfaces in do_sys_utimensat() 4457 * locked yet, but (a) namei is insane, and (b) VOP_RENAME is in do_sys_renameat() 4493 * namei becaus in do_sys_renameat() [all...] |
| /netbsd-src/doc/roadmaps/ |
| H A D | mess | 32 1. namei, ufs_lookup, vfs_rename 49 1. namei, ufs_lookup, vfs_rename 51 namei is central to everything and it's been horrible since at least 62 once those are done a lot of the complexity currently in namei and in
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_fd.c | 78 error = namei(&nd); in netbsd32___getfh30()
|
| /netbsd-src/usr.bin/make/filemon/ |
| H A D | filemon_ktrace.c | 114 char namei[PATH_MAX]; member 461 S->path[S->i++] = strndup(F->payload.namei, in filemon_dispatch() 462 sizeof F->payload.namei); in filemon_dispatch()
|
| /netbsd-src/sys/rump/librump/rumpvfs/ |
| H A D | rumpvfs.ifspec | 31 int |namei |uint32_t, uint32_t, const char *, \
|
| H A D | rump_vfs.c | 253 rv = namei(&nd); in rump_namei()
|
| /netbsd-src/sys/miscfs/nullfs/ |
| H A D | null_vfsops.c | 131 if ((error = namei(&nd)) != 0) { in nullfs_mount()
|
| /netbsd-src/sys/miscfs/umapfs/ |
| H A D | umap_vfsops.c | 128 if ((error = namei(&nd)) != 0) { in umapfs_mount()
|
| /netbsd-src/share/man/man9/ |
| H A D | Makefile | 43 namei.9 nullop.9 opencrypto.9 optstr.9 \ 593 MLINKS+=namei.9 lookup.9 \ 594 namei.9 relookup.9 \ 595 namei.9 NDINIT.9
|
| /netbsd-src/sys/compat/common/ |
| H A D | vfs_syscalls_30.c | 364 error = namei(&nd); in compat_30_sys_getfh()
|
| /netbsd-src/doc/ |
| H A D | RESPONSIBLE | 226 namei dholland
|
| /netbsd-src/external/cddl/osnet/sys/kern/ |
| H A D | ddi.c | 163 error = namei(&nd); in do_rmdirp()
|
| /netbsd-src/sys/fs/unionfs/ |
| H A D | unionfs_vfsops.c | 177 if ((error = namei(ndp))) { in unionfs_mount()
|
| /netbsd-src/sys/fs/efs/ |
| H A D | efs_vfsops.c | 205 if ((err = namei(&devnd))) { in efs_mount()
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfs_commonport.c | 231 error = namei(ndp); in nfsrv_lookupfilename()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_export.c | 261 error = namei(&nd); in mountd_set_exports_list()
|
| /netbsd-src/sys/dev/ |
| H A D | kloader.c | 606 error = namei(&nid); in kloader_open()
|