Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_misc.c108 kmem_free(hal->selfid_buf1, S1394_SELFID_BUF_SIZE); in s1394_cleanup_for_detach()
110 kmem_free(hal->selfid_buf0, S1394_SELFID_BUF_SIZE); in s1394_cleanup_for_detach()
H A Dh1394.c252 hal->selfid_buf0 = kmem_zalloc(S1394_SELFID_BUF_SIZE, KM_SLEEP); in h1394_attach()
253 hal->selfid_buf1 = kmem_zalloc(S1394_SELFID_BUF_SIZE, KM_SLEEP); in h1394_attach()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h58 #define S1394_SELFID_BUF_SIZE 8192 macro