Home
last modified time | relevance | path

Searched refs:cbs (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/auths/
H A Dauths.c121 simplify(&cbs); in show_auths()
131 (void) printf("%s\n", cbs.auths[cbs.auth_cnt - 1]); in show_auths()
144 cbs_t *cbs = res; in add_auth() local
146 if (cbs->auth_cnt >= cbs->auth_max) { in add_auth()
148 cbs->auths = realloc(cbs->auths, in add_auth()
158 cbs->auths[cbs->auth_cnt] = strdup(authname); in add_auth()
159 cbs->auth_cnt++; in add_auth()
206 qsort(cbs->auths, cbs->auth_cnt, sizeof (cbs->auths[0]), mstrptr); in simplify()
215 if (strcmp(cbs->auths[i], cbs->auths[i + rem + 1]) == 0 || in simplify()
217 auth_match(cbs->auths[i], cbs->auths[i + rem + 1])) { in simplify()
[all …]
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c785 if (cbs == 0) { in main()
1149 obc += c = cbs - cbc; in main()
1361 if (c > (cbs - cbc)) { in main()
1363 c = cbs - cbc; in main()
1409 if (cbc == cbs) { in main()
1418 obc -= cbs - c - 1; in main()
1465 if (c > (cbs - cbc + 1)) { in main()
1466 c = cbs - cbc + 1; in main()
1580 obc += cbs - cbc; in main()
1581 c += cbs - cbc; in main()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_ll2.h138 struct ecore_ll2_cbs cbs; member
H A Decore_ll2_api.h189 const struct ecore_ll2_cbs *cbs; member
/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtokenmtddi.c392 uint32_t rate, cbs, pbs; in tokenmt_modify_action() local
492 if (nvlist_lookup_uint32(nvlp, TOKENMT_COMMITTED_BURST, &cbs) == 0) { in tokenmt_modify_action()
493 cfg_parms->committed_burst = cbs; in tokenmt_modify_action()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_dcb.c86 etscfg->cbs = (u8)((buf[offset] & I40E_IEEE_ETS_CBS_MASK) >> in i40e_parse_ieee_etscfg_tlv()
323 etscfg->cbs = 0; in i40e_parse_cee_pgcfg_tlv()
H A Di40e_type.h652 u8 cbs; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1521 …\texttt{cbs} & Callback functions that should be called on completion or release of rx / tx packet…