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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dddifm_impl.h48 #define DDI_FM_SYM_SZ 64 macro
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dddifm.c243 buf = kmem_alloc(depth * DDI_FM_SYM_SZ, KM_SLEEP);
248 (void) snprintf(stkp, DDI_FM_SYM_SZ,
251 stkp += DDI_FM_SYM_SZ;
272 kmem_free(buf, depth * DDI_FM_SYM_SZ);

Completed in 203 milliseconds