Home
last modified time | relevance | path

Searched refs:escape (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak8 # nl-escape
10 # Usage: escape = $(call nl-escape[,escape])
16 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n)
18 # escape-nl
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
32 escape-nl = $(subst $(newline),$(call nl-escape,
[all...]
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak8 # nl-escape
10 # Usage: escape = $(call nl-escape[,escape])
16 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n)
18 # escape-nl
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
32 escape-nl = $(subst $(newline),$(call nl-escape,
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A DTdcResults.py110 from xml.sax.saxutils import escape namespace
114 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id))
115 xunit += 'name=\"{}\">\n'.format(escape(t.test_name))
121 xunit += '\t{}\n'.format(escape(step))
122 xunit += 'FAILURE: {}\n'.format(escape(t.failmsg))
125 xunit += '\t\t\t<error>\n{}\n'.format(escape(t.errormsg))
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A DTdcResults.py110 from xml.sax.saxutils import escape namespace
114 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id))
115 xunit += 'name=\"{}\">\n'.format(escape(t.test_name))
121 xunit += '\t{}\n'.format(escape(step))
122 xunit += 'FAILURE: {}\n'.format(escape(t.failmsg))
125 xunit += '\t\t\t<error>\n{}\n'.format(escape(t.errormsg))
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dspaceball.c57 int escape; member
135 * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which
148 spaceball->escape = 0; in spaceball_interrupt()
151 if (!spaceball->escape) { in spaceball_interrupt()
152 spaceball->escape = 1; in spaceball_interrupt()
155 spaceball->escape = 0; in spaceball_interrupt()
160 if (spaceball->escape) { in spaceball_interrupt()
161 spaceball->escape = 0; in spaceball_interrupt()
166 if (spaceball->escape) in spaceball_interrupt()
167 spaceball->escape in spaceball_interrupt()
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dspaceball.c54 int escape; member
132 * and end in 0x0d. It uses '^' as an escape for CR, XOFF and XON characters which
145 spaceball->escape = 0; in spaceball_interrupt()
148 if (!spaceball->escape) { in spaceball_interrupt()
149 spaceball->escape = 1; in spaceball_interrupt()
152 spaceball->escape = 0; in spaceball_interrupt()
157 if (spaceball->escape) { in spaceball_interrupt()
158 spaceball->escape = 0; in spaceball_interrupt()
163 if (spaceball->escape) in spaceball_interrupt()
164 spaceball->escape in spaceball_interrupt()
[all...]
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dstdio.h219 char escape, lpref, c; in vfprintf() local
226 written = ofs = escape = lpref = 0; in vfprintf()
230 if (escape) { in vfprintf()
231 /* we're in an escape sequence, ofs == 1 */ in vfprintf()
232 escape = 0; in vfprintf()
287 /* long format prefix, maintain the escape */ in vfprintf()
290 escape = 1; in vfprintf()
297 /* not an escape sequence */ in vfprintf()
299 /* flush pending data on escape or end */ in vfprintf()
300 escape in vfprintf()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c68 struct vmw_escape_header escape; member
83 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush()
106 struct vmw_escape_header escape; in vmw_overlay_send_put() member
134 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put()
188 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
207 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c62 struct vmw_escape_header escape; member
77 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush()
100 struct vmw_escape_header escape; in vmw_overlay_send_put() member
128 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put()
182 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
201 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
130 # escape opcode table
134 eid = escape[ref]
141 # AVX/escape opcode table
269 if ("escape" == $2) {
275 if (ref in escape)
276 semantic_error("Redefine escape (" ref ")")
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
321 # check coprocessor escape
[all...]
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dps2mult.c42 bool escape; member
243 if (psm->escape) { in ps2mult_interrupt()
244 psm->escape = false; in ps2mult_interrupt()
254 psm->escape = true; in ps2mult_interrupt()
/kernel/linux/linux-5.10/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
130 # escape opcode table
134 eid = escape[ref]
141 # AVX/escape opcode table
269 if ("escape" == $2) {
275 if (ref in escape)
276 semantic_error("Redefine escape (" ref ")")
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
321 # check coprocessor escape
[all...]
/kernel/linux/linux-6.6/arch/x86/tools/
H A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
130 # escape opcode table
134 eid = escape[ref]
141 # AVX/escape opcode table
269 if ("escape" == $2) {
275 if (ref in escape)
276 semantic_error("Redefine escape (" ref ")")
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
321 # check coprocessor escape
[all...]
/kernel/linux/linux-6.6/drivers/input/serio/
H A Dps2mult.c42 bool escape; member
243 if (psm->escape) { in ps2mult_interrupt()
244 psm->escape = false; in ps2mult_interrupt()
254 psm->escape = true; in ps2mult_interrupt()
/kernel/linux/linux-6.6/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk21 eid = -1 # escape id
130 # escape opcode table
134 eid = escape[ref]
141 # AVX/escape opcode table
269 if ("escape" == $2) {
275 if (ref in escape)
276 semantic_error("Redefine escape (" ref ")")
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
321 # check coprocessor escape
[all...]
/kernel/linux/linux-5.10/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c200 bool escape; member
372 pulse8->escape = true; in pulse8_interrupt()
375 if (pulse8->escape) { in pulse8_interrupt()
377 pulse8->escape = false; in pulse8_interrupt()
/kernel/linux/linux-6.6/drivers/media/cec/usb/pulse8/
H A Dpulse8-cec.c200 bool escape; member
372 pulse8->escape = true; in pulse8_interrupt()
375 if (pulse8->escape) { in pulse8_interrupt()
377 pulse8->escape = false; in pulse8_interrupt()
/kernel/linux/linux-5.10/fs/isofs/
H A Dinode.c697 if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) { in isofs_fill_super()
699 if (sec->escape[2] == 0x40) in isofs_fill_super()
701 else if (sec->escape[2] == 0x43) in isofs_fill_super()
703 else if (sec->escape[2] == 0x45) in isofs_fill_super()
/kernel/linux/linux-6.6/fs/isofs/
H A Dinode.c698 if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) { in isofs_fill_super()
700 if (sec->escape[2] == 0x40) in isofs_fill_super()
702 else if (sec->escape[2] == 0x43) in isofs_fill_super()
704 else if (sec->escape[2] == 0x45) in isofs_fill_super()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Diso_fs.h75 __u8 escape [ISODCL ( 89, 120)]; /* 856 */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Diso_fs.h75 __u8 escape [ISODCL ( 89, 120)]; /* 856 */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Diso_fs.h78 __u8 escape[ISODCL(89, 120)]; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Diso_fs.h78 __u8 escape[ISODCL(89, 120)]; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Diso_fs.h65 __u8 escape [ISODCL ( 89, 120)]; member
/kernel/linux/linux-6.6/Documentation/
H A DMakefile29 LATEXOPTS = -interaction=batchmode -no-shell-escape

Completed in 17 milliseconds

12