Searched defs:app (Results 26 - 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c606 vec_arg(const mdb_arg_t **app) argument
610 if ((*app)->a_type == MDB_TYPE_STRING)
611 value = (uintmax_t)(uintptr_t)(*app)->a_un.a_str;
613 value = (*app)->a_un.a_val;
615 (*app)++;
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c2509 * _SUCCESS - *app is held
2512 rc_node_find_ancestor(rc_node_t *np, uint32_t type, rc_node_t **app) argument
2532 *app = parent;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c204 for (pri = 0; pri < ARRSIZE(pdev->params.dcbx_port_params.app.traffic_type_priority); pri++)
239 // If priority tagging (app ID) isn't enabled then DCB should be disabled.
240 if(FALSE == pdev->params.dcbx_port_params.app.enabled)
261 for (pri = 0; pri < ARRSIZE(pdev->params.dcbx_port_params.app.traffic_type_priority); pri++)
263 DbgBreakIf(pdev->params.dcbx_port_params.app.traffic_type_priority[pri] >= MAX_PFC_PRIORITIES);
265 (u8_t)pdev->params.dcbx_port_params.app.traffic_type_priority[pri];
731 ARRSIZE(pdev->params.dcbx_port_params.app.traffic_type_priority));
734 if (pdev->params.dcbx_port_params.app.traffic_type_priority[add_traf_type] < MAX_PFC_PRIORITIES)
736 add_pg = (u8_t)pg_pri_orginal_spread[pdev->params.dcbx_port_params.app.traffic_type_priority[add_traf_type]];
742 (1 << pdev->params.dcbx_port_params.app
2491 lm_dcbx_get_ap_feature( INOUT lm_device_t *pdev, IN const dcbx_app_priority_feature_t *app, IN const dcbx_app_priority_entry_t *app_tbl_ext, IN const u8_t app_tbl_ext_size, IN const u32_t error) argument
3746 lm_dcbx_admin_mib_update_app_pri( IN lm_device_t *pdev, INOUT dcbx_app_priority_feature_t *app, INOUT u8_t *next_free_app_id_entry, IN const u16_t app_id, IN const u8_t traffic_type, IN const u8_t priority) argument
3823 lm_dcbx_ie_admin_mib_classif(IN lm_device_t *pdev, INOUT dcbx_app_priority_feature_t *app, IN const dcb_classif_params_t *classif_params, IN const u32_t flags ) argument
3928 lm_dcbx_ie_admin_mib_classif_wrapper(IN lm_device_t *pdev, INOUT dcbx_app_priority_feature_t *app, IN const dcb_classif_params_t *classif_params, OUT u8_t *classif_change_mcp_not_aware, IN const u32_t flags ) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c2040 struct spd_attribute *app; local
2140 app = (struct spd_attribute *)(spd_ext_actions + 1);
2146 switch (app->spd_attr_tag) {
2178 iap.iap_action = app->spd_attr_value;
2182 iap.iap_attr = app->spd_attr_value;
2186 iap.iap_aauth.alg_id = app->spd_attr_value;
2190 iap.iap_eencr.alg_id = app->spd_attr_value;
2194 iap.iap_eauth.alg_id = app->spd_attr_value;
2198 iap.iap_eencr.alg_minbits = app->spd_attr_value;
2202 iap.iap_eencr.alg_maxbits = app
2251 struct spd_attribute *app; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c4210 char **app; local
4228 for (app = fp->u.a.f_address->h_addr_list; (aptr = *app) != NULL; app++)
4445 char **app; local
4471 for (app = fp->u.a.f_address->h_addr_list;
4472 (aptr = (uint8_t *)*app) != NULL; app++) {
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h767 struct dcbx_app_priority_feature app; member in struct:dcbx_features
1005 * app to the driver through shmem2.
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_type.h562 struct i40e_dcb_app_priority_table app[I40E_DCBX_MAX_APPS]; member in struct:i40e_dcbx_config
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h689 app_params_t app; member in struct:_dcbx_port_params_t

Completed in 161 milliseconds

12