| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| validate.h | 59 unsigned short weight; member in struct:candidate
|
| /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/cmd/krb5/kadmin/kdcmgr/ |
| klookup.c | 54 int ttl, priority, weight, port, size; local 158 NS_GET16(weight, ansp);
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| 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/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/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/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/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/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/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/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/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/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/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/uts/sun4/io/px/ |
| px_intr.c | 949 int32_t weight; local 1029 /* Add weight to the cpu that we are already targeting */ 1030 weight = pci_class_to_intr_weight(rdip); 1031 intr_dist_cpuid_add_device_weight(ino_p->ino_cpuid, rdip, weight); 1134 int32_t weight; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/nameser/ |
| ns_print.c | 382 u_int priority, weight, port; local 388 /* Priority, Weight, Port. */ 390 weight = ns_get16(rdata); rdata += NS_INT16SZ; 392 len = SPRINTF((t, "%u %u %u ", priority, weight, port)); 635 /* Priority, Weight, Port. */
|
| /onnv/onnv-gate/usr/src/cmd/powertop/common/ |
| powertop.h | 147 int weight; member in struct:suggestion
|
| /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/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/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/cmd/man/src/util/nsgmls.src/lib/ |
| ArcEngine.cxx | 997 int weight = docSd_->digitWeight(tokens[i][j]); local 998 if (weight < 0) { 1008 val += weight; [all...] |
| /onnv/onnv-gate/usr/src/lib/mpapi/libmpapi/common/ |
| mpapi.h | 585 * paths should set this property to 1. Drivers with more weight settings 737 MP_UINT32 weight; member in struct:_MP_PATH_LOGICAL_UNIT_PROPERTIES [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/scsi/adapters/ |
| mpapi_impl.h | 233 uint32_t weight; member in struct:mp_path_prop
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| toke.c | 1768 int weight = 2; \/* let's weigh the evidence *\/ local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ |
| kstatcom.h | 198 kstat_named_t weight; member in struct:ipv6RouteEntry_named_kstat
|