Searched refs:vptr (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dbsdtask_info.h114 void bsd_threadcdir(void * uth, void *vptr, int *vidp);
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c1744 char *vptr; local
1753 vptr = vstr + 4; /* Begin after "xnu-" */
1754 while (*vptr && (isdigit(*vptr) || *vptr == '.'))
1755 vptr++;
1756 *vptr = '\0';
1758 if (*(--vptr) == '.')
1759 *vptr = '\0';
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c700 bsd_threadcdir(void * uth, void *vptr, int *vidp) argument
704 vnode_t *vpp = (vnode_t *)vptr;

Completed in 31 milliseconds