Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kdp/
H A Dkdp_udp.c1836 char *vptr; in kdp_get_xnu_version() local
1846 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()
/xnu-11417.140.69/bsd/sys/
H A Dbsdtask_info.h125 void bsd_threadcdir(void * uth, void *vptr, int *vidp);
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c1028 bsd_threadcdir(void * uth, void *vptr, int *vidp) in bsd_threadcdir() argument
1032 vnode_t *vpp = (vnode_t *)vptr; in bsd_threadcdir()
/xnu-11417.140.69/makedefs/
H A DMakeInc.def665 UBSAN_DISABLED += vptr function # requires unsupported C++ runtime