Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c3488 char *ptr, *ah_meta; in sbd_update_zfs_prop() local
3495 ptr = ah_meta = kmem_zalloc(ZAP_MAXVALUELEN, KM_SLEEP); in sbd_update_zfs_prop()
3501 *ah_meta++ = (num < 10) ? (num + '0') : (num + ('a' - 10)); in sbd_update_zfs_prop()
3503 *ah_meta++ = (num < 10) ? (num + '0') : (num + ('a' - 10)); in sbd_update_zfs_prop()
3505 *ah_meta = NULL; in sbd_update_zfs_prop()