/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_mob.c | 38 * If we set up the screen target otable, screen objects stop working. 109 * @otable Pointer to otable metadata; 118 struct vmw_otable *otable) 129 BUG_ON(otable->page_table != NULL); 135 mob = vmw_mob_create(otable->size >> PAGE_SHIFT); 137 DRM_ERROR("Failed creating OTable page table.\n"); 141 if (otable->size <= PAGE_SIZE) { 152 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT); 167 cmd->body.sizeInBytes = otable->size [all...] |
vmwgfx_mob.c | 38 * If we set up the screen target otable, screen objects stop working. 109 * @otable Pointer to otable metadata; 118 struct vmw_otable *otable) 129 BUG_ON(otable->page_table != NULL); 135 mob = vmw_mob_create(otable->size >> PAGE_SHIFT); 137 DRM_ERROR("Failed creating OTable page table.\n"); 141 if (otable->size <= PAGE_SIZE) { 152 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT); 167 cmd->body.sizeInBytes = otable->size [all...] |
/src/lib/libintl/ |
gettext.c | 578 struct moentry *otable, *ttable; local in function:mapit 643 /* validate otable/ttable */ 645 otable = (struct moentry *)(base + flip(mo->mo_otable, magic)); 648 if (!validate(otable, mohandle) || 649 !validate(&otable[mohandle->mo.mo_nstring], mohandle)) { 673 p[i].len = flip(otable[i].len, magic); 674 p[i].off = base + flip(otable[i].off, magic);
|
gettext.c | 578 struct moentry *otable, *ttable; local in function:mapit 643 /* validate otable/ttable */ 645 otable = (struct moentry *)(base + flip(mo->mo_otable, magic)); 648 if (!validate(otable, mohandle) || 649 !validate(&otable[mohandle->mo.mo_nstring], mohandle)) { 673 p[i].len = flip(otable[i].len, magic); 674 p[i].off = base + flip(otable[i].off, magic);
|
/src/sys/dev/audio/ |
audio.c | 892 static const struct portname otable[] = { variable in typeref:typename:const struct portname[] 1318 otable);
|
audio.c | 892 static const struct portname otable[] = { variable in typeref:typename:const struct portname[] 1318 otable);
|