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

  /external/dnsmasq/src/
tftp.c 25 static ssize_t get_block(char *packet, struct tftp_transfer *transfer);
268 if ((len = get_block(packet, transfer)) == -1)
437 if ((len = get_block(daemon->packet, transfer)) == -1)
517 static ssize_t get_block(char *packet, struct tftp_transfer *transfer) function
  /external/qemu/distrib/ext4_utils/src/
allocate.c 484 u32 get_block(struct block_allocation *alloc, u32 block) function
  /system/extras/ext4_utils/
allocate.c 485 u32 get_block(struct block_allocation *alloc, u32 block) function

Completed in 110 milliseconds