/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_dcb.c | 48 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, in ixgbe_dcb_calculate_tc_credits() argument 59 if (bw[i] < min_percent && bw[i]) in ixgbe_dcb_calculate_tc_credits() 60 min_percent = bw[i]; in ixgbe_dcb_calculate_tc_credits() 67 int val = min(bw[i] * multiplier, IXGBE_DCB_MAX_CREDIT_REFILL); in ixgbe_dcb_calculate_tc_credits() 73 max[i] = bw[i] ? (bw[i]*IXGBE_DCB_MAX_CREDIT)/100 : min_credit; in ixgbe_dcb_calculate_tc_credits() 307 u8 i, j, bw = 0, bw_id; in ixgbe_dcb_check_config_cee() local 320 bw = p->bwg_percent; in ixgbe_dcb_check_config_cee() 330 if (bw) { in ixgbe_dcb_check_config_cee() 334 } else if (!bw) { in ixgbe_dcb_check_config_cee() 342 bw_sum[i][bw_id] += bw; in ixgbe_dcb_check_config_cee() [all …]
|
/titanic_50/usr/src/lib/libcommputil/common/ |
H A D | sdp_parse_helper.c | 164 sdp_free_bandwidth(sdp_bandwidth_t *bw) in sdp_free_bandwidth() argument 168 while (bw != NULL) { in sdp_free_bandwidth() 169 next_bw = bw->b_next; in sdp_free_bandwidth() 170 if (bw->b_type != NULL) in sdp_free_bandwidth() 171 free(bw->b_type); in sdp_free_bandwidth() 172 free(bw); in sdp_free_bandwidth() 173 bw = next_bw; in sdp_free_bandwidth()
|
H A D | sdp.c | 457 sdp_add_bandwidth(sdp_bandwidth_t **bw, const char *type, uint64_t value) in sdp_add_bandwidth() argument 463 if (bw == NULL || type == NULL) in sdp_add_bandwidth() 473 if (*bw == NULL) { in sdp_add_bandwidth() 474 *bw = new_bw; in sdp_add_bandwidth() 476 tmp = *bw; in sdp_add_bandwidth() 727 sdp_bandwidth_t *bw; in sdp_get_length() local 764 bw = session->s_bw; in sdp_get_length() 765 SDP_LEN_BANDWIDTH(bw); in sdp_get_length() 813 bw = media->m_bw; in sdp_get_length() 814 SDP_LEN_BANDWIDTH(bw); in sdp_get_length() [all …]
|
H A D | sdp_parse.c | 524 sdp_parse_bandwidth(sdp_bandwidth_t **bw, const char *begin, const char *end, in sdp_parse_bandwidth() argument 559 if (*bw == NULL) { in sdp_parse_bandwidth() 560 *bw = new_bw; in sdp_parse_bandwidth() 562 tmp = *bw; in sdp_parse_bandwidth()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdladm.c | 493 dladm_str2bw(char *oarg, uint64_t *bw) in dladm_str2bw() argument 531 *bw = n * mult; in dladm_str2bw() 534 if (*bw / mult != n) in dladm_str2bw() 556 dladm_bw2str(int64_t bw, char *buf) in dladm_bw2str() argument 560 kbps = (bw%1000000)/1000; in dladm_bw2str() 561 mbps = bw/1000000; in dladm_bw2str()
|
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 95 mde_cookie_t node, uint64_t *bw); 106 uint64_t *bw); 1902 uint64_t *bw) in vsw_port_read_bandwidth() argument 1913 *bw = 0; in vsw_port_read_bandwidth() 1917 *bw = val; in vsw_port_read_bandwidth() 2099 vsw_bandwidth_read(vsw_t *vswp, md_t *mdp, mde_cookie_t node, uint64_t *bw) in vsw_bandwidth_read() argument 2107 *bw = 0; in vsw_bandwidth_read() 2111 *bw = val; in vsw_bandwidth_read() 2113 vsw_maxbw_propname, vswp->instance, *bw); in vsw_bandwidth_read()
|
H A D | vsw_phys.c | 1388 uint64_t *bw; in vsw_maccl_set_bandwidth() local 1397 bw = &port->p_bandwidth; in vsw_maccl_set_bandwidth() 1401 bw = &vswp->bandwidth; in vsw_maccl_set_bandwidth() 1432 *bw = maxbw; in vsw_maccl_set_bandwidth()
|
/titanic_50/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | b.lp | 54 *w 1 u\bw
|
H A D | ab.tn300 | 81 *w 1 u\bw
|
/titanic_50/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 780 double bw; in show_history_time() local 813 bw = (double)history->du_bandwidth/1000; in show_history_time() 814 (void) printf(" %.2f", bw); in show_history_time()
|
/titanic_50/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_drv.c | 1876 acpi_drv_warn_t bw; in acpi_drv_kstat_warn_update() local 1882 bw.bw_enabled = kbw.acpi_drv_bw_enabled.value.ui32; in acpi_drv_kstat_warn_update() 1883 bw.bw_charge_warn = kbw.acpi_drv_bw_charge_warn.value.ui32; in acpi_drv_kstat_warn_update() 1884 bw.bw_charge_low = kbw.acpi_drv_bw_charge_low.value.ui32; in acpi_drv_kstat_warn_update() 1885 ret = acpi_drv_set_warn(&bw); in acpi_drv_kstat_warn_update()
|
/titanic_50/usr/src/cmd/mdb/common/modules/mac/ |
H A D | mac.c | 120 mac_flow_bw2str(uint64_t bw, char *buf, ssize_t len) in mac_flow_bw2str() argument 124 kbps = (bw % 1000000)/1000; in mac_flow_bw2str() 125 mbps = bw/1000000; in mac_flow_bw2str()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_datapath_setup.c | 611 uint64_t cpu_speed, bw = 0; in mac_compute_soft_ring_count() local 620 bw = flent->fe_resource_props.mrp_maxbw; in mac_compute_soft_ring_count() 651 bw = bw/1000000; in mac_compute_soft_ring_count() 653 if (bw >= 1000) { in mac_compute_soft_ring_count() 663 srings = bw/cpu_speed; in mac_compute_soft_ring_count()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 181 bw botswana en
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | clc.h | 631 u8 bw; member
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | chars.in | 173 CHAR("+p", "-\bw", 982)
|
/titanic_50/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 569 double bw; in show_history_time() local 606 bw = (double)history->du_bandwidth/1000; in show_history_time() 607 (void) printf(" %.2f", bw); in show_history_time()
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 998 # hurd uses ^H instead of \E[D for cub1, as only ^H implements :bw: and it is 1015 :am:bw:eo:km:mi:ms:xo:\ 1100 :am:bw:eo:xo:\ 1334 :am:bw:eo:\ 1581 :bw:\ 1632 :NP:am:bs:bw:eo:km:ms:pt:ut:\ 1679 :am:bw:eo:ms:\ 1753 :am:bs:bw:eo:xo:\ 2574 :am:bw:hs:mi:ms:xn:xo:\ 3821 :5i:am:bw:eo:mi:ms:ut:xn:xo:XT:\ [all …]
|
H A D | terminfo.src | 1083 # hurd uses ^H instead of \E[D for cub1, as only ^H implements <bw> and it is 1098 am, bce, bw, eo, km, mir, msgr, xon, 1215 am, bw, eo, xon, 1475 am, bw, eo, 1801 bw, 1857 OTbs, OTpt, am, bce, bw, eo, km, msgr, npc, 1906 am, bce, bw, eo, msgr, npc, 2000 OTbs, am, bw, eo, xon, 2904 am, bce, bw, ccc, hs, mir, msgr, xenl, xon, XT, 4351 am, bce, bw, eo, mc5i, mir, msgr, xenl, xon, XT, [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_dcbx.c | 546 ets_params.cos[i].params.bw_params.bw = (u8_t)ets->cos_params[i].bw_tbl; in lm_dcbx_update_ets_config() 774 const u32_t bw, in lm_dcbx_fill_cos_entry() argument 779 cos_params->bw_tbl = bw; in lm_dcbx_fill_cos_entry() 786 if((DCBX_INVALID_COS_BW != bw)|| in lm_dcbx_fill_cos_entry() 1445 IN const u32_t bw, in lm_dcbx_fill_cos() argument 1451 entry_data->cos_bw = bw; in lm_dcbx_fill_cos()
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 1023 col(Celt_t* ce, int ic, unsigned char* bp, int bw, int bc, unsigned char* ep, int ew, int ec) in col() argument 1038 if (bw == 1) in col() 1056 else if (bw < COLL_KEY_MAX) in col() 1079 for (e = k + bw; k < e; *k++ = *s++); in col()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | caps | 43 auto_left_margin, "bw" "bw" cub1 wraps from column 0 to last column
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 67 auto_left_margin bw bw bool cub1 wraps from column 0 to last column
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 67 auto_left_margin bw bw bool cub1 wraps from column 0 to last column
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 959 const u8 bw, in elink_ets_e3b0_set_cos_bw() argument 965 const u32 cos_bw_nig = ((bw ? bw : 1) * min_w_val_nig) / total_bw; in elink_ets_e3b0_set_cos_bw() 966 const u32 cos_bw_pbf = ((bw ? bw : 1) * min_w_val_pbf) / total_bw; in elink_ets_e3b0_set_cos_bw() 1040 if (!ets_params->cos[cos_idx].params.bw_params.bw) { in elink_ets_e3b0_get_total_bw() 1046 ets_params->cos[cos_idx].params.bw_params.bw in elink_ets_e3b0_get_total_bw() 1050 ets_params->cos[cos_idx].params.bw_params.bw; in elink_ets_e3b0_get_total_bw() 1319 ets_params->cos[cos_entry].params.bw_params.bw, in elink_ets_e3b0_config()
|