Searched refs:vp (Results 1 – 5 of 5) sorted by relevance
925 struct vnode *vp; in tty_drop_ctty() local965 vp = session->s_ttyvp; in tty_drop_ctty()988 if (vp != NULL) in tty_drop_ctty()989 devfs_ctty_unref(vp); in tty_drop_ctty()
556 parse_dotted_ip(p, vp) in parse_dotted_ip() argument558 u32_t *vp;573 *vp = b;584 *vp = v;
4281 const char *vp; local4329 for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ;4332 for (vl = 0; vl < n; *tp++ = (TCHAR)vp[vl], vl++) ;
4345 const char *vp; local4393 for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ;4396 for (vl = 0; vl < n; *tp++ = (TCHAR)vp[vl], vl++) ;
Completed in 32 milliseconds