Home
last modified time | relevance | path

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

/dragonfly/sbin/hammer/
HDcmd_show.c67 static const char *check_data_crc(hammer_btree_elm_t elm, const char **whichp);
69 const char **whichp);
71 const char **whichp);
617 check_data_crc(hammer_btree_elm_t elm, const char **whichp) in check_data_crc() argument
621 *whichp = ""; in check_data_crc()
629 crc = get_inode_crc(&elm->leaf, whichp); in check_data_crc()
632 crc = get_buf_crc(&elm->leaf, whichp); in check_data_crc()
645 get_inode_crc(hammer_btree_leaf_elm_t leaf, const char **whichp) in get_inode_crc() argument
656 *whichp = "i"; in get_inode_crc()
663 *whichp = "o"; in get_inode_crc()
[all …]
/dragonfly/test/debug/
HDvmobjinfo.c90 static off_t devoffset(long blkno, int *whichp);
274 devoffset(long blkno, int *whichp) in devoffset() argument
282 *whichp = seg % nswdev; in devoffset()
286 *whichp = 0; in devoffset()