Searched defs:console (Results 1 – 6 of 6) sorted by relevance
| /system/core/bootstat/ |
| D | bootstat.cpp | 574 bool readPstoreConsole(std::string& console) { in readPstoreConsole() 586 const std::string& console; member in __anon0bf7d7810111::pstoreConsole 625 explicit pstoreConsole(const std::string& console) : console(console) {} in pstoreConsole() 668 const pstoreConsole console(reason); in correctForBitError() local 834 void addKernelPanicSubReason(const pstoreConsole& console, std::string& ret) { in addKernelPanicSubReason() 1071 const pstoreConsole console(content); in BootReasonStrToReason() local
|
| /system/core/init/ |
| D | first_stage_console.cpp | 89 bool console = KernelConsolePresent(cmdline); in StartConsole() local
|
| D | service_utils.cpp | 167 void OpenConsole(const std::string& console) { in OpenConsole()
|
| D | service_utils.h | 90 std::string console; member
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 12089 unsigned char console: 1; member 25252 struct console { struct 25254 void (*write)(struct console *, const char *, unsigned int); argument 25255 int (*read)(struct console *, char *, unsigned int); argument 25256 struct tty_driver * (*device)(struct console *, int *); argument 25258 int (*setup)(struct console *, char *); argument 25259 int (*exit)(struct console *); argument 25260 int (*match)(struct console *, char *, int, char *); argument 25279 struct trace_event_raw_console { argument 75227 bool console; member [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 12004 unsigned char console: 1; member 29954 struct console { struct 29956 void (*write)(struct console *, const char *, unsigned int); argument 29957 int (*read)(struct console *, char *, unsigned int); argument 29958 struct tty_driver * (*device)(struct console *, int *); argument 29960 int (*setup)(struct console *, char *); argument 29961 int (*exit)(struct console *); argument 29962 int (*match)(struct console *, char *, int, char *); argument 29963 short flags; 29964 short index; [all …]
|