Home
last modified time | relevance | path

Searched defs:consw (Results 1 – 11 of 11) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h10822 struct consw { struct
10823 struct module *owner;
10824 const char * (*con_startup)();
10825 void (*con_init)(struct vc_data *, int);
10826 void (*con_deinit)(struct vc_data *);
10827 void (*con_clear)(struct vc_data *, int, int, int, int);
10828 void (*con_putc)(struct vc_data *, int, int, int);
10829 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
10830 void (*con_cursor)(struct vc_data *, int);
10831 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_600.h25440 struct consw { struct
25441 struct module *owner;
25442 const char * (*con_startup)();
25443 void (*con_init)(struct vc_data *, int);
25444 void (*con_deinit)(struct vc_data *);
25445 void (*con_clear)(struct vc_data *, int, int, int, int);
25446 void (*con_putc)(struct vc_data *, int, int, int);
25447 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
25448 void (*con_cursor)(struct vc_data *, int);
25449 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
Dvmlinux.h25440 struct consw { struct
25441 struct module *owner;
25442 const char * (*con_startup)();
25443 void (*con_init)(struct vc_data *, int);
25444 void (*con_deinit)(struct vc_data *);
25445 void (*con_clear)(struct vc_data *, int, int, int, int);
25446 void (*con_putc)(struct vc_data *, int, int, int);
25447 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
25448 void (*con_cursor)(struct vc_data *, int);
25449 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
/external/bcc/libbpf-tools/loongarch/
Dvmlinux_602.h35098 struct consw { struct
35099 struct module *owner;
35100 const char * (*con_startup)();
35101 void (*con_init)(struct vc_data *, int);
35102 void (*con_deinit)(struct vc_data *);
35103 void (*con_clear)(struct vc_data *, int, int, int, int);
35104 void (*con_putc)(struct vc_data *, int, int, int);
35105 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
35106 void (*con_cursor)(struct vc_data *, int);
35107 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
Dvmlinux.h35098 struct consw { struct
35099 struct module *owner;
35100 const char * (*con_startup)();
35101 void (*con_init)(struct vc_data *, int);
35102 void (*con_deinit)(struct vc_data *);
35103 void (*con_clear)(struct vc_data *, int, int, int, int);
35104 void (*con_putc)(struct vc_data *, int, int, int);
35105 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
35106 void (*con_cursor)(struct vc_data *, int);
35107 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_518.h22339 struct consw { struct
22340 struct module *owner;
22341 const char * (*con_startup)();
22342 void (*con_init)(struct vc_data *, int);
22343 void (*con_deinit)(struct vc_data *);
22344 void (*con_clear)(struct vc_data *, int, int, int, int);
22345 void (*con_putc)(struct vc_data *, int, int, int);
22346 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
22347 void (*con_cursor)(struct vc_data *, int);
22348 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
Dvmlinux.h22339 struct consw { struct
22340 struct module *owner;
22341 const char * (*con_startup)();
22342 void (*con_init)(struct vc_data *, int);
22343 void (*con_deinit)(struct vc_data *);
22344 void (*con_clear)(struct vc_data *, int, int, int, int);
22345 void (*con_putc)(struct vc_data *, int, int, int);
22346 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
22347 void (*con_cursor)(struct vc_data *, int);
22348 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h39714 struct consw { struct
39715 struct module *owner;
39716 const char * (*con_startup)();
39717 void (*con_init)(struct vc_data *, int);
39718 void (*con_deinit)(struct vc_data *);
39719 void (*con_clear)(struct vc_data *, int, int, int, int);
39720 void (*con_putc)(struct vc_data *, int, int, int);
39721 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
39722 void (*con_cursor)(struct vc_data *, int);
39723 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
Dvmlinux_608.h39714 struct consw { struct
39715 struct module *owner;
39716 const char * (*con_startup)();
39717 void (*con_init)(struct vc_data *, int);
39718 void (*con_deinit)(struct vc_data *);
39719 void (*con_clear)(struct vc_data *, int, int, int, int);
39720 void (*con_putc)(struct vc_data *, int, int, int);
39721 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
39722 void (*con_cursor)(struct vc_data *, int);
39723 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
/external/bcc/libbpf-tools/riscv/
Dvmlinux.h77812 struct consw { struct
77813 struct module *owner;
77814 const char * (*con_startup)();
77815 void (*con_init)(struct vc_data *, int);
77816 void (*con_deinit)(struct vc_data *);
77817 void (*con_clear)(struct vc_data *, int, int, int, int);
77818 void (*con_putc)(struct vc_data *, int, int, int);
77819 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
77820 void (*con_cursor)(struct vc_data *, int);
77821 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]
Dvmlinux_602.h77812 struct consw { struct
77813 struct module *owner;
77814 const char * (*con_startup)();
77815 void (*con_init)(struct vc_data *, int);
77816 void (*con_deinit)(struct vc_data *);
77817 void (*con_clear)(struct vc_data *, int, int, int, int);
77818 void (*con_putc)(struct vc_data *, int, int, int);
77819 void (*con_putcs)(struct vc_data *, const short unsigned int *, int, int, int);
77820 void (*con_cursor)(struct vc_data *, int);
77821 bool (*con_scroll)(struct vc_data *, unsigned int, unsigned int, enum con_scroll, unsigned int);
[all …]