Searched refs:esc (Results 1 - 24 of 24) sorted by relevance

/linux-master/arch/um/drivers/
H A Dslip_common.h17 int *esc)
23 *esc = 0;
28 *esc = 1;
31 if(*esc){
32 *esc = 0;
37 if(*esc){
38 *esc = 0;
89 int esc; member in struct:slip_proto
98 slip->esc = 0;
16 slip_unesc(unsigned char c, unsigned char *buf, int *pos, int *esc) argument
H A Dslip_common.c14 &slip->pos, &slip->esc);
34 &slip->esc);
H A Dslirp_user.c67 pri->slip.esc = 0;
H A Dslip_user.c154 pri->slip.esc = 0;
/linux-master/drivers/auxdisplay/
H A Dhd44780_common.h32 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc);
H A Dlcd2s.c226 static int lcd2s_redefine_char(struct charlcd *lcd, char *esc) argument
233 if (!strchr(esc, ';'))
236 esc++;
238 buf[1] = *(esc++) - '0';
245 while (*esc && i < LCD2S_CHARACTER_SIZE + 2) {
249 half = hex_to_bin(*esc++);
H A Dhd44780_common.c299 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc) argument
317 if (!strchr(esc, ';'))
320 esc++;
322 cgaddr = *(esc++) - '0';
329 while (*esc && cgoffset < 8) {
333 half = hex_to_bin(*esc++);
H A Dcharlcd.h92 int (*redefine_char)(struct charlcd *lcd, char *esc);
H A Dcharlcd.c203 char *esc = priv->esc_seq.buf + 2; local
207 switch (*esc) {
343 processed = lcd->ops->redefine_char(lcd, esc);
354 if (parse_xy(esc, &lcd->addr.x, &lcd->addr.y))
/linux-master/include/linux/
H A Dseq_file.h108 char *mangle_path(char *s, const char *p, const char *esc);
131 unsigned int flags, const char *esc);
134 unsigned int flags, const char *esc)
136 seq_escape_mem(m, src, strlen(src), flags, esc);
143 * @esc: set of characters that need escaping
146 * @esc with usual octal escape.
150 static inline void seq_escape(struct seq_file *m, const char *s, const char *esc) argument
152 seq_escape_str(m, s, ESCAPE_OCTAL, esc);
163 const struct path *root, const char *esc);
133 seq_escape_str(struct seq_file *m, const char *src, unsigned int flags, const char *esc) argument
H A Dseq_buf.h164 extern int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc);
/linux-master/arch/x86/include/asm/
H A Dinat.h82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS)
/linux-master/tools/arch/x86/include/asm/
H A Dinat.h82 #define INAT_MAKE_ESCAPE(esc) (esc << INAT_ESC_OFFS)
/linux-master/fs/
H A Dseq_file.c367 * @esc: set of characters that need escaping
370 * given class (defined by @flags and @esc) with printable escaped sequence.
375 unsigned int flags, const char *esc)
381 ret = string_escape_mem(src, len, buf, size, flags, esc);
433 * @esc: set of characters that need escaping
436 * @esc with usual octal escape.
440 char *mangle_path(char *s, const char *p, const char *esc) argument
446 } else if (!strchr(esc, c)) {
465 * @esc: set of characters to escape in the output
470 int seq_path(struct seq_file *m, const struct path *path, const char *esc) argument
374 seq_escape_mem(struct seq_file *m, const char *src, size_t len, unsigned int flags, const char *esc) argument
498 seq_file_path(struct seq_file *m, struct file *file, const char *esc) argument
507 seq_path_root(struct seq_file *m, const struct path *path, const struct path *root, const char *esc) argument
537 seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) argument
[all...]
/linux-master/lib/
H A Dstring_helpers_kunit.c396 const char *in, int p, unsigned int flags, const char *esc,
401 q_real = string_escape_mem(in, p, NULL, 0, flags, esc);
407 unsigned int flags, const char *esc)
428 if (flags & ESCAPE_NA && !(flags & ESCAPE_APPEND && esc)) {
452 q_real = string_escape_mem(in, p, out_real, out_size, flags, esc);
457 test_string_escape_overflow(test, in, p, flags, esc, q_test, name);
395 test_string_escape_overflow(struct kunit *test, const char *in, int p, unsigned int flags, const char *esc, int q_test, const char *name) argument
405 test_string_escape(struct kunit *test, const char *name, const struct test_string_2 *s2, unsigned int flags, const char *esc) argument
H A Dseq_buf.c306 * @esc: set of characters to escape in the output
312 int seq_buf_path(struct seq_buf *s, const struct path *path, const char *esc) argument
323 char *end = mangle_path(buf, p, esc);
H A Dstring_helpers.c650 const char esc[] = "\f\n\r\t\v\a\e\\\""; local
656 dlen = string_escape_mem(src, slen, NULL, 0, flags, esc);
661 WARN_ON(string_escape_mem(src, slen, dst, dlen, flags, esc) != dlen);
/linux-master/drivers/platform/x86/
H A Dasus-tf103c-dock.c281 u8 *esc, *buf = dock->kbd_buf; local
299 esc = memchr(buf, 0x29, size);
300 if (!dock->esc_pressed && esc) {
306 if (esc && dock->filter_esc)
307 *esc = 0;
311 dock->esc_pressed = esc != NULL;
/linux-master/tools/scripts/
H A Dutilities.mak126 shell-wordify = $(if $(findstring $(newline),$(1)),$(_sw-esc-nl),$(shell-sq))
127 define _sw-esc-nl
/linux-master/drivers/s390/cio/
H A Dchsc.h31 u8 esc; member in struct:channel_path_desc_fmt1
H A Dchp.c397 rc = sprintf(buf, "%x\n", chp->desc_fmt1.esc);
402 static DEVICE_ATTR(esc, 0444, chp_esc_show, NULL);
/linux-master/fs/gfs2/
H A Dlops.c1012 u64 esc; local
1021 esc = be64_to_cpu(*ptr++);
1036 if (esc) {
/linux-master/drivers/bluetooth/
H A Dhci_h5.c520 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; local
534 byte = &esc;
537 BT_ERR("Invalid esc byte 0x%02hhx", c);
/linux-master/arch/x86/kvm/
H A Demulate.c202 const struct escape *esc; member in union:opcode::__anon121
3992 #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) }
4932 size_t size = ARRAY_SIZE(opcode.u.esc->high);
4936 opcode = opcode.u.esc->high[index];
4938 opcode = opcode.u.esc->op[(ctxt->modrm >> 3) & 7];

Completed in 862 milliseconds