Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa.h54 sa_bswap_type_t sa_byteswap; /* bswap functon enum */ member
H A Dsa_impl.h42 sa_bswap_type_t sa_byteswap; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c924 tb[ATTR_NUM(value)].sa_byteswap = ATTR_BSWAP(value); in sa_attr_table_setup()
953 tb[i].sa_byteswap = sa_legacy_attrs[i].sa_byteswap; in sa_attr_table_setup()
972 tb[attr_id].sa_byteswap = reg_attrs[i].sa_byteswap; in sa_attr_table_setup()
1225 sa_bswap_table[sa->sa_attr_table[attr].sa_byteswap](attr_addr, length); in sa_byteswap_cb()
1229 sa_byteswap(sa_handle_t *hdl, sa_buf_type_t buftype) in sa_byteswap() function
1288 sa_byteswap(hdl, buftype); in sa_build_index()
1773 tb[i].sa_byteswap); in sa_attr_register_sync()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3423 (int)table[i].sa_length, table[i].sa_byteswap, name); in sa_attr_table()