Home
last modified time | relevance | path

Searched refs:vtop (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dvar.c16 static variable_t *vtop = NULL; variable
27 for (v = vtop; v != NULL; v = v->v_next)
172 v->v_next = vtop;
173 vtop = v;
/titanic_41/usr/src/cmd/savecore/
H A Dsavecore.c450 mem_vtop_t vtop; in build_dump_map() local
467 Fread(&vtop, sizeof (mem_vtop_t), in); in build_dump_map()
471 if (pfn == vtop.m_pfn) in build_dump_map()
473 if (pfn < vtop.m_pfn) in build_dump_map()
478 if (pfn != vtop.m_pfn) { in build_dump_map()
482 vtop.m_pfn, (void *)vtop.m_as, vtop.m_va); in build_dump_map()
486 dmp[i].dm_as = vtop.m_as; in build_dump_map()
487 dmp[i].dm_va = (uintptr_t)vtop.m_va; in build_dump_map()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex316 \vtop to0pt{%
664 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
688 \setbox\groupbox = \vtop\bgroup
698 % The \vtop produces a box with normal height and large depth; thus, TeX puts
707 \egroup % End the \vtop.
741 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak
759 \vtop to #1\mil{\strut\vfil}%
816 \vtop to \strutdepth{%
1766 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
2744 % \vtop will set a single line and will also let text wrap and
[all …]