Home
last modified time | relevance | path

Searched defs:esc (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/um/drivers/
Dslip_common.h16 int *esc) in slip_unesc()
88 int esc; member
/linux-4.4.14/fs/
Dseq_file.c384 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
431 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path()
461 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path()
489 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path()
499 const struct path *root, const char *esc) in seq_path_root()
528 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) in seq_dentry()
/linux-4.4.14/lib/
Dtest-string_helpers.c264 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow()
277 unsigned int flags, const char *esc) in test_string_escape()
Dseq_buf.c260 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc)
/linux-4.4.14/arch/x86/include/asm/
Dinat.h94 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dinat.h94 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/linux-4.4.14/drivers/bluetooth/
Dhci_h5.c473 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local
/linux-4.4.14/fs/gfs2/
Dlops.c770 u64 esc; in databuf_lo_scan_elements() local
/linux-4.4.14/drivers/staging/panel/
Dpanel.c1081 char *esc = lcd.esc_seq.buf + 2; in handle_lcd_special_code() local
/linux-4.4.14/arch/x86/kvm/
Demulate.c217 const struct escape *esc; member