Home
last modified time | relevance | path

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

12345678910>>...22

/illumos-gate/usr/src/common/ficl/softcore/
H A Dstring.fr24 : get-count ( 2:this -- count ) my=[ .count get ] ;
27 : ?empty ( 2:this -- flag ) --> get-count 0= ;
29 : get-buflen ( 2:this -- len ) my=[ .buflen get ] ;
32 : get-buf ( 2:this -- ptr ) my=[ .buf get-ptr ] ;
46 this my=> get-buf
65 this --> get-buflen 0=
74 size this --> get-buflen > if
75 this --> get-buf size resize
84 c-addr this --> get-buf u move
87 : get { 2:this -- c-addr u }
[all …]
H A Dclasses.fr17 : get ( inst class -- refinst refclass )
26 : get drop c@ ;
33 : get drop w@ ;
40 : get drop q@ ;
48 : get drop @ ;
59 \ they point to, and supply get and set methods.
68 \ get the value of the pointer
69 : get-ptr ( inst class -- addr )
71 c-cell => get
87 c-ptr => get-ptr 0=
[all …]
H A Dficlclass.fr20 : get-name ( inst class -- c-addr u )
22 my=[ .pName get-ptr ] -rot
23 my=[ .nName get ]
31 2dup --> get-name type cr
39 \ get-current c-wordlist --> ref current
51 --> get-name ." ficl wordlist " type cr ;
55 : get-name drop wid-get-name ;
57 this my=[ .size get ] 0 do
60 2dup --> get-name type space
81 --> .sp --> .addr --> prev --> get ;
H A Dforml.fr16 : get-name ( inst class -- c-addr u )
19 --> .length --> get
27 : ? ( inst class ) c-example => get-name type cr ;
36 c-word --> get-wid ficl-set-current
40 2dup --> get-name type cr
51 this --> .state --> get
57 this --> .state --> get
H A Doo.fr168 \ : get-wid metaclass => .wid @ ;
170 \ my-class get-wid ( -- wid-of-my-class )
195 dup ?object if \ If object member, get new class. Otherwise assume same class
255 class meta --> get-size offset +
268 class meta --> get-size nobjs * offset +
290 current-class @ 8 + dup @ dup 1+ rot ! \ Kludge fix to get to .vtCount before it's defined.
301 current-class @ 8 + dup @ dup 1+ rot ! \ Kludge fix to get to .vtCount before it's defined.
397 : get-size metaclass => .size @ ;
398 : get-wid metaclass => .wid @ ;
399 : get-super metaclass => .super @ ;
[all …]
/illumos-gate/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 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 …]
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 …]
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/
H A Dbasic-get-feature.c36 nvme_ioctl_get_feature_t get; in main() local
38 (void) memset(&get, 0, sizeof (get)); in main()
39 get.nigf_fid = NVME_FEAT_TEMPERATURE; in main()
41 if (ioctl(fd, NVME_IOC_GET_FEATURE, &get) != 0) { in main()
44 } else if (get.nigf_common.nioc_drv_err != NVME_IOCTL_E_OK) { in main()
47 get.nigf_common.nioc_drv_err); in main()
50 if (get.nigf_cdw0 == 0) { in main()
/illumos-gate/usr/src/test/nvme-tests/tests/nvmeadm/
H A Dnvmeadm_test.ksh301 nvmeadm_fail get-logpage
302 nvmeadm_fail get-logpage health
303 nvmeadm_fail get-logpage health health
304 nvmeadm_fail get-logpage $nt_dev
305 nvmeadm_fail get-logpage $nt_dev,$nt_dev/1
306 nvmeadm_fail get-logpage $nt_dev $nt_dev
307 nvmeadm_fail get-logpage $nt_dev sephiorth
308 nvmeadm_fail get-logpage $nt_dev health sephiorth
309 nvmeadm_fail get-logpage $nt_dev health,error
322 nvmeadm_fail get-features
[all …]
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_validate.c412 nvme_validate_get_feature(nvme_t *nvme, nvme_ioctl_get_feature_t *get) in nvme_validate_get_feature() argument
415 const uint32_t nsid = get->nigf_common.nioc_nsid; in nvme_validate_get_feature()
423 if (nvme_std_feats[i].nfeat_fid == get->nigf_fid) { in nvme_validate_get_feature()
430 return (nvme_ioctl_error(&get->nigf_common, in nvme_validate_get_feature()
440 return (nvme_ioctl_error(&get->nigf_common, in nvme_validate_get_feature()
459 return (nvme_ioctl_error(&get->nigf_common, in nvme_validate_get_feature()
464 return (nvme_ioctl_error(&get->nigf_common, in nvme_validate_get_feature()
479 if (!nvme_validate_one_field(&get->nigf_common, get->nigf_sel, in nvme_validate_get_feature()
484 if (get->nigf_sel == NVME_FEATURE_SEL_SUPPORTED) { in nvme_validate_get_feature()
485 if (get->nigf_cdw11 != 0) { in nvme_validate_get_feature()
[all …]
/illumos-gate/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()
/illumos-gate/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 …]
/illumos-gate/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 …]
/illumos-gate/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 \
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl129 msgid "set_configuration: get serial "
132 msgid "get device path failed\n"
140 msgid "get_config: get current config descr failed\n"
152 msgid "fill_in_ap_info: get dev descr failed\n"
154 msgid "get iManufacturer failed\n"
158 msgid "get string descr failed\n"
164 msgid "cfga_change_state: get device "
171 msgid "cfga_change_state: get device path failed\n"
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.S62 ldn [THREAD_REG + T_CPU], %g1 ! get cpu pointer
153 ldx [%l1 + G1_OFF], %g1 ! get code
158 sll %g1, SYSENT_SHIFT, %g4 ! delay - get index
183 TRACE_PTR(%g4, %g2) ! get trace pointer
191 ldn [%l1 + nPC_OFF], %g2 ! get saved npc (new pc)
193 ldx [%l1 + TSTATE_OFF], %g2 ! get saved tstate
223 ldx [%l1 + TSTATE_OFF], %g1 ! get saved tstate
224 ldn [%l1 + nPC_OFF], %g2 ! get saved npc (new pc)
297 ldx [THREAD_REG + T_CPU], %g1 ! get cpu pointer
387 lduw [%l1 + G1_OFF + 4], %g1 ! get 32-bit code
[all …]
/illumos-gate/usr/src/cmd/units/
H A Dunits.c79 int get(void);
210 switch(c=get()) { in convr()
332 c = get(); in init()
348 c = get(); in init()
356 c = get(); in init()
411 c = get(); in getflt()
419 c = get(); in getflt()
424 c = get(); in getflt()
434 c = get(); in getflt()
437 c = get(); in getflt()
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java299 return ((Pool) elements.get("PoolInternal." + name)); in getPool()
348 ((Long)pools.get(i)).longValue())); in getPools()
405 return ((Resource) elements.get(type + "." + name)); in getResource()
456 ((Long)resources.get(i)).longValue())); in getResources()
482 return ((Component) comps.get(0)); in getComponent()
507 return (((Long)comps.get(0)).longValue()); in checkComponent()
538 ((Long)components.get(i)).longValue(), "type", in getComponents()
549 ((Long)components.get(i)).longValue(), in getComponents()
559 aList.add((Component)elements.get(type + "." + in getComponents()
563 get(i)).longValue())); in getComponents()
/illumos-gate/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
/illumos-gate/usr/src/cmd/ahciem/
H A Dahciem.c162 ahci_ioc_em_get_t get; in ahciem_devinfo() local
198 bzero(&get, sizeof (get)); in ahciem_devinfo()
199 if (ioctl(fd, AHCI_EM_IOC_GET, &get) != 0) { in ahciem_devinfo()
206 if ((get.aiemg_flags & AHCI_EM_FLAG_CONTROL_ACTIVITY) != 0) { in ahciem_devinfo()
218 if (((1 << i) & get.aiemg_nports) == 0) in ahciem_devinfo()
230 state = ahciem_led_to_string(get.aiemg_status[i]); in ahciem_devinfo()
/illumos-gate/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 …]
/illumos-gate/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

12345678910>>...22