Home
last modified time | relevance | path

Searched refs:otdp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_terminfo_skel.c90 const termio_desc_t *otdp = tdp; in restartterm() local
94 tdp = otdp; /* restore old terminal settings */ in restartterm()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c2994 const fs_operation_trans_def_t *otdp; in vn_matchopval() local
3000 for (otdp = vn_ops_table; otdp->name != NULL; otdp++) { in vn_matchopval()
3001 if (MATCHNAME(otdp->name, vopname)) { in vn_matchopval()
3003 ((char *)(vop) + otdp->offset); in vn_matchopval()