/netbsd-src/sys/kern/ |
H A D | vfs_lookup.c | 467 ndp->ni_erootdir were referenced */ in namei_init() argument 450 struct nameidata *ndp; global() member 521 struct nameidata *ndp = state->ndp; namei_getstartdir() local 629 struct nameidata *ndp = state->ndp; namei_ktrace() local 664 struct nameidata *ndp = state->ndp; namei_start() local 726 struct nameidata *ndp = state->ndp; namei_follow() local 834 struct nameidata *ndp = state->ndp; lookup_parsepath() local 1068 struct nameidata *ndp = state->ndp; lookup_once() local 1258 struct nameidata *ndp = state->ndp; lookup_fastforward() local 1487 struct nameidata *ndp = state->ndp; namei_oneroot() local 1893 struct nameidata *ndp = state->ndp; namei_tryemulroot() local 1936 namei(struct nameidata * ndp) namei() argument 1970 lookup_for_nfsd(struct nameidata * ndp,struct vnode * forcecwd,int neverfollow) lookup_for_nfsd() argument 2014 struct nameidata *ndp = state->ndp; do_lookup_for_nfsd_index() local 2094 lookup_for_nfsd_index(struct nameidata * ndp,struct vnode * startdir) lookup_for_nfsd_index() argument [all...] |
H A D | kern_hook.c | 389 struct powerhook_desc *ndp; in powerhook_establish() local
|
/netbsd-src/lib/libc/compat/sys/ |
H A D | compat_getdents.c | 53 struct dirent *ndp, *nndp, *endp; in getdents() local
|
/netbsd-src/sys/fs/nfs/server/ |
H A D | nfs_nfsdport.c | 346 nfsvno_namei(struct nfsrv_descript *nd, struct nameidata *ndp, in nfsvno_namei() 547 nfsvno_setpathbuf(struct nameidata *ndp, char **bufpp, u_long **hashpp) in nfsvno_setpathbuf() 562 nfsvno_relpathbuf(struct nameidata *ndp) in nfsvno_relpathbuf() 786 nfsvno_createsub(struct nfsrv_descript *nd, struct nameidata *ndp, in nfsvno_createsub() 887 nfsvno_mknod(struct nameidata *ndp, struct nfsvattr *nvap, struct ucred *cred, in nfsvno_mknod() 946 nfsvno_mkdir(struct nameidata *ndp, struct nfsvattr *nvap, uid_t saved_uid, in nfsvno_mkdir() 975 nfsvno_symlink(struct nameidata *ndp, struct nfsvattr *nvap, char *pathcp, in nfsvno_symlink() 1062 nfsvno_removesub(struct nameidata *ndp, int is_v4, struct ucred *cred, in nfsvno_removesub() 1090 nfsvno_rmdirsub(struct nameidata *ndp, int is_v4, struct ucred *cred, in nfsvno_rmdirsub() 1241 nfsvno_link(struct nameidata *ndp, struct vnode *vp, struct ucred *cred, in nfsvno_link() [all …]
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_decl.c | 77 ctf_decl_node_t *cdp, *ndp; in ctf_decl_fini() local
|
/netbsd-src/sys/nfs/ |
H A D | nfs_subs.c | 1210 nfs_unlinkdircache(struct nfsnode *np, struct nfsdircache *ndp) in nfs_unlinkdircache() 1227 nfs_putdircache(struct nfsnode *np, struct nfsdircache *ndp) in nfs_putdircache() 1244 nfs_putdircache_unlocked(struct nfsnode *np, struct nfsdircache *ndp) in nfs_putdircache_unlocked() 1263 struct nfsdircache *ndp = NULL; in nfs_searchdircache() local 1329 struct nfsdircache *ndp = NULL; in nfs_enterdircache() local 1434 struct nfsdircache *ndp = NULL; in nfs_invaldircache() local
|
H A D | nfs_srvsubs.c | 119 nfs_namei(struct nameidata *ndp, nfsrvfh_t *nsfh, uint32_t len, struct nfssvc_sock *slp, struct mbu… in nfs_namei()
|
H A D | nfsnode.h | 85 NFSDC_BLKNO(ndp) global() argument 195 NFS_EOFVALID(ndp) global() argument
|
H A D | nfs_srvsocket.c | 360 struct nfsrv_descript **ndp, bool *more) in nfsrv_dorec()
|
H A D | nfs_bio.c | 87 struct nfsdircache *ndp = NULL, *nndp = NULL; in nfs_bioread() local
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-decl.c | 60 ctf_decl_node_t *cdp, *ndp; in ctf_decl_fini() local
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-decl.c | 60 ctf_decl_node_t *cdp, *ndp; in ctf_decl_fini() local
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_decl.c | 99 dt_decl_t *ndp; in dt_decl_free() local 372 dt_decl_t *ndp = ddp; in dt_decl_array() local
|
H A D | dt_open.c | 1697 dt_ident_t *idp, *ndp; in dtrace_close() local
|
/netbsd-src/sys/sys/ |
H A D | namei.h | 184 #define NDINIT(ndp, op, flags, pathbuf) { \ argument 195 #define NDAT(ndp, dir) { \ argument
|
/netbsd-src/sys/fs/unionfs/ |
H A D | unionfs_vfsops.c | 82 struct nameidata nd, *ndp; in unionfs_mount() local
|
/netbsd-src/sbin/fsck_ext2fs/ |
H A D | dir.c | 200 struct ext2fs_direct *dp, *ndp; in fsck_readdir() local
|
/netbsd-src/sys/netinet/ |
H A D | dccp_tfrc.h | 183 u_int8_t ndp; /* no data packets value */ member
|
/netbsd-src/sbin/fsck_lfs/ |
H A D | dir.c | 177 LFS_DIRHEADER *dp, *ndp; in fsck_readdir() local
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfs_commonport.c | 225 nfsrv_lookupfilename(struct nameidata *ndp, char *fname, NFSPROC_T *p) in nfsrv_lookupfilename()
|
/netbsd-src/sbin/fsck_ffs/ |
H A D | dir.c | 245 struct direct *dp, *ndp; in fsck_readdir() local
|
/netbsd-src/sys/fs/nfs/client/ |
H A D | nfs_clstate.c | 1589 struct nfscldeleg *dp, *ndp; in nfscl_expireclient() local 1885 struct nfscldeleg *dp, *ndp, *tdp; in nfscl_recover() local 2445 struct nfscldeleg *dp, *ndp; in nfscl_renewthread() local 3128 struct nfscldeleg *dp, *ndp; in nfscl_delegreturnall() local 3940 struct nfscldeleg *ndp; in nfscl_moveopen() local
|
/netbsd-src/sbin/restore/ |
H A D | dirs.c | 442 dcvt(struct odirect *odp, struct direct *ndp) in dcvt()
|
/netbsd-src/lib/libperfuse/ |
H A D | ops.c | 574 char *ndp; in readdir_last_cookie() local 608 char *ndp; in fuse_to_dirent() local 745 char *ndp; in readdir_buffered() local
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_conv.h | 852 struct dirent *ndp, *nndp, *endp; in netbsd32_to_dirent12() local
|