Home
last modified time | relevance | path

Searched refs:sa_byteswap (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDsa.c923 tb[ATTR_NUM(value)].sa_byteswap = ATTR_BSWAP(value); in sa_attr_table_setup()
952 tb[i].sa_byteswap = sa_legacy_attrs[i].sa_byteswap; in sa_attr_table_setup()
971 tb[attr_id].sa_byteswap = reg_attrs[i].sa_byteswap; in sa_attr_table_setup()
1224 sa_bswap_table[sa->sa_attr_table[attr].sa_byteswap](attr_addr, length); in sa_byteswap_cb()
1228 sa_byteswap(sa_handle_t *hdl, sa_buf_type_t buftype) in sa_byteswap() function
1287 sa_byteswap(hdl, buftype); in sa_build_index()
1593 tb[i].sa_byteswap); in sa_attr_register_sync()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDsa.h55 sa_bswap_type_t sa_byteswap; /* bswap functon enum */ member
HDsa_impl.h42 sa_bswap_type_t sa_byteswap; member