Home
last modified time | relevance | path

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

12345678910>>...20

/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A Dlc33 bvbbox 6 get size ne {
40 bvbbox 1 get add bvbbox 1 3 -1 roll put
41 bvbbox 3 get exch sub bvbbox 3 3 -1 roll put
42 bvbbox 2 get bvbbox 0 get sub bvbbox 4 3 -1 roll put
43 bvbbox 2 get bvbbox 0 get add 2 div bvbbox 5 3 -1 roll put
46 bvbbox 0 get bvbbox 1 get moveto
47 bvbbox 0 get bvbbox 3 get lineto
48 bvbbox 5 get bvbbox 4 get 8 mul add dup bvbbox 3 get lineto
49 bvbbox 1 get lineto closepath clip newpath
51 bvbbox 5 get bvbbox 3 get moveto
[all …]
H A Dlf33 bvbbox 6 get size ne {
40 bvbbox 1 get add bvbbox 1 3 -1 roll put
41 bvbbox 3 get exch sub bvbbox 3 3 -1 roll put
42 bvbbox 2 get bvbbox 0 get sub bvbbox 4 3 -1 roll put
43 bvbbox 2 get bvbbox 0 get add 2 div bvbbox 5 3 -1 roll put
46 bvbbox 0 get bvbbox 1 get moveto
47 bvbbox 0 get bvbbox 3 get lineto
48 bvbbox 5 get bvbbox 4 get 8 mul add dup bvbbox 3 get lineto
49 bvbbox 1 get lineto closepath clip newpath
51 bvbbox 5 get bvbbox 1 get moveto
[all …]
H A Drf33 bvbbox 6 get size ne {
40 bvbbox 1 get add bvbbox 1 3 -1 roll put
41 bvbbox 3 get exch sub bvbbox 3 3 -1 roll put
42 bvbbox 2 get bvbbox 0 get sub bvbbox 4 3 -1 roll put
43 bvbbox 2 get bvbbox 0 get add 2 div bvbbox 5 3 -1 roll put
46 bvbbox 2 get bvbbox 1 get moveto
47 bvbbox 2 get bvbbox 3 get lineto
48 bvbbox 5 get bvbbox 4 get 8 mul sub dup bvbbox 3 get lineto
49 bvbbox 1 get lineto closepath clip newpath
51 bvbbox 5 get bvbbox 1 get moveto
[all …]
H A Drc33 bvbbox 6 get size ne {
40 bvbbox 1 get add bvbbox 1 3 -1 roll put
41 bvbbox 3 get exch sub bvbbox 3 3 -1 roll put
42 bvbbox 2 get bvbbox 0 get sub bvbbox 4 3 -1 roll put
43 bvbbox 2 get bvbbox 0 get add 2 div bvbbox 5 3 -1 roll put
46 bvbbox 2 get bvbbox 1 get moveto
47 bvbbox 2 get bvbbox 3 get lineto
48 bvbbox 5 get bvbbox 4 get 8 mul sub dup bvbbox 3 get lineto
49 bvbbox 1 get lineto closepath clip newpath
51 bvbbox 5 get bvbbox 3 get moveto
[all …]
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeDescription.java263 p = new ProbeDescription(list.get(0)); in parse()
266 p = new ProbeDescription(list.get(0), list.get(1)); in parse()
269 p = new ProbeDescription(list.get(0), list.get(1), in parse()
270 list.get(2)); in parse()
273 p = new ProbeDescription(list.get(0), list.get(1), in parse()
274 list.get(2), list.get(3)); in parse()
281 offset -= list.get(i).length(); in parse()
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DResourceMonitor.java171 StatisticList util = (StatisticList) get("utilization"); in updateDerived()
184 return ((AggregateStatistic)((StatisticList)get(name)). in getDerivedStatistic()
215 StatisticList first = (StatisticList) get("idle"); in calcDerivedStatistic()
228 StatisticList sl = (StatisticList) get(keys. in calcDerivedStatistic()
229 get(i)); in calcDerivedStatistic()
233 sl.get(sl.size() - 2); in calcDerivedStatistic()
244 ((AggregateStatistic)first.get(first.size() - in calcDerivedStatistic()
252 StatisticList sl = (StatisticList) get(name); in resetData()
H A DObjective.java188 typeObjs = (Map)objectives.get(type); in getInstance()
190 Class objClass = (Class)typeObjs.get(exp.getName()); in getInstance()
262 String key = (String) field.get(null); in registerObjectives()
531 Calculation src = (Calculation) calcMap.get(move.getFrom()); in calculate()
532 Calculation tgt = (Calculation) calcMap.get(move.getTo()); in calculate()
702 (LocalityGroup) allCPUData.get(new Integer(cpuid)); in countLgroups()
704 LGroupData cpulgp = (LGroupData) lgroupdata.get(lg); in countLgroups()
713 LGroupData cpulgp = (LGroupData) lgroupdata.get(lg); in countLgroups()
754 (LGroupData) lgroupdata.get(lgroup); in calcqA()
755 ResultTuple rst = (ResultTuple) results.get(lgroup); in calcqA()
[all …]
/titanic_50/usr/src/cmd/tzreload/
H A Dtzreload.c50 static void doit(const char *zname, const char *zroot, int get);
53 static void walk_zones(int get);
66 int all = 0, get = 0, init = 0; in main() local
77 get = 1; in main()
95 walk_zones(get); in main()
97 doit(NULL, "", get); in main()
190 doit(const char *zname, const char *zroot, int get) in doit() argument
201 if ((fd = open(file, get ? O_RDONLY : O_RDWR)) < 0) { in doit()
208 if (get) { in doit()
282 walk_zones(int get) in walk_zones() argument
[all …]
/titanic_50/usr/src/lib/print/libipp-listener/
H A DMakefile.com31 cups-get-classes.o cups-get-default.o cups-get-printers.o \
33 get-job-attributes.o get-jobs.o get-printer-attributes.o hold-job.o \
/titanic_50/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl131 msgid "set_configuration: get serial "
134 msgid "get device path failed\n"
142 msgid "get_config: get current config descr failed\n"
154 msgid "fill_in_ap_info: get dev descr failed\n"
156 msgid "get iManufacturer failed\n"
160 msgid "get string descr failed\n"
166 msgid "cfga_change_state: get device "
173 msgid "cfga_change_state: get device path failed\n"
/titanic_50/usr/src/cmd/units/
H A Dunits.c81 int get(void);
211 switch(c=get()) { in convr()
333 c = get(); in init()
349 c = get(); in init()
357 c = get(); in init()
412 c = get(); in getflt()
420 c = get(); in getflt()
425 c = get(); in getflt()
435 c = get(); in getflt()
438 c = get(); in getflt()
[all …]
/titanic_50/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s73 ldn [THREAD_REG + T_CPU], %g1 ! get cpu pointer
164 ldx [%l1 + G1_OFF], %g1 ! get code
169 sll %g1, SYSENT_SHIFT, %g4 ! delay - get index
194 TRACE_PTR(%g4, %g2) ! get trace pointer
202 ldn [%l1 + nPC_OFF], %g2 ! get saved npc (new pc)
204 ldx [%l1 + TSTATE_OFF], %g2 ! get saved tstate
234 ldx [%l1 + TSTATE_OFF], %g1 ! get saved tstate
235 ldn [%l1 + nPC_OFF], %g2 ! get saved npc (new pc)
317 ldx [THREAD_REG + T_CPU], %g1 ! get cpu pointer
407 lduw [%l1 + G1_OFF + 4], %g1 ! get 32-bit code
[all …]
/titanic_50/usr/src/tools/onbld/hgext/
H A Dcdm.py243 act = wslist[repo].active(opts.get('parent'))
251 if pats or opts.get('include') or opts.get('exclude'):
350 active = wslist[repo].active(opts.get('parent'))
354 check_db = not opts.get('nocheck')
372 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
382 elif (e or opts.get('honour_nots')) and exclude(f):
406 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
420 elif (e or opts.get('honour_nots')) and exclude(f):
442 filelist = buildfilelist(wslist[repo], opts.get('parent'), args)
466 elif (e or opts.get('honour_nots')) and exclude(f):
[all …]
/titanic_50/usr/src/test/zfs-tests/tests/functional/userquota/
H A Duserquota_007_pos.ksh60 log_must $ZFS get userquota@$QUSER1 $QFS
61 log_must $ZFS get groupquota@$QGROUP $QFS
72 log_must $ZFS get userquota@$QUSER1 $QFS
73 log_must $ZFS get groupquota@$QGROUP $QFS
/titanic_50/usr/src/psm/stand/bootblks/common/
H A Dutil.fth80 : get-package ( pkg$ -- ph )
91 " /openprom/client-services" get-package constant cif-ph
113 " /chosen" get-package constant chosen-ph
115 : get-property ( name$ ph -- prop$ )
116 >r 2dup r> get-package-property if ( name$ )
122 : get-string-prop ( name$ ph -- val$ )
123 get-property decode-string ( prop$' val$ )
127 : get-int-prop ( name$ ph -- n )
128 get-property decode-int ( prop$' n )
138 " mmu" chosen-ph get-int-prop constant mmu-ih
[all …]
H A Dboot.fth36 " /" get-package constant root-ph
75 " get-rd" fs-ih $call-method
122 : get-bootdev ( -- )
125 " bootarchive" chosen-ph get-package-property if
126 " bootpath" chosen-ph get-string-prop ( bootpath$ )
198 : get-file ( base fd -- [ alloc-sz virt size ] failed? )
217 : get-type ( adr -- )
285 : get-def-arch ( -- )
286 " device_type" root-ph get-package-property if
301 : get-arch ( -- )
[all …]
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java301 return ((Pool) elements.get("PoolInternal." + name)); in getPool()
350 ((Long)pools.get(i)).longValue())); in getPools()
407 return ((Resource) elements.get(type + "." + name)); in getResource()
458 ((Long)resources.get(i)).longValue())); in getResources()
484 return ((Component) comps.get(0)); in getComponent()
509 return (((Long)comps.get(0)).longValue()); in checkComponent()
540 ((Long)components.get(i)).longValue(), "type", in getComponents()
551 ((Long)components.get(i)).longValue(), in getComponents()
561 aList.add((Component)elements.get(type + "." + in getComponents()
565 get(i)).longValue())); in getComponents()
/titanic_50/usr/src/lib/librstp/common/
H A DREADME9 state machine transitions and get traps about drastic changes.
19 You will get prompt of 'mngr'; type '?' and get full help of
24 You will get prompt of 'bridge'; type '?' and get full help
/titanic_50/usr/src/psm/stand/bootblks/ufs/common/
H A Dufs.fth31 " /packages" get-package push-package
74 : get-super-block ( -- )
144 : get-indir ( fs-blk# var adr -- adr )
154 : get-indir0 ( fs-blk# -- adr )
155 cur-indir0 indir0-adr get-indir
160 : get-indir1 ( fs-blk# -- adr )
161 cur-indir1 indir1-adr get-indir
181 indirect0 l@ get-indir0 ( lblk# adr )
189 indirect1 l@ get-indir0 ( lblk# adr )
190 over >2-idx la+ l@ get-indir1 ( lblk# adr' )
[all …]
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java91 if (services.get(surl) == null) { in setReturn()
145 if (alreadySeen.get(rec) == null) { in setReturn()
185 if (alreadySeen.get(rec) == null) { in setReturn()
959 Hashtable ttable = (Hashtable)attrLevel.get(tag); in evaluate()
1019 BtreeVector bvec = (BtreeVector)ttable.get(key); in evaluate()
1029 BtreeVector bvec = (BtreeVector)ttable.get(typeKey); in evaluate()
1745 (Hashtable)urlScopeLangTable.get(url.toString()); in deleteAttributes()
1787 Hashtable langLevel = (Hashtable)scopeLevel.get(scope); in deleteAttributes()
1796 Vector listVec = (Vector)langLevel.get(lang); in deleteAttributes()
1811 if (ht.get(rec) != null) { in deleteAttributes()
[all …]
/titanic_50/usr/src/lib/libxcurses/src/libc/wide/
H A Dwio_get.c65 for (prev = EOF; (ch = (*wio->get)(wio->object)) != EOF; prev = ch) {
80 if (wio->get != (int (*)(int, void *)) 0)
115 if (wio == (t_wide_io *) 0 || wio->get == (int (*)(void *)) 0) {
128 if ((ch = (*wio->get)(wio->object)) == EOF)
/titanic_50/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s92 call 2f ! get PIC for PIC work
106 ld [%fp + 64], %l1 ! get argument count
109 add %l0, %l1, %l0 ! and get address of first env ptr
113 set EB_AUXV, %l1 ! get code for auxiliary vector
116 ld [%l0], %l1 ! get an entry
146 ! Call the startup function to get the real loader in here.
163 ldub [%i0 + %o2], %o0 ! get byte
170 call 1f ! get PC
173 set (s.ERROR - 2b), %o1 ! get PC-relative address
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmmap8 #define _mmap_anon 1 /* use mmap MAP_ANON to get raw memory */
9 #define _mmap_devzero 1 /* use mmap on /dev/zero to get raw memory */
12 /* some systems get it wrong but escape concise detection */
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmmap8 #define _mmap_anon 1 /* use mmap MAP_ANON to get raw memory */
9 #define _mmap_devzero 1 /* use mmap on /dev/zero to get raw memory */
12 /* some systems get it wrong but escape concise detection */
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmmap8 #define _mmap_anon 1 /* use mmap MAP_ANON to get raw memory */
9 #define _mmap_devzero 1 /* use mmap on /dev/zero to get raw memory */
12 /* some systems get it wrong but escape concise detection */

12345678910>>...20