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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c903 int match_object = FALSE, match_offset = FALSE; local
947 match_offset = TRUE;
955 match_offset = TRUE;
963 match_offset = TRUE;
973 match_offset = TRUE;
977 match_offset = TRUE;
981 match_offset = TRUE;
984 match_offset = TRUE;
993 if (match_object && match_offset) {
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c936 fmd_asru_link_t **hash, size_t match_offset, size_t next_offset)
951 FMD_ASRU_AL_HASH_NAME(alp, match_offset), name))
961 FMD_ASRU_AL_HASH_NAME(alp, match_offset), name))
934 fmd_asru_do_hash_apply(fmd_asru_hash_t *ahp, const char *name, void (*func)(fmd_asru_link_t *, void *), void *arg, fmd_asru_link_t **hash, size_t match_offset, size_t next_offset) argument

Completed in 49 milliseconds