HomeSort by relevance Sort by last modified time
    Searched refs:weight (Results 1 - 25 of 57) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
MP_SetPathWeight.c 32 MP_SetPathWeight(MP_OID pathOid, MP_UINT32 weight)
42 " - weight: %d",
43 weight);
MP_GetPathLogicalUnitProperties.c 168 pProps->weight = pathInfo.weight;
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
validate.h 59 unsigned short weight; member in struct:candidate
validate.c 547 * Compute a ``weight'' for this printer,
549 * the printer with the highest weight.
551 pc->weight = 0;
553 pc->weight += WEIGHT_NOFILTER;
555 pc->weight += WEIGHT_FREE;
557 pc->weight += WEIGHT_ENABLED;
559 pc->weight += WEIGHT_MOUNTED;
561 pc->weight += WEIGHT_MOUNTED;
563 pc->weight += WEIGHT_SELECTS;
566 if (pc->weight == WEIGHT_MAX)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
ProportionalLayout.java 35 * horizontally or vertically to components in proportion to a weight assigned
69 Integer weight; local
71 weight = Integer.decode(name);
73 weight = new Integer(1);
75 totalWeight += weight.intValue();
76 components.put(component, weight);
80 Integer weight = (Integer)components.get(component); local
81 totalWeight -= weight.intValue();
  /onnv/onnv-gate/usr/src/common/bzip2/
huffman.c 37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
54 if (weight[tmp] < weight[heap[yy]]) break; \
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88 weight[0] = 0;
105 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2])
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
cnex.h 50 int32_t weight; /* Interrupt weight for device class */ member in struct:cnex_intr_map
65 int32_t weight; /* intr weight */ member in struct:cnex_intr
  /onnv/onnv-gate/usr/src/cmd/powertop/common/
suggestions.c 66 pt_sugg_add(char *text, int weight, char key, char *sb_msg, sugg_func_t *func)
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,
powertop.h 147 int weight; member in struct:suggestion
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
dnssrv.c 65 unsigned short priority, weight, port; local
119 SAFE_GETUINT16(base, rdlen, p, 2, weight, out);
133 * with the weight field
141 srv->weight = weight;
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/
collate.h 80 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
  /onnv/onnv-gate/usr/src/uts/common/os/
