Searched refs:cb_props_table (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c67 uint8_t cb_props_table[ZFS_NUM_PROPS]; member in struct:callback_data
113 cb->cb_props_table);
413 cb.cb_props_table[p->pl_prop] = B_TRUE;
421 cb.cb_props_table[sortcol->sc_prop] = B_TRUE;
426 cb.cb_props_table[ZFS_PROP_ZONED] = B_TRUE;
427 cb.cb_props_table[ZFS_PROP_CREATETXG] = B_TRUE;
429 (void) memset(cb.cb_props_table, B_TRUE,
430 sizeof (cb.cb_props_table));

Completed in 44 milliseconds