Home
last modified time | relevance | path

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

/Linux-v5.15/arch/um/drivers/
Dslip_common.h17 int *esc) in slip_unesc()
89 int esc; member
/Linux-v5.15/fs/
Dseq_file.c375 unsigned int flags, const char *esc) in seq_escape_mem()
396 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
456 char *mangle_path(char *s, const char *p, const char *esc) in mangle_path()
486 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path()
514 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) in seq_file_path()
524 const struct path *root, const char *esc) in seq_path_root()
553 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) in seq_dentry()
/Linux-v5.15/lib/
Dtest-string_helpers.c406 test_string_escape_overflow(const char *in, int p, unsigned int flags, const char *esc, in test_string_escape_overflow()
419 unsigned int flags, const char *esc) in test_string_escape()
Dseq_buf.c270 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc)
Dstring_helpers.c598 const char esc[] = "\f\n\r\t\v\a\e\\\""; in kstrdup_quotable() local
/Linux-v5.15/include/linux/
Dseq_file.h133 unsigned int flags, const char *esc) in seq_escape_str()
/Linux-v5.15/drivers/auxdisplay/
Dhd44780_common.c291 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc) in hd44780_common_redefine_char()
Dlcd2s.c217 static int lcd2s_redefine_char(struct charlcd *lcd, char *esc) in lcd2s_redefine_char()
Dcharlcd.c203 char *esc = priv->esc_seq.buf + 2; in handle_lcd_special_code() local
/Linux-v5.15/arch/x86/include/asm/
Dinat.h82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/Linux-v5.15/tools/arch/x86/include/asm/
Dinat.h82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS) argument
/Linux-v5.15/drivers/s390/cio/
Dchsc.h31 u8 esc; member
/Linux-v5.15/fs/gfs2/
Dlops.c1024 u64 esc; in databuf_lo_scan_elements() local
/Linux-v5.15/drivers/bluetooth/
Dhci_h5.c517 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local
/Linux-v5.15/arch/x86/kvm/
Demulate.c201 const struct escape *esc; member