ddi_intr_impl.c 352 * The "ddi-intr-weight" property contains the weight of each interrupt
365 int32_t weight; local
367 weight = ddi_prop_get_int(DDI_DEV_T_ANY, dip,
368 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "ddi-intr-weight", -1);
369 if (weight < -1)
370 weight = -1; /* undefined */
371 return (weight);
375 i_ddi_set_intr_weight(dev_info_t *dip, int32_t weight)
380 if ((weight > 0) && (oweight != weight)
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
malloc.c 171 * Search for the first node which has a weight less
177 while (weight(x) >= len) {
270 left_weight = weight(left_branch);
272 right_weight = weight(right_branch);
293 left_weight = weight(left_branch);
309 right_weight = weight(right_branch);
355 x_weight = weight(x);
358 left_weight = weight(left_branch);
359 right_weight = weight(right_branch);
372 left_weight = weight(left_branch)
    [all...]
mallint.h 102 * weight(x) is the size of a block, in bytes; or 0 if and only if x
108 #define weight(x) ((x) == NIL? 0: (x->size)) macro
  /onnv/onnv-gate/usr/src/uts/sun4/os/
intr.c 442 * are issued to redirect interrupts of a specified weight, from heavy to
443 * light. This allows all the interrupts of a given weight to be redistributed
444 * for all weighted nexus drivers prior to those of less weight.
527 * associated with interrupt weights by ordering operations from heavy weight
528 * to light weight. When a CPUs orientation changes relative to interrupts,
535 * occurring late, so optimal "isolation" relative to weight is not occurring.
537 * might improve "spread" for medium weight devices since the "isolation" of
538 * a higher weight device may no longer be present.
547 * weight delta is large enough, and call cv_signal from timeout - causing
571 int32_t weight, max_weight local
812 int32_t weight; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
GBLayout.java 55 double weightX[]; /* largest weight in each column */
56 double weightY[]; /* largest weight in each row */
159 Unless you specify a weight
164 This is because when the weight is zero(the default),
492 * and rows after taking into account the weight constraints that
780 double weight_diff, weight, start, size; local
1601 double weight; local
    [all...]
  /onnv/onnv-gate/usr/src/psm/stand/boot/common/
heap_kmem.c 113 * weight(x) is the size of a block, in bytes; or 0 if and only if x
118 #define weight(x) ((x) == NIL? 0: (x->size)) macro
221 * Search for the first node which has a weight less
226 while (weight(x) >= len) {
316 if (weight(left_branch) >= weight(right_branch)) {
374 wx = weight(x);
376 while (weight(left_branch) > wx || weight(right_branch) > wx) {
380 if (weight(left_branch) >= weight(right_branch))
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
cnex.c 95 * Interrupts for VIO devclass channels are given more weight than
98 * Transmit interrupts are given a zero weight because they are
113 static void cnex_intr_redist(void *arg, int32_t weight_max, int32_t weight);
317 * Note: any interrupts with weight greater than or equal to
319 * invoked with (weight == weight_max) which will be once per
324 cnex_intr_redist(void *arg, int32_t weight_max, int32_t weight)
337 if (cldcp->tx.hdlr && (cldcp->tx.weight == weight ||
338 (weight_max == weight && cldcp->tx.weight > weight)))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/
nisprefadm.c 60 int *weight; member in struct:server_list
401 servers->weight = (int *)malloc(servers->alloc * sizeof (int));
402 if (servers->weight == NULL || servers->list == NULL) {
409 servers->weight[i] = -1;
435 servers->weight[i] = -1;
450 int weight; local
458 parse_server(s, &host, &interface, &weight);
466 servers->weight[i] = weight;
475 servers->weight[i] = weight
512 int weight; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmbns/common/
libsmbns.h 52 int weight; /* DNS SRV record weight */ member in struct:smb_ads_host_info
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
domain.c 231 int weight[MAXMXHOSTS]; local
396 weight[nmx] = 0;
399 weight[nmx] = mxrand(bp);
427 (prefs[i] == prefs[j] && weight[i] > weight[j]))
438 temp = weight[i];
439 weight[i] = weight[j];
440 weight[j] = temp;
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
klookup.c 54 int ttl, priority, weight, port, size; local
158 NS_GET16(weight, ansp);
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
metaslab.c 311 metaslab_group_sort(metaslab_group_t *mg, metaslab_t *msp, uint64_t weight)
314 * Although in principle the weight can be any value, in
317 ASSERT(weight >= SPA_MINBLOCKSIZE-1 || weight == 0);
323 msp->ms_weight = weight;
772 uint64_t weight, space; local
777 * The baseline weight is the metaslab's free space.
780 weight = space;
787 * higher weight to lower metaslabs (multiplier ranging from 2x to 1x).
791 weight = 2 * weight
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/io/pci/
pci_intr.c 464 int32_t weight; local
494 * don't add (or remove) device weight for pulsed interrupt
527 /* add weight to the cpu that we are already targeting */
529 weight = pci_class_to_intr_weight(rdip);
530 intr_dist_cpuid_add_device_weight(cpu_id, rdip, weight);
572 * Select cpu and compute weight, saving both for sharing and removal.
579 weight = pci_class_to_intr_weight(rdip);
580 intr_dist_cpuid_add_device_weight(cpu_id, rdip, weight);
647 * No weight was added by pci_add_intr for PCI_PULSE_INO
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
Collate.pm 49 # Shifted weight at 4th level
647 my @buf; # weight arrays
1179 In DUCET v4.0.0, primary weight of C<C> is C<0E60>
1180 and that of C<D> is C<0E6D>. So setting primary weight of C<CH> to C<0E6A>
1184 C<small capital C> (C<U+1D04>) with primary weight C<0E64>,
1187 Then primary weight C<0E6A> for C<CH> makes C<CH>
1195 it will be added as a terminator primary weight to the end of
1214 automatically terminated with a terminator primary weight.
    [all...]

Completed in 480 milliseconds

1 2 3