DDI_FM_SYM_SZ
buf = kmem_alloc(depth * DDI_FM_SYM_SZ, KM_SLEEP);
(void) snprintf(stkp, DDI_FM_SYM_SZ,
stkp += DDI_FM_SYM_SZ;
kmem_free(buf, depth * DDI_FM_SYM_SZ);