| tag | line | file | source code |
| vc_data | 317 | drivers/char/console.c | vc_cons[i].d = (struct vc_data *) p; |
| vc_data | 318 | drivers/char/console.c | p += sizeof(struct vc_data); |
| vc_data | 1966 | drivers/char/console.c | vc_cons[currcons].d = (struct vc_data *) kmem_start; |
| vc_data | 1967 | drivers/char/console.c | kmem_start += sizeof(struct vc_data); |
| vc_data | 69 | drivers/char/console.h | struct vc_data *d; |
| vc_data | 137 | drivers/char/console.h | #define structsize (sizeof(struct vc_data) + sizeof(struct vt_struct)) |
| vc_data | 69 | drivers/char/console_struct.h | struct vc_data *d; |
| vc_data | 137 | drivers/char/console_struct.h | #define structsize (sizeof(struct vc_data) + sizeof(struct vt_struct)) |