Searched refs:kmap (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/libreadline/
H A Drltty.c845 #define SET_SPECIAL(sc, func) set_special_char(kmap, &ttybuff, sc, func)
855 set_special_char (kmap, tiop, sc, func)
856 Keymap kmap;
861 if (sc != -1 && kmap[(unsigned char)sc].type == ISFUNC)
862 kmap[(unsigned char)sc].function = func;
866 if (c != -1 && kmap[(unsigned char)c].type == ISFUNC)
867 kmap[(unsigned char)c].function = rl_insert;
870 _rl_bind_tty_special_chars (kmap, ttybuff)
871 Keymap kmap;
891 set_special_char (kmap, tio
[all...]
H A Dbind.c163 rl_bind_key_if_unbound_in_map (key, default_func, kmap)
166 Keymap kmap;
172 return (rl_bind_keyseq_if_unbound_in_map (keyseq, default_func, kmap));
275 rl_bind_keyseq_if_unbound_in_map (keyseq, default_func, kmap)
278 Keymap kmap;
284 func = rl_function_of_keyseq (keyseq, kmap, (int *)NULL);
290 return (rl_bind_keyseq_in_map (keyseq, default_func, kmap));
1636 Keymap kmap; local
1638 kmap = rl_get_keymap_by_name (value);
1639 if (kmap)
[all...]
H A Dreadline.c1170 sp->kmap = _rl_keymap;
1204 _rl_keymap = sp->kmap;
H A Dreadline.h821 Keymap kmap; member in struct:readline_state
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_object.c185 r = ttm_bo_kmap(&bo->tbo, 0, bo->tbo.num_pages, &bo->kmap);
189 bo->kptr = ttm_kmap_obj_virtual(&bo->kmap, &is_iomem);
203 ttm_bo_kunmap(&bo->kmap);
H A Dradeon_prime.c136 .kmap = radeon_gem_kmap,
H A Dradeon.h341 struct ttm_bo_kmap_obj kmap; member in struct:radeon_bo
/freebsd-10-stable/sys/gnu/fs/reiserfs/
H A Dreiserfs_inode.c329 * We only want to kmap if we are reading the tail into the page. this
330 * is not the common case, so we don't kmap until we are sure we need
331 * to. But, this means the item might move if kmap schedules
334 blk = (char *)kmap(bh_result->b_page);

Completed in 131 milliseconds