Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_mob.c118 struct vmw_otable *otable) in vmw_setup_otable_base() argument
129 BUG_ON(otable->page_table != NULL); in vmw_setup_otable_base()
135 mob = vmw_mob_create(otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
141 if (otable->size <= PAGE_SIZE) { in vmw_setup_otable_base()
152 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()
167 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
179 otable->page_table = mob; in vmw_setup_otable_base()
199 struct vmw_otable *otable) in vmw_takedown_otable_base() argument
207 if (otable->page_table == NULL) in vmw_takedown_otable_base()
210 bo = otable->page_table->pt_bo; in vmw_takedown_otable_base()
[all …]
/netbsd-src/lib/libintl/
H A Dgettext.c578 struct moentry *otable, *ttable; in mapit()
643 /* validate otable/ttable */ in mapit()
645 otable = (struct moentry *)(base + flip(mo->mo_otable, magic)); in mapit()
648 if (!validate(otable, mohandle) || in mapit()
649 !validate(&otable[mohandle->mo.mo_nstring], mohandle)) { in mapit()
673 p[i].len = flip(otable[i].len, magic); in mapit()
674 p[i].off = base + flip(otable[i].off, magic); in mapit()
576 struct moentry *otable, *ttable; mapit() local
/netbsd-src/sys/dev/audio/
H A Daudio.c892 static const struct portname otable[] = { variable
1318 otable); in mixer_init()