Lines Matching refs:pathname
60 typedef struct pathname { struct
69 extern void pn_alloc(struct pathname *); argument
70 extern int pn_get(char *, enum uio_seg, struct pathname *);
71 extern int pn_get_buf(char *, enum uio_seg, struct pathname *,
73 extern int pn_set(struct pathname *, char *);
74 extern int pn_insert(struct pathname *, struct pathname *, size_t);
75 extern int pn_getsymlink(vnode_t *, struct pathname *, cred_t *);
76 extern int pn_getcomponent(struct pathname *, char *);
77 extern void pn_setlast(struct pathname *);
78 extern void pn_skipslash(struct pathname *);
79 extern int pn_fixslash(struct pathname *);
80 extern int pn_addslash(struct pathname *);
81 extern void pn_free(struct pathname *);
89 extern int lookuppn(struct pathname *, struct pathname *, int follow,
91 extern int lookuppnat(struct pathname *, struct pathname *, int follow,
93 extern int lookuppnatcred(struct pathname *, struct pathname *, int follow,
96 extern int lookuppnvp(struct pathname *, struct pathname *, int follow,