Home
last modified time | relevance | path

Searched refs:noaction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/e2fsprogs/misc/
H A Dmke2fs.c90 static int noaction; variable
1819 noaction++; in PRS()
1984 if (noaction && fs_blocks_count) { in PRS()
3101 if (!noaction && discard && dev_size && (io_ptr != undo_io_manager)) { in main()
3128 if (!noaction) in main()
3248 if (!quiet || noaction) in main()
3251 if (noaction) in main()
/aosp_15_r20/external/libxkbcommon/src/x11/
H A Dkeymap.c339 action->priv.type = wire->noaction.type; in translate_action()
341 sizeof(wire->noaction.pad0) == 7, in translate_action()
343 memcpy(action->priv.data, wire->noaction.pad0, 7); in translate_action()