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

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_iter.c66 uint8_t cb_props_table[ZFS_NUM_PROPS]; member in struct:callback_data
112 cb->cb_props_table);
412 cb.cb_props_table[p->pl_prop] = B_TRUE;
420 cb.cb_props_table[sortcol->sc_prop] = B_TRUE;
425 cb.cb_props_table[ZFS_PROP_ZONED] = B_TRUE;
426 cb.cb_props_table[ZFS_PROP_CREATETXG] = B_TRUE;
428 (void) memset(cb.cb_props_table, B_TRUE,
429 sizeof (cb.cb_props_table));

Completed in 59 milliseconds