Home
last modified time | relevance | path

Searched full:grave (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/linux/fs/cachefiles/
H A Dnamei.c270 struct dentry *grave, *trap; in cachefiles_bury_object() local
301 /* first step is to make up a grave dentry in the graveyard */ in cachefiles_bury_object()
309 /* do some checks before getting the grave dentry */ in cachefiles_bury_object()
336 grave = lookup_one_len(nbuffer, cache->graveyard, strlen(nbuffer)); in cachefiles_bury_object()
337 if (IS_ERR(grave)) { in cachefiles_bury_object()
340 PTR_ERR(grave), in cachefiles_bury_object()
343 if (PTR_ERR(grave) == -ENOMEM) { in cachefiles_bury_object()
348 cachefiles_io_error(cache, "Lookup error %ld", PTR_ERR(grave)); in cachefiles_bury_object()
352 if (d_is_positive(grave)) { in cachefiles_bury_object()
354 dput(grave); in cachefiles_bury_object()
[all …]
/openbmc/u-boot/include/
H A Dcapitalization.h410 { 0x040D, /* CYRILLIC CAPITAL LETTER I WITH GRAVE */ \
411 0x045D, /* CYRILLIC SMALL LETTER I WITH GRAVE */ }, \
418 { 0x0400, /* CYRILLIC CAPITAL LETTER IE WITH GRAVE */ \
419 0x0450, /* CYRILLIC SMALL LETTER IE WITH GRAVE */ }, \
438 { 0x0476, /* CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT */ \
439 0x0477, /* CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT */ }, \
1074 { 0x1EB0, /* LATIN CAPITAL LETTER A WITH BREVE AND GRAVE */ \
1075 0x1EB1, /* LATIN SMALL LETTER A WITH BREVE AND GRAVE */ }, \
1088 { 0x1EA6, /* LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE */ \
1089 0x1EA7, /* LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE */ }, \
[all …]
/openbmc/linux/Documentation/admin-guide/
H A Dabi-testing.rst8 current interface will not break by doing this, unless grave
/openbmc/u-boot/doc/device-tree-bindings/input/
H A Dcros-ec-keyb.txt46 /* F8 GRAVE F2 5 */
/openbmc/qemu/pc-bios/keymaps/
H A Dsv220 grave 0xd shift
H A Dsl198 grave 0x08 altgr
H A Dhr75 grave 0x08 altgr
259 grave 0x29
294 grave 0x2f shift altgr
H A Dcz225 grave 0x23 altgr
260 grave 0x29 altgr
H A Dlv240 grave 0x29
250 grave 0x2b altgr
H A Dfr75 grave 0x08 altgr
270 grave 0x2b altgr
H A Dde104 grave 0x0d shift
266 grave 0x2b shift altgr
H A Dja133 grave 0x1a shift
H A Den-us190 grave 0x29
H A Dlt257 grave 0x29
/openbmc/linux/Documentation/ABI/
H A DREADME24 current interface will not break by doing this, unless grave
/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c165 /*192*/ "A GRAVE", "A ACUTE", "A CIRCUMFLEX", "A TILDE", "A OOMLAUT",
167 /*198*/ "AE", "C CIDELLA", "E GRAVE", "E ACUTE", "E CIRCUMFLEX",
169 /*204*/ "I GRAVE", "I ACUTE", "I CIRCUMFLEX", "I OOMLAUT", "ETH",
171 /*210*/ "O GRAVE", "O ACUTE", "O CIRCUMFLEX", "O TILDE", "O OOMLAUT",
172 /*215*/ "multiplied by", "O STROKE", "U GRAVE", "U ACUTE",
174 /*220*/ "U OOMLAUT", "Y ACUTE", "THORN", "sharp s", "a grave",
176 /*230*/ "ae", "c cidella", "e grave", "e acute",
177 /*234*/ "e circumflex", "e oomlaut", "i grave", "i acute",
179 /*239*/ "i oomlaut", "eth", "n tilde", "o grave", "o acute",
181 /*245*/ "o tilde", "o oomlaut", "divided by", "o stroke", "u grave",
/openbmc/linux/drivers/s390/char/
H A Ddefkeymap.map126 keycode 121 = grave nine
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dgoogle,cros-ec-keyb.yaml108 /* F8 GRAVE F2 5 */
/openbmc/linux/arch/m68k/hp300/
H A Dhp300map.map77 keycode 63 = grave asciitilde
/openbmc/linux/drivers/tty/vt/
H A Ddefkeymap.map93 keycode 41 = grave asciitilde
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dsubmitting-patches.rst281 Los parches que corrigen un error grave en un kernel en uso deben dirigirse
574 una modificación apropiada al kernel sin que haya ningún problema grave
/openbmc/qemu/ui/
H A Dcurses_keys.h364 { "grave", 0x060 },
/openbmc/linux/Documentation/translations/it_IT/process/
H A D4.Coding.rst297 casi, trovarsi in stallo. Questa tipologia di problema può essere grave
H A D2.Process.rst113 manciata di regressioni delle quali, si spera, nessuna è grave.
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Damd.c775 * signal a grave error like a memory allocation has failed and the

12