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

/illumos-gate/usr/src/head/
H A Dnsctl.h54 * defines a map of build release to acceptable runtime release for the
55 * component. The build release is always an acceptable runtime
59 * runtime - comma &/or space separated list of acceptable runtime
65 const char *runtime; /* runtime release(s) */ member in struct:nsc_release
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c950 int num, int runtime)
955 if (runtime)
980 if (!runtime) {
1019 if (!runtime && __hal_device_register_poll(hldev, &bar0->tti_command_mem,
1026 if (!runtime) {
1044 __hal_device_tti_configure(xge_hal_device_t *hldev, int runtime) argument
1065 i * XGE_HAL_MAX_FIFO_TTI_NUM + j, runtime);
1082 XGE_HAL_MAX_FIFO_TTI_RING_0 + i, runtime);
1099 __hal_device_rti_configure(xge_hal_device_t *hldev, int runtime) argument
1105 if (runtime) {
949 __hal_device_tti_apply(xge_hal_device_t *hldev, xge_hal_tti_config_t *tti, int num, int runtime) argument
[all...]

Completed in 115 milliseconds