HomeSort by relevance Sort by last modified time
    Searched defs:handle_t (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/util/stm32_flash/
stm32_bl.h 40 } handle_t; typedef in typeref:struct:handle
42 uint8_t checksum(handle_t *handle, uint8_t *bytes, int length);
43 uint8_t erase_sector(handle_t *handle, uint16_t sector);
44 uint8_t read_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer);
45 uint8_t write_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer);
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 77 typedef struct handle_s handle_t; /* Atomic operation type */ typedef in typeref:struct:handle_s
302 /* The handle_t type represents a single atomic update being performed
671 static inline handle_t *journal_current_handle(void)
682 extern handle_t *journal_start(journal_t *, int nblocks);
683 extern handle_t *journal_try_start(journal_t *, int nblocks);
684 extern int journal_restart (handle_t *, int nblocks);
685 extern int journal_extend (handle_t *, int nblocks);
686 extern int journal_get_write_access (handle_t *, struct buffer_head *);
687 extern int journal_get_create_access (handle_t *, struct buffer_head *);
688 extern int journal_get_undo_access (handle_t *, struct buffer_head *)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdce.h 36 typedef RPC_BINDING_HANDLE handle_t; typedef

Completed in 1534 milliseconds