Searched refs:entry_ct (Results 1 – 1 of 1) sorted by relevance
/drivers/tty/vt/ |
D | vt_ioctl.c | 500 return con_set_unimap(vc, tmp.entry_ct, tmp.entries); in do_unimap_ioctl() 504 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), in do_unimap_ioctl() 1032 unsigned short entry_ct; member 1050 return con_set_unimap(vc, tmp.entry_ct, tmp_entries); in compat_unimap_ioctl() 1054 return con_get_unimap(vc, tmp.entry_ct, &(user_ud->entry_ct), tmp_entries); in compat_unimap_ioctl()
|