Home
last modified time | relevance | path

Searched refs:bw (Results 1 – 25 of 27) sorted by relevance

12

/titanic_41/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c164 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 Dsdp.c457 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 Dsdp_parse.c524 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_41/usr/src/lib/libdladm/common/
H A Dlibdladm.c493 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_41/usr/src/uts/sun4v/io/
H A Dvsw.c95 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 Dvsw_phys.c1388 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_41/usr/src/cmd/troff/nroff.d/terms.d/
H A Db.lp54 *w 1 u\bw
H A Dab.tn30081 *w 1 u\bw
/titanic_41/usr/src/cmd/mdb/common/modules/mac/
H A Dmac.c113 mac_flow_bw2str(uint64_t bw, char *buf, ssize_t len) in mac_flow_bw2str() argument
117 kbps = (bw % 1000000)/1000; in mac_flow_bw2str()
118 mbps = bw/1000000; in mac_flow_bw2str()
/titanic_41/usr/src/cmd/flowstat/
H A Dflowstat.c797 double bw; in show_history_time() local
830 bw = (double)history->du_bandwidth/1000; in show_history_time()
831 (void) printf(" %.2f", bw); in show_history_time()
/titanic_41/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c1792 acpi_drv_warn_t bw; in acpi_drv_kstat_warn_update() local
1798 bw.bw_enabled = kbw.acpi_drv_bw_enabled.value.ui32; in acpi_drv_kstat_warn_update()
1799 bw.bw_charge_warn = kbw.acpi_drv_bw_charge_warn.value.ui32; in acpi_drv_kstat_warn_update()
1800 bw.bw_charge_low = kbw.acpi_drv_bw_charge_low.value.ui32; in acpi_drv_kstat_warn_update()
1801 ret = acpi_drv_set_warn(&bw); in acpi_drv_kstat_warn_update()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c610 uint64_t cpu_speed, bw = 0; in mac_compute_soft_ring_count() local
619 bw = flent->fe_resource_props.mrp_maxbw; in mac_compute_soft_ring_count()
650 bw = bw/1000000; in mac_compute_soft_ring_count()
652 if (bw >= 1000) { in mac_compute_soft_ring_count()
662 srings = bw/cpu_speed; in mac_compute_soft_ring_count()
/titanic_41/usr/src/lib/libast/common/port/
H A Dlc.tab181 bw botswana en
/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h631 u8 bw; member
/titanic_41/usr/src/cmd/dlstat/
H A Ddlstat.c569 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_41/usr/src/cmd/terminfo/
H A Dtermcap.src998 # 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 Dterminfo.src1083 # 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_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c546 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_41/usr/src/lib/libast/common/regex/
H A Dregcomp.c1023 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_41/usr/src/lib/libcurses/screen/
H A Dcaps43 auto_left_margin, "bw" "bw" cub1 wraps from column 0 to last column
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps67 auto_left_margin bw bw bool cub1 wraps from column 0 to last column
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps67 auto_left_margin bw bw bool cub1 wraps from column 0 to last column
/titanic_41/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c959 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()
/titanic_41/usr/src/uts/common/io/aac/
H A Daac.c5684 struct aac_blockwrite *bw = (struct aac_blockwrite *)br; in aac_cmd_fib_brw() local
5690 ddi_put32(acc, &bw->Command, VM_CtBlockWrite); in aac_cmd_fib_brw()
5691 ddi_put32(acc, &bw->Stable, CUNSTABLE); in aac_cmd_fib_brw()
5692 ddi_put32(acc, &bw->SgMap.SgCount, acp->left_cookien); in aac_cmd_fib_brw()
5693 sgp = &bw->SgMap.SgEntry[0]; in aac_cmd_fib_brw()
/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c1538 double bw; in show_usage_time() local
1575 bw = (double)usage->du_bandwidth/1000; in show_usage_time()
1576 (void) printf(" %.2f", bw); in show_usage_time()

12