Searched defs:guid_map_entry_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1843 } guid_map_entry_t; typedef in typeref:struct:guid_map_entry
1848 const guid_map_entry_t *gmep1 = arg1;
1849 const guid_map_entry_t *gmep2 = arg2;
1863 guid_map_entry_t *gmep;
1868 kmem_free(gmep, sizeof (guid_map_entry_t));
2248 guid_map_entry_t gmesrch;
2249 guid_map_entry_t *gmep;
2913 sizeof (guid_map_entry_t),
2914 offsetof(guid_map_entry_t, avlnode));
3216 guid_map_entry_t *gme
[all...]

Completed in 71 milliseconds