Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty.c925 struct vnode *vp; in tty_drop_ctty() local
965 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()
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dipcp.c556 parse_dotted_ip(p, vp) in parse_dotted_ip() argument
558 u32_t *vp;
573 *vp = b;
584 *vp = v;
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dipcp.c556 parse_dotted_ip(p, vp) in parse_dotted_ip() argument
558 u32_t *vp;
573 *vp = b;
584 *vp = v;
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c4281 const char *vp; local
4329 for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ;
4332 for (vl = 0; vl < n; *tp++ = (TCHAR)vp[vl], vl++) ;
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c4345 const char *vp; local
4393 for (n = 0, vp = (const char*)VolumeStr[CurrVol]; vp[n]; n++) ;
4396 for (vl = 0; vl < n; *tp++ = (TCHAR)vp[vl], vl++) ;

Completed in 33 milliseconds