Searched defs:weight (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_SetPathWeight.c32 MP_SetPathWeight(MP_OID pathOid, MP_UINT32 weight) argument
42 " - weight: %d",
43 weight);
/osnet-11/usr/src/cmd/powertop/common/
H A Dsuggestions.c66 pt_sugg_add(char *text, int weight, char key, char *sb_msg, sugg_func_t *func) argument
89 new->weight = weight;
102 if (weight > n->weight && pos == NULL)
116 new->weight = weight;
207 * Chose a suggestion to display. The list of suggestions is ordered by weight,
H A Dpowertop.h219 int weight; member in struct:suggestion
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnssrv.c67 unsigned short priority, weight, port; local
123 SAFE_GETUINT16(base, rdlen, p, 2, weight, out);
137 * with the weight field
145 srv->weight = weight;
/osnet-11/usr/src/lib/libsmbns/common/
H A Dlibsmbns.h54 int weight; /* DNS SRV record weight */ member in struct:smb_ads_host_info
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcollate.h80 struct _m_cord *cord; /* weight tables */
91 _m_weight_t cweight[COLL_WEIGHTS_MAX]; /* relative weight */
111 _m_weight_t weight[_M_COTOM_MAX]; member in struct:_m_cotom
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c382 u_int priority, weight, port; local
390 weight = ns_get16(rdata); rdata += NS_INT16SZ;
392 len = SPRINTF((t, "%u %u %u ", priority, weight, port));
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddomain.c210 int weight[MAXMXHOSTS]; local
375 weight[nmx] = 0;
378 weight[nmx] = mxrand(bp);
406 (prefs[i] == prefs[j] && weight[i] > weight[j]))
417 temp = weight[i];
418 weight[i] = weight[j];
419 weight[j] = temp;
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c63 short weight; member in struct:grub_font
212 font->weight = 0;
543 /* Convert the weight string 'normal' or 'bold' into a number. */
545 font->weight = FONT_WEIGHT_NORMAL;
547 font->weight = FONT_WEIGHT_BOLD;
977 d += (a->weight != b->weight) ? 5 : 0;
/osnet-11/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c2389 * Set the weight to be assigned to a particular path.
2394 * @param weight
2395 * weight that will be assigned to the path logical unit.
2420 * Returned when the weight parameter is greater than the plugin's
2427 MP_UINT32 weight)
2447 status = PassFunc(pathOid, weight);
2425 MP_SetPathWeight( MP_OID pathOid, MP_UINT32 weight) argument
H A Dmpapi.h585 * paths should set this property to 1. Drivers with more weight settings
737 MP_UINT32 weight; member in struct:_MP_PATH_LOGICAL_UNIT_PROPERTIES
1994 * Set the weight to be assigned to a particular path.
1999 * @param weight
2000 * weight that will be assigned to the path logical unit.
2022 * Returned when the weight parameter is greater than the plugin's
2029 MP_UINT32 weight
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dtoke.c1768 int weight = 2; /* let's weigh the evidence */ local
1779 weight -= 3;
1783 weight -= 10;
1786 weight -= 100;
1795 weight -= seen[un_char] * 10;
1799 weight -= 100;
1801 weight -= 10;
1806 weight -= 10;
1808 weight -= 1;
1815 weight
[all...]

Completed in 71 milliseconds