Home
last modified time | relevance | path

Searched refs:nul (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/s390/char/
H A Ddefkeymap.map5 keycode 0 = nul Oslash
6 keycode 1 = nul a
7 keycode 2 = nul b
8 keycode 3 = nul c
9 keycode 4 = nul d
10 keycode 5 = nul e
11 keycode 6 = nul f
12 keycode 7 = nul g
13 keycode 8 = nul h
14 keycode 9 = nul i
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-dmi-entries63 the "unformatted" region composed of nul
65 by a two nul characters in series.
69 and the two terminating nul characters.
H A Dsysfs-firmware-qemu_fw_cfg50 name The 56-byte nul-terminated ASCII string used as the
/linux/drivers/tty/vt/
H A Ddefkeymap.map20 control keycode 3 = nul
21 shift control keycode 3 = nul
94 control keycode 41 = nul
121 control keycode 57 = nul
/linux/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh32 print_warning Console output contains nul bytes, old qemu still running?
/linux/arch/m68k/hp300/
H A Dhp300map.map78 control keycode 63 = nul
/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst211 If spaces, newlines, or nul characters are needed in a field they
219 as them selves. At the very least, space, newline, nul, and
/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c1107 const u8 *nul; in tasdevice_fw_strnlen() local
1116 nul = memchr(start, '\0', remaining); in tasdevice_fw_strnlen()
1117 if (!nul) in tasdevice_fw_strnlen()
1120 len = nul - start; in tasdevice_fw_strnlen()