Home
last modified time | relevance | path

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

12345

/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java167 public Set foreignGroups(Set exclude, List cpus) throws PoolsException in foreignGroups()
170 Set result = new HashSet(); in foreignGroups()
232 Set groups = getGroups(); in calcMaxLatency()
259 public Set getGroups() in getGroups()
261 Set groups = new HashSet(); in getGroups()
274 private void getGroups(LocalityGroup group, Set descendents) in getGroups()
276 Set children = group.getChildren(); in getGroups()
310 Set children = group.getChildren(); in getGroup()
H A DLocalityGroup.java65 private Set children;
111 public Set getChildren() in getChildren()
156 Set groups = new HashSet(); in countForeignGroups()
175 public Set contains(List cpus) throws PoolsException in contains()
177 Set contained = new HashSet(); in contains()
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregateSpec.java35 private Set <String> includedAggregationNames;
36 private Set <String> clearedAggregationNames;
113 public Set <String>
122 public Set <String>
H A DConsumer.java528 public Aggregate getAggregate(Set <String> includedAggregationNames) in getAggregate()
561 public Aggregate getAggregate(Set <String> includedAggregationNames, in getAggregate()
562 Set <String> clearedAggregationNames) throws DTraceException; in getAggregate()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java170 Set oSet = new HashSet(); in initialize()
210 Set oSet = new HashSet(); in initialize()
308 Set elemObj = (Set)objMap.get(elem); in hasNonWorkloadDependentObjectives()
335 Set elemObj = (Set)objMap.get(elem); in hasWorkloadDependentObjectives()
388 Set elemObj = (Set) objMap.get(elem); in examine()
560 Set elemObj = (Set) objMap.get(elem); in solve()
776 private void addObjective(Set oSet, String type, Expression exp) in addObjective()
917 public Set getObjectives(Element elem) in getObjectives()
919 return ((Set)objMap.get(elem)); in getObjectives()
H A DSolver.java32 import java.util.Set;
95 public Set getObjectives(Element elem); in getObjectives()
H A DObjective.java709 Set groups = lgroupdata.keySet(); in countLgroups()
748 Set allgroups = (Set) results.keySet(); in calcqA()
789 private void calcResults(Set allLGroups) in calcResults()
826 PSETData(Set allLGroups, Map allCPUData, Resource p) in PSETData()
876 private Set allLGroups;
/titanic_41/usr/src/lib/libsqlite/src/
H A DvdbeInt.h193 typedef struct Set Set; typedef
194 struct Set { struct
264 Set *aSet; /* An array of sets */
/titanic_41/usr/src/lib/libeti/form/common/
H A Dfieldtype.c103 Set(t, LINKED); in link_fieldtype()
106 Set(t, ARGS); in link_fieldtype()
109 Set(t, CHOICE); in link_fieldtype()
141 Set(t, ARGS); in set_fieldtype_arg()
155 Set(t, CHOICE); in set_fieldtype_choice()
H A Dchg_char.c272 Set(c, TOP_CHG); in _scr_fline()
287 Set(c, TOP_CHG); in _scr_bline()
302 Set(c, TOP_CHG); in _scr_fpage()
319 Set(c, TOP_CHG); in _scr_bpage()
337 Set(c, TOP_CHG); in _scr_fhpage()
355 Set(c, TOP_CHG); in _scr_bhpage()
H A Dutility.c208 Set(c, TOP_CHG); in _update_current()
212 Set(c, TOP_CHG); in _update_current()
288 Set(f, BUF_CHG); in _sync_buffer()
375 Set(f, TOP_CHG); in _sync_field()
380 Set(f, USR_CHG); in _sync_field()
414 Set(f, TOP_CHG); in _sync_attrs()
463 Set(f, GROWABLE); in _sync_opts()
486 Set(c, USR_CHG); in _validate()
514 Set(c, TOP_CHG); in _set_current_field()
H A Dchg_data.c99 Set(f, BUF_CHG); in _grow_field()
308 Set(f, WIN_CHG); in _new_line()
351 Set(f, WIN_CHG); in _new_line()
464 Set(f, WIN_CHG); in _del_prev()
535 Set(f, OVERLAY); in _ovl_mode()
606 Set(f, WIN_CHG); in _data_entry()
H A Dfield_stat.c44 Set(f, USR_CHG); in set_field_status()
/titanic_41/usr/src/cmd/nsadmin/
H A Dsystem29 * Set the search path for modules. This has a format similar to the
43 * rootfs: Set the filesystem type of the root.
45 * rootdev: Set the root device. This should be a fully
86 * Set an integer variable in the kernel or a module to a new value.
/titanic_41/usr/src/lib/libeti/form/inc/
H A Dutility.h69 #define Set(f, s) ((f) -> status |= (s)) macro
92 Set(f, DRIVER); \
100 Set(f, DRIVER); \
108 Set(f, DRIVER); \
116 Set(f, DRIVER); \
/titanic_41/usr/src/lib/libslp/etc/
H A Dslp.conf.example86 # Set this property to change the default DA Heartbeat (10800 seconds).
125 # Set this property to change the default interval between DA discoveries.
132 # Set this property to change the maximum amount of time to wait until
140 # Set this property to control the intervals used in multicast convergance.
167 # Set this property to change the maximum random wait bound (used with
181 # Set this property to restrict SLP to specific interfaces. Default is
194 # Set this property to limit the total number of results for any
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps149 column_address hpa ch str Set cursor column (PG)
273 set_tab hts st str Set a tab in all rows, current column.
412 set_left_margin smgl ML str Set left margin at current column
413 set_right_margin smgr MR str Set right margin at current column
415 set_clock sclk SC str Set clock to hours #1, minutes #2, seconds #3
438 orig_pair op op str Set default color-pair to the orignal one
439 orig_colors oc oc str Set all color(-pair)s to the original ones
442 set_color_pair scp sp str Set current color-pair to #1
443 set_foreground setf Sf str Set current foreground color #1
444 set_background setb Sb str Set current background color #1
[all …]
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps149 column_address hpa ch str Set cursor column (PG)
273 set_tab hts st str Set a tab in all rows, current column.
412 set_left_margin smgl ML str Set left margin at current column
413 set_right_margin smgr MR str Set right margin at current column
415 set_clock sclk SC str Set clock to hours #1, minutes #2, seconds #3
438 orig_pair op op str Set default color-pair to the orignal one
439 orig_colors oc oc str Set all color(-pair)s to the original ones
442 set_color_pair scp sp str Set current color-pair to #1
443 set_foreground setf Sf str Set current foreground color #1
444 set_background setb Sb str Set current background color #1
[all …]
/titanic_41/usr/src/lib/libcurses/screen/
H A Dcaps144 column_address, "hpa" "ch" Set cursor column (G)
268 set_tab, "hts" "st" Set a tab in all rows, current column.
407 set_left_margin, "smgl" "ML" Set soft left margin
408 set_right_margin, "smgr" "MR" Set soft right margin
413 set_clock, "sclk" "SC" Set time-of-day clock
440 set_color_pair, "scp" "sp" Set color pair
441 set_foreground, "setf" "Sf" Set foreground color using RGB escape
442 set_background, "setb" "Sb" Set background color using RGB escape
452 enter_draft_quality, "sdrfq" "ZG" Set draft quality print
456 enter_near_letter_quality, "snlq" "ZK" Set near-letter quality print
[all …]
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dmemset.s93 .dalign: ! Set bytes until 8-byte aligned
113 .walign: ! Set bytes until 4-byte aligned
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog84 (CMDLINE_BUF): Set to DEFAULT_FILE_BUF + DEFAULT_FILE_BUFLEN.
85 (MENU_BUFLEN): Set to 0x8000 + PASSWORD_BUF - MENU_BUF.
340 (CMDLINE_BUF): Set to DEFAULT_FILE_BUF + DEFAULT_FILE_BUFLEN.
341 (MENU_BUFLEN): Set to 0x8000 + PASSWORD_BUF - MENU_BUF.
450 [FSYS_UFS2] (STAGE2_ID): Set to STAGE2_ID_UFS2_STAGE1_5.
588 [FSYS_ISO9660] (STAGE2_ID): Set to STAGE2_ID_ISO9660_STAGE1_5.
625 Set the sector size to SECTOR_SIZE if it is not a CD-ROM.
655 * lib/device.c (get_drive_geometry): Set GEOM->SECTOR_SIZE to
960 * lib/device.c (get_ide_disk_name) [__QNXNTO__]: Set NAME to
962 (get_floppy_disk_name) [__QNXNTO__]: Set NAME to "/dev/fdX".
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/frutree/
H A Dsystem-board.info123 * Set _fru_parent for memory seeprom devices
171 * Set _fru_parent of /platform to system-board
177 * Set _fru_parent of cpu to the cpu-module fru
183 * Set _fru_parent for temperature-device
204 * Set _fru_parent of pci to the pci-card fru
/titanic_41/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java51 Set <String> included = new HashSet <String> (); in testIncluded()
96 Set <String> cleared = new HashSet <String> (); in testCleared()
/titanic_41/usr/src/lib/brand/shared/brand/amd64/
H A Drunexe.s59 movq %rax, %rsp / Set %rsp to what linkers expect
/titanic_41/usr/src/lib/brand/shared/brand/i386/
H A Drunexe.s59 movl %eax, %esp / Set %esp to what linkers expect

12345