Searched refs:range (Results 1 - 25 of 90) sorted by relevance

1234

/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdevicerange.c35 * be used. If label range is not specified for the device in
46 blrange_t *range; local
49 if ((range = malloc(sizeof (blrange_t))) == NULL)
51 if ((range->lower_bound = blabel_alloc()) == NULL) {
52 free(range);
55 if ((range->upper_bound = blabel_alloc()) == NULL) {
56 blabel_free(range->lower_bound);
57 free(range);
63 * return its label range.
77 bsllow(range
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dhist.c50 int range[2], incr, index2, indx= -1; local
89 range[++indx] = flag;
139 range[++flag] = (int)strtol(arg, (char**)0, 10);
141 range[flag] += (hist_max(hp)-1);
148 if((range[++flag] = location.hist_command) < 0)
154 /* set default starting range */
163 range[0] = flag;
167 if(range[0]<index2)
168 range[0] = index2;
170 /* set default termination range */
[all...]
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DNetra-X4200-M2-disk-hc-topology.xmlgen32 <range name='bay' min='0' max='3'>
63 <range name='disk' min='0' max='0'>
65 </range>
67 </range>
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DSun-Fire-X4200-M2-disk-hc-topology.xmlgen32 <range name='bay' min='0' max='3'>
63 <range name='disk' min='0' max='0'>
65 </range>
67 </range>
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DSun-Fire-X4200-Server-disk-hc-topology.xmlgen32 <range name='bay' min='0' max='3'>
63 <range name='disk' min='0' max='0'>
65 </range>
67 </range>
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DSun-Fire-X4600-M2-disk-hc-topology.xmlgen32 <range name='bay' min='0' max='3'>
63 <range name='disk' min='0' max='0'>
65 </range>
67 </range>
/osnet-11/usr/src/lib/libproc/common/
H A Dproc_arg.c145 * Check to see if the user has supplied an lwp range. First,
305 proc_lwp_get_range(char *range, id_t *low, id_t *high) argument
307 if (*range == '-')
310 *low = (id_t)strtol(range, &range, 10);
312 if (*range == '\0' || *range == ',') {
316 if (*range != '-') {
319 range++;
321 if (*range
359 char *range = (char *)set; local
393 char *range = (char *)set; local
[all...]
/osnet-11/usr/src/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c42 * Validates that the user's label range contains
64 m_range_t *range; local
103 if ((range = getuserrange(user)) == NULL) {
111 free_labels(range, NULL);
117 free_labels(range, plabel);
120 if (!blinrange(plabel, range)) {
121 free_labels(range, plabel);
125 free_labels(range, plabel);
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,SUN-FIRE-X4270-M2-SERVER/
H A DSUN-FIRE-X4270-M2-SERVER-disk-hc-topology.xmlgen31 <range name='bay' min='0' max='11'>
33 </range>
34 <range name='bay' min='12' max='13'>
90 <range name='disk' min='0' max='0'>
92 </range>
94 </range>
/osnet-11/usr/src/lib/libc/port/gen/
H A Datexit.c155 * of the array range to SIG_DFL.
158 _preexec_sig_unload(Lc_addr_range_t range[], uint_t count) argument
172 in_range(handler, range, count)) {
195 * the union of the ranges specified by the elements of the array range.
198 _preexec_atfork_unload(Lc_addr_range_t range[], uint_t count) argument
216 in_range(func, range, count)) ||
218 in_range(func, range, count)) ||
220 in_range(func, range, count))) {
256 * the union of the ranges specified by the elements of the array range.
261 _preexec_tsd_unload(Lc_addr_range_t range[], uint_ argument
286 _preexec_exit_handlers(Lc_addr_range_t range[], uint_t count) argument
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dwc2utf8.c36 uint32_t range; member in struct:Utf8_s
58 if (w < ops[i].range)
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dunit.c304 * is created in \p *range describing a 2 units large area centered on
305 * \p *sector. If the \p range as described here would be partially outside
314 PedGeometry** range)
316 return ped_unit_parse_custom (str, dev, default_unit, sector, range);
369 PedGeometry** range)
416 if (range)
417 *range = ped_geometry_new (dev, *sector, 1);
419 return !range || *range != NULL;
424 if (range)
313 ped_unit_parse(const char* str, const PedDevice* dev, PedSector *sector, PedGeometry** range) argument
368 parse_chs(const char* str, const PedDevice* dev, PedSector* sector, PedGeometry** range) argument
500 ped_unit_parse_custom(const char* str, const PedDevice* dev, PedUnit unit, PedSector* sector, PedGeometry** range) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex.c41 # define re_search(bufp, string, size, startpos, range, regs) \
42 __re_search (bufp, string, size, startpos, range, regs)
46 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \
47 __re_search_2 (bufp, st1, s1, st2, s2, startpos, range, regs, stop)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpow.t13 # 3**30 < 2**48, don't trust things outside that range on a Cray
65 my ($base, $max, $range) = @$pow;
69 within ($got, $expect, $range, "$base ** $n got[$got] expect[$expect]");
/osnet-11/usr/src/lib/libtsol/common/
H A Dmisc.c415 * getuserrange - get label range for user
431 m_range_t *range; local
438 if ((range = malloc(sizeof (m_range_t))) == NULL) {
441 if ((range->lower_bound = m_label_alloc(MAC_LABEL)) == NULL) {
442 free(range);
445 def_min = range->lower_bound;
446 if ((range->upper_bound = m_label_alloc(USER_CLEAR)) == NULL) {
447 m_label_free(range->lower_bound);
448 free(range);
451 def_clr = range
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java37 * range known as a bucket and counts toward the frequency of that
39 * bucket's range always one less than the minimum of the next bucket's
40 * range. By convention each bucket is identified by the minimum of its
41 * range.
66 * values falling into that bucket's range; each element must be a
70 * does not have the expected range as defined by checkBucketRange()
92 * does not have the expected range as defined by checkBucketRange()
139 * Gets a two element array: the first elelemt is the range minimum
140 * (inclusive), the second element is the range maximum (inclusive).
168 long[] range; // tw
207 checkBucketRange(int i, Distribution.Bucket bucket, long[] range) argument
[all...]
H A DLogDistribution.java37 * consecutive ranges, each twice as large as the previous range. Each
38 * range, known as a bucket, begins at two to the power of <i>n</i> and
46 * falls into its range. Buckets are typically identified by their
48 * negative ranges: -1, -2, -4, -8, etc. The range of an entire {@code
97 * expected range (bounded by consecutive powers of two)
107 * Gets a two element array: the first elelemt is the range minimum
108 * (inclusive), the second element is the range maximum (inclusive).
117 long[] range = new long[] {min, max};
118 return range;
149 * frequencies at the zero bucket (the bucket whose range ha
[all...]
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcollate.h82 m_collel_t *cindex, /* index to range table map */
83 *range; /* Range table */ member in struct:_m_cinfo
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dunit.h84 PedGeometry** range);
87 PedGeometry** range);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm45 my $range = charscript($script);
46 print "looks like $script\n" if charinrange($range, $codepoint);
199 foreach my $range (@CharinfoRanges){
200 if ($range->[0] <= $code && $code <= $range->[1]) {
204 $rname = $range->[2] ? $range->[2]->($code) : '';
205 $rdec = $range->[3] ? $range->[3]->($code) : '';
206 $hexk = sprintf("%06X", $range
[all...]
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DSun-Fire-X4500-disk-hc-topology.xmlgen79 <range name='bay' min='0' max='47'>
192 <range name='disk' min='0' max='0'>
194 </range>
196 </range>
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DSun-Fire-X4540-disk-hc-topology.xmlgen79 <range name='bay' min='0' max='47'>
182 <range name='disk' min='0' max='0'>
184 </range>
186 </range>
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c40 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
42 #define IF_BIT_0(p) ttt = *(p); NORMALIZE; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
43 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits));
44 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CLzmaProb)(ttt - (ttt >> kNumMoveBits));
70 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<= 8; code = (code << 8) | (*buf++); }
72 #define IF_BIT_0_CHECK(p) ttt = *(p); NORMALIZE_CHECK; bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
73 #define UPDATE_0_CHECK range = bound;
74 #define UPDATE_1_CHECK range
184 UInt32 range = p->range; local
361 range >>= 1; local
525 UInt32 range = p->range; local
689 range >>= 1; local
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dcut.c136 register int range = 0; local
171 if(range)
173 --range;
174 if((n = (n ? (n-range) : (HUGE-1))) < 0)
175 error(ERROR_exit(1),"invalid range for c/f option");
176 *lp++ = range;
191 for(n=0,range= -2,dp=lp; *lp!=HUGE; lp+=2)
193 if(lp[0] <= range)
200 if((c = lp[0]+lp[1]-range)>0)
202 range
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dexpand.c278 char comma, range=0; local
286 range = comma = brace = 0;
346 range = 2;
367 range = 1;
413 if(range)
415 if(range==1)
462 if(!range)

Completed in 30 milliseconds

1234