Searched refs:vptr (Results 1 – 4 of 4) sorted by relevance
1836 char *vptr; in kdp_get_xnu_version() local1846 vptr = vstr + 4; /* Begin after "xnu-" */ in kdp_get_xnu_version()1847 while (*vptr && (isdigit(*vptr) || *vptr == '.')) { in kdp_get_xnu_version()1848 vptr++; in kdp_get_xnu_version()1850 *vptr = '\0'; in kdp_get_xnu_version()1852 if (*(--vptr) == '.') { in kdp_get_xnu_version()1853 *vptr = '\0'; in kdp_get_xnu_version()
125 void bsd_threadcdir(void * uth, void *vptr, int *vidp);
1052 bsd_threadcdir(void * uth, void *vptr, int *vidp) in bsd_threadcdir() argument1056 vnode_t *vpp = (vnode_t *)vptr; in bsd_threadcdir()
719 UBSAN_DISABLED += vptr function # requires unsupported C++ runtime