tag | line | file | source code |
---|---|---|---|
vtstat | 301 | kernel/chr_drv/vt.c | struct vt_stat *vtstat = (struct vt_stat *)arg; |
vtstat | 304 | kernel/chr_drv/vt.c | i = verify_area(VERIFY_WRITE,(void *)vtstat, sizeof(struct vt_stat)); |
vtstat | 307 | kernel/chr_drv/vt.c | put_fs_word(fg_console + 1, &vtstat->v_active); |
vtstat | 312 | kernel/chr_drv/vt.c | put_fs_word(state, &vtstat->v_state); |