Home
last modified time | relevance | path

Searched refs:pathbufp (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_descrip.c3768 char *pathbufp; in sys_fcntl_nocancel() local
3779 pathbufp = zalloc(ZV_NAMEI); in sys_fcntl_nocancel()
3782 error = vn_getpath_ext(vp, NULL, pathbufp, in sys_fcntl_nocancel()
3791 zfree(ZV_NAMEI, pathbufp); in sys_fcntl_nocancel()
3796 char *pathbufp; in sys_fcntl_nocancel() local
3807 pathbufp = zalloc(ZV_NAMEI); in sys_fcntl_nocancel()
3811 AUDIT_ARG(text, pathbufp); in sys_fcntl_nocancel()
3817 zfree(ZV_NAMEI, pathbufp); in sys_fcntl_nocancel()
4944 char *pathbufp; in sys_fcntl_nocancel() local
4955 pathbufp = zalloc(ZV_NAMEI); in sys_fcntl_nocancel()
[all …]