Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c80 #define XKB_WALK_LOCAL 0x1 macro
83 #define XKB_WALK_ALL (XKB_WALK_LOCAL | XKB_WALK_GLOBAL | XKB_WALK_STR)
856 type = XKB_WALK_LOCAL; in xkb_read_modsyms()
901 sizes[XKB_WALK_LOCAL] += sizeof (Sym); in xkb_walk_syms()
905 if (types & XKB_WALK_LOCAL) { in xkb_walk_syms()
976 XKB_WALK_LOCAL | XKB_WALK_GLOBAL | XKB_WALK_STR)) in xkb_build_ksyms()
980 xkb->xkb_namesize += sizes[XKB_WALK_LOCAL]; in xkb_build_ksyms()
1015 shp->sh_size = sizes[XKB_WALK_LOCAL] + sizes[XKB_WALK_GLOBAL]; in xkb_build_ksyms()
1017 shp->sh_info = sizes[XKB_WALK_LOCAL] / sizeof (Sym); in xkb_build_ksyms()
1027 sizes[XKB_WALK_LOCAL] + sizes[XKB_WALK_GLOBAL]; in xkb_build_ksyms()
[all …]