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

/illumos-gate/usr/src/uts/sun4u/chicago/io/fpc/
H A Dfpc-impl-4u.c57 } fire4u_specific_t; typedef in typeref:struct:fire4u_specific
61 fire4u_specific_t *devspec; /* Points to proper one for specific dev. */
135 fire4u_specific_t *platform_specific_data = NULL;
157 kmem_zalloc(sizeof (fire4u_specific_t), KM_SLEEP);
193 kmem_free(platform_specific_data, sizeof (fire4u_specific_t));
203 fire4u_specific_t *plat_arg = (fire4u_specific_t *)arg;
208 kmem_free(plat_arg, sizeof (fire4u_specific_t));

Completed in 45 milliseconds