Searched refs:keyb (Results 1 – 6 of 6) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | undo_io.c | 135 struct undo_key_block *keyb; member 198 data->keyb->magic = ext2fs_cpu_to_le32(KEYBLOCK_MAGIC); in write_undo_indexes() 199 data->keyb->crc = 0; in write_undo_indexes() 200 data->keyb->crc = ext2fs_cpu_to_le32( in write_undo_indexes() 202 (unsigned char *)data->keyb, in write_undo_indexes() 207 1, data->keyb); in write_undo_indexes() 212 memset(data->keyb, 0, data->tdb_data_size); in write_undo_indexes() 291 retval = ext2fs_get_mem(data->tdb_data_size, &data->keyb); in undo_setup_tdb() 305 data->keyb); in undo_setup_tdb() 307 memset(data->keyb, 0, data->tdb_data_size); in undo_setup_tdb() [all …]
|
/third_party/e2fsprogs/misc/ |
D | e2undo.c | 306 struct undo_key_block *keyb; in main() local 483 retval = ext2fs_get_mem(undo_ctx.blocksize, &keyb); in main() 505 lblk, 1, keyb); in main() 518 ext2fs_le32_to_cpu(keyb->magic) != KEYBLOCK_MAGIC) { in main() 523 crc = keyb->crc; in main() 524 keyb->crc = 0; in main() 525 key_crc = ext2fs_crc32c_le(~0, (unsigned char *)keyb, in main() 539 for (j = 0, dkey = keyb->keys; in main() 585 ext2fs_free_mem(&keyb); in main()
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/input/ |
D | cros-ec-keyb.txt | 11 - compatible: "google,cros-ec-keyb" 21 cros-ec-keyb { 22 compatible = "google,cros-ec-keyb";
|
/third_party/uboot/u-boot-2020.01/arch/sandbox/dts/ |
D | cros-ec-keyboard.dtsi | 15 compatible = "google,cros-ec-keyb";
|
D | test.dts | 723 keyb@3 { 725 compatible = "sandbox,usb-keyb";
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | cros-ec-keyboard.dtsi | 15 compatible = "google,cros-ec-keyb";
|