Searched refs:PARAM_COUNT (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_ndd.c94 { PARAM_COUNT, 0, 0, 0, NULL }
133 { PARAM_COUNT, 0, 0, 0, NULL }
H A Dunm_nic.h328 PARAM_COUNT enumerator in enum:__anon6413
583 nd_param_t nd_params[PARAM_COUNT];
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_ndd.c96 { PARAM_COUNT, 0, 0, 0, NULL }
136 { PARAM_COUNT, 0, 0, 0, NULL }
H A Drge.h207 PARAM_COUNT enumerator in enum:__anon6472
473 nd_param_t nd_params[PARAM_COUNT];
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c3406 PARAM_COUNT enumerator in enum:__anon166
3745 ASSERT(item < PARAM_COUNT);
3765 kmem_zalloc(sizeof (struct gem_nd_arg) * PARAM_COUNT, KM_SLEEP);
3918 kmem_free(dp->nd_arg_p, sizeof (struct gem_nd_arg) * PARAM_COUNT);
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c3334 PARAM_COUNT enumerator in enum:__anon251
3691 ASSERT(item < PARAM_COUNT);
3711 kmem_zalloc(sizeof (struct usbgem_nd_arg) * PARAM_COUNT, KM_SLEEP);
3868 kmem_free(dp->nd_arg_p, sizeof (struct usbgem_nd_arg) * PARAM_COUNT);

Completed in 76 milliseconds