Home
last modified time | relevance | path

Searched refs:sorted (Results 1 – 25 of 40) sorted by relevance

12

/titanic_44/usr/src/cmd/loadkeys/type_101/
H A Dneaten.sh55 sorted=/tmp/sorted.$$
79 sort -n +1 -o $sorted
82 markrow $sorted 0 0 "??? Unknown keys ???"
83 markrow $sorted 1 15 "Main Pad Row 1: digits, Backspace"
84 markrow $sorted 16 29 "Main Pad Row 2: Tab, QWERTY..."
85 markrow $sorted 30 43 "Main Pad Row 3: CapsLock, ASDFGH..., Enter"
86 markrow $sorted 44 57 "Main Pad Row 4: Shift, ZXCVBN..., Shift"
87 markrow $sorted 58 65 "Main Pad Row 5: Ctrl, Alt, Space, ..."
88 markrow $sorted 66 74 "??? Unknown keys ???"
89 markrow $sorted 75 89 "Arrow Pad"
[all …]
/titanic_44/usr/src/tools/pmodes/
H A Dbinsearch.c44 int sorted; member
55 x->sorted = 1; in new_itemlist()
78 l->sorted = l->nused <= 1; in item_add()
88 l->sorted = 0; in item_add_list()
133 if (!l->sorted) { in item_search()
135 l->sorted = 1; in item_search()
/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c91 ASSERT(boards.sorted); in fhc_bd_disabled()
102 if (!boards.sorted) { in fhc_check_array()
104 boards.sorted = TRUE; in fhc_check_array()
108 if (!clocks.sorted) { in fhc_check_array()
110 clocks.sorted = TRUE; in fhc_check_array()
208 ASSERT(boards.sorted); in fhc_bd_busy()
219 ASSERT(boards.sorted); in fhc_bd_is_jtag_master()
233 ASSERT(boards.sorted); in fhc_bd_is_plus()
250 boards.sorted = TRUE; /* Array of 0 elements is sorted. */ in fhc_bdlist_init()
255 clocks.sorted = TRUE; /* Array of 0 elements is sorted. */ in fhc_bdlist_init()
[all …]
/titanic_44/usr/src/cmd/prtvtoc/
H A Dprtvtoc.c155 struct extpartition *sorted[V_NUMPAR + 1]; in findfree() local
164 list = sorted; in findfree()
169 qsort((char *)sorted, (uint_t)(list - sorted), in findfree()
170 sizeof (*sorted), partcmp); in findfree()
173 for (list = sorted; (part = *list) != NULL; ++list) in findfree()
198 struct dk_part **sorted; in findfree64() local
201 sorted = calloc(sizeof (struct dk_part), efi->efi_nparts + 1); in findfree64()
203 list = sorted; in findfree64()
210 qsort((char *)sorted, (uint_t)(list - sorted), in findfree64()
211 sizeof (*sorted), partcmp64); in findfree64()
[all …]
/titanic_44/usr/src/cmd/kvmstat/
H A Dkvmstat.c125 kstat_instance_t **sorted, *ksi, *next; in kstat_instances_update() local
190 sorted = (void *)alloca(ninstances * sizeof (kstat_instance_t *)); in kstat_instances_update()
199 sorted[ninstances++] = ksi; in kstat_instances_update()
208 qsort(sorted, ninstances, sizeof (kstat_instance_t *), in kstat_instances_update()
211 *head = sorted[0]; in kstat_instances_update()
214 ksi = sorted[i]; in kstat_instances_update()
215 ksi->ksi_next = i < ninstances - 1 ? sorted[i + 1] : NULL; in kstat_instances_update()
/titanic_44/usr/src/lib/pyzfs/common/
H A Dallow.py111 for (nwho, perms) in sorted(d.items()):
117 (nwho[1:], ",".join(sorted(perms)))
127 s += "\t%s\n" % ",".join(sorted(self.create))
261 for (name, note) in sorted(perms_subcmd.iteritems()):
264 for (name, note) in sorted(perms_other.iteritems()):
267 for (name, prop) in sorted(zfs.dataset.proptable.iteritems()):
333 for fs in sorted(p.keys(), reverse=True):
/titanic_44/usr/src/cmd/rpcsvc/
H A Drusers.c77 static int sorted; variable
124 sorted++; in main()
130 sorted++; in main()
136 sorted++; in main()
163 if (sorted) in main()
169 if (sorted) { in main()
187 if (sorted) in main()
304 if (!sorted) { in print_info()
430 if (!sorted) { in print_info_3()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1524 dt_ahashent_t *h, **sorted; in dt_aggregate_walk_sorted() local
1548 sorted = dt_alloc(dtp, nentries * sizeof (dt_ahashent_t *)); in dt_aggregate_walk_sorted()
1550 if (sorted == NULL) in dt_aggregate_walk_sorted()
1554 sorted[i++] = h; in dt_aggregate_walk_sorted()
1559 dt_aggregate_qsort(dtp, sorted, nentries, in dt_aggregate_walk_sorted()
1567 qsort(sorted, nentries, sizeof (dt_ahashent_t *), sfunc); in dt_aggregate_walk_sorted()
1573 h = sorted[i]; in dt_aggregate_walk_sorted()
1587 dt_free(dtp, sorted); in dt_aggregate_walk_sorted()
1667 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; in dtrace_aggregate_walk_joined() local
1949 sorted = dt_alloc(dtp, nentries * sizeof (dt_ahashent_t *)); in dtrace_aggregate_walk_joined()
[all …]
/titanic_44/usr/src/test/test-runner/cmd/
H A Drun.py254 for dt, line in sorted(lines):
267 for _, line in sorted(lines):
473 for key in sorted(self.tests.keys()):
476 for key in sorted(self.testgroups.keys()):
510 self.testgroups[dirname].tests = sorted(filenames)
572 for test in sorted(self.tests.keys()):
575 for testgroup in sorted(self.testgroups.keys()):
662 for test in sorted(self.tests.keys()):
664 for testgroup in sorted(self.testgroups.keys()):
733 for p in sorted(options.pathnames):
[all …]
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c551 arctype sorted; in sortchildren() local
562 sorted.arc_childlist = 0; in sortchildren()
573 for (prevp = &sorted; prevp->arc_childlist; in sortchildren()
586 parentp->children = sorted.arc_childlist; in sortchildren()
594 arctype sorted; in sortparents() local
605 sorted.arc_parentlist = 0; in sortparents()
616 for (prevp = &sorted; prevp->arc_parentlist; in sortparents()
628 childp->parents = sorted.arc_parentlist; in sortparents()
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod107 Return list of all PGs sorted by ID.
111 Return list of all PGs sorted by walking the PG hierarchy depth first, starting
116 Return list of all PGs sorted by walking the PG hierarchy breadth first,
121 Return list of all CPUs in the PG specified. The list is sorted by CPU ID.
157 snapshot. Relationships are sorted by the level in the hierarchy If any PGs are
159 still keep them sorted.
/titanic_44/usr/src/tools/scripts/
H A Dwsdiff.py179 if sorted :
345 global sorted
378 sorted = True
1316 global sorted
1323 debugon = logging = vdiffs = reportAllSects = sorted = False
1352 if sorted :
1448 if sorted :
1457 if sorted :
1464 if sorted :
1516 if sorted :
H A Dvalidate_pkg.py418 for path in sorted(onlykeys1):
425 for path in sorted(onlykeys2):
430 for path in sorted(common):
661 for w in sorted(modewarnings):
874 for exc in sorted(exceptions):
882 for exc in sorted(harmfulexceptions):
/titanic_44/usr/src/tools/onbld/hgext/
H A Dcdm.py142 return [(path, None) for path in sorted(files)]
145 return [(ws.filepath(e.name), e) for e in sorted(active)]
294 for change in sorted(changes.keys()):
297 for entry in sorted(changes[change]):
337 for entry in sorted(filter(lambda x: x.is_renamed(), act)):
950 for head in sorted(map(repo.changelog.rev, heads), reverse=True):
1017 for name, nd, rev, local in sorted(clearedtags,
1022 for ntag, nnode in sorted(repo.tags().items(),
1035 for path in sorted(files):
1420 for elt in sorted(wl.list()):
/titanic_44/usr/src/cmd/hal/hald/
H A Dids.c977 static gboolean sorted = FALSE; in ids_find_pnp() local
980 if (!sorted) { in ids_find_pnp()
984 sorted = TRUE; in ids_find_pnp()
/titanic_44/usr/src/cmd/pgstat/
H A Dpgstat.pl807 my @sorted;
814 @sorted = reverse(grep { exists($pgs{$_}) } @pgs);
816 @sorted = sort { $pgs{$a}->{$key} <=> $pgs{$b}->{$key} } @_;
819 return ($inverse ? reverse(@sorted) : @sorted);
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c692 leak_bufctl_t **sorted; in leaky_dump() local
698 sorted = lk_types[i].lt_sorted; in leaky_dump()
702 lkb = *sorted++; in leaky_dump()
731 sorted = lk_types[i].lt_sorted; in leaky_dump()
734 lkb = *sorted++; in leaky_dump()
/titanic_44/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh82 echo $tst: output is not sorted
/titanic_44/usr/src/lib/libsqlite/tool/
H A Dlemon.c233 struct state **sorted; /* Table of states sorted by state number */ member
828 stp = lemp->sorted[i];
837 stp = lemp->sorted[i];
862 for(cfp=lemp->sorted[i]->cfp; cfp; cfp=cfp->next){
870 for(cfp=lemp->sorted[i]->cfp; cfp; cfp=cfp->next){
903 stp = lemp->sorted[i];
927 Action_add(&lemp->sorted[0]->ap,ACCEPT,sp,0);
933 stp = lemp->sorted[i];
949 for(ap=lemp->sorted[i]->ap; ap; ap=ap->next){
1410 lem.sorted = State_arrayof();
[all …]
/titanic_44/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl675 my (@sorted) = sort_on_count(@list);
676 my $formatted = list_format(' ', @sorted);
/titanic_44/usr/src/tools/onbld/Scm/
H A DWorkSpace.py634 ltip = sorted(localctxs or headctxs, key=lambda x: x.rev())[-1]
673 return sorted(ptips, key=lambda x: x.rev(), reverse=True)[0]
721 return sorted(wctx.files() + wctx.deleted()) or None
/titanic_44/usr/src/lib/libuutil/common/
H A Duu_list.c318 int sorted = lp->ul_sorted; in uu_list_find() local
339 if (sorted && cmp > 0) { in uu_list_find()
/titanic_44/usr/src/data/zoneinfo/
H A DREADME.illumos53 *** zone_sun.tab must remain sorted.
H A Dcountry.tab18 # The table is sorted by country code.
/titanic_44/usr/src/cmd/ps/
H A Dps.c1063 struct def_field *df, *sorted[NFIELDS]; in usage() local
1090 sorted[i++] = df; in usage()
1092 (void) qsort(sorted, NFIELDS, sizeof (void *), field_cmp); in usage()
1095 if (pos + strlen((df = sorted[i])->fname) + 1 >= 80) { in usage()

12