Home
last modified time | relevance | path

Searched defs:tty_operations (Results 1 – 7 of 7) sorted by relevance

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h9268 struct tty_operations { struct
9269 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
9270 int (*install)(struct tty_driver *, struct tty_struct *);
9271 void (*remove)(struct tty_driver *, struct tty_struct *);
9272 int (*open)(struct tty_struct *, struct file *);
9273 void (*close)(struct tty_struct *, struct file *);
9274 void (*shutdown)(struct tty_struct *);
9275 void (*cleanup)(struct tty_struct *);
9276 int (*write)(struct tty_struct *, const unsigned char *, int);
9277 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
Dvmlinux.h9268 struct tty_operations { struct
9269 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
9270 int (*install)(struct tty_driver *, struct tty_struct *);
9271 void (*remove)(struct tty_driver *, struct tty_struct *);
9272 int (*open)(struct tty_struct *, struct file *);
9273 void (*close)(struct tty_struct *, struct file *);
9274 void (*shutdown)(struct tty_struct *);
9275 void (*cleanup)(struct tty_struct *);
9276 int (*write)(struct tty_struct *, const unsigned char *, int);
9277 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h11198 struct tty_operations { struct
11199 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
11200 int (*install)(struct tty_driver *, struct tty_struct *);
11201 void (*remove)(struct tty_driver *, struct tty_struct *);
11202 int (*open)(struct tty_struct *, struct file *);
11203 void (*close)(struct tty_struct *, struct file *);
11204 void (*shutdown)(struct tty_struct *);
11205 void (*cleanup)(struct tty_struct *);
11206 int (*write)(struct tty_struct *, const unsigned char *, int);
11207 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h8289 struct tty_operations { struct
8290 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
8291 int (*install)(struct tty_driver *, struct tty_struct *);
8292 void (*remove)(struct tty_driver *, struct tty_struct *);
8293 int (*open)(struct tty_struct *, struct file *);
8294 void (*close)(struct tty_struct *, struct file *);
8295 void (*shutdown)(struct tty_struct *);
8296 void (*cleanup)(struct tty_struct *);
8297 int (*write)(struct tty_struct *, const unsigned char *, int);
8298 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
Dvmlinux_510.h8289 struct tty_operations { struct
8290 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
8291 int (*install)(struct tty_driver *, struct tty_struct *);
8292 void (*remove)(struct tty_driver *, struct tty_struct *);
8293 int (*open)(struct tty_struct *, struct file *);
8294 void (*close)(struct tty_struct *, struct file *);
8295 void (*shutdown)(struct tty_struct *);
8296 void (*cleanup)(struct tty_struct *);
8297 int (*write)(struct tty_struct *, const unsigned char *, int);
8298 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h11530 struct tty_operations { struct
11531 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
11532 int (*install)(struct tty_driver *, struct tty_struct *);
11533 void (*remove)(struct tty_driver *, struct tty_struct *);
11534 int (*open)(struct tty_struct *, struct file *);
11535 void (*close)(struct tty_struct *, struct file *);
11536 void (*shutdown)(struct tty_struct *);
11537 void (*cleanup)(struct tty_struct *);
11538 int (*write)(struct tty_struct *, const unsigned char *, int);
11539 int (*put_char)(struct tty_struct *, unsigned char);
[all …]
Dvmlinux.h11530 struct tty_operations { struct
11531 struct tty_struct * (*lookup)(struct tty_driver *, struct file *, int);
11532 int (*install)(struct tty_driver *, struct tty_struct *);
11533 void (*remove)(struct tty_driver *, struct tty_struct *);
11534 int (*open)(struct tty_struct *, struct file *);
11535 void (*close)(struct tty_struct *, struct file *);
11536 void (*shutdown)(struct tty_struct *);
11537 void (*cleanup)(struct tty_struct *);
11538 int (*write)(struct tty_struct *, const unsigned char *, int);
11539 int (*put_char)(struct tty_struct *, unsigned char);
[all …]