Searched refs:get_pathbuff (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfsevents.h166 char *get_pathbuff(void);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c136 extern char * get_pathbuff(void);
556 namep = get_pathbuff();
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c629 pathbuff = get_pathbuff();
2287 get_pathbuff(void) function
2405 * The get_pathbuff and release_pathbuff routines are used in places not
2412 get_pathbuff(void) function
H A Dvfs_syscalls.c126 (x) = get_pathbuff();
3857 new_link_path = get_pathbuff();
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c2448 if ((path = get_pathbuff()) && !vn_getpath(vp, path, &plen)) {
2945 from_name = get_pathbuff();
2950 to_name = from_name ? get_pathbuff() : NULL;
3207 target_path = get_pathbuff();
3797 if ((path = get_pathbuff()) && !vn_getpath(vp, path, &plen)) {

Completed in 103 milliseconds