Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/lib/efcode/engine/
H A Dforth.c63 d = POP(DS); in add()
73 d = POP(DS); in subtract()
83 d = POP(DS); in multiply()
94 d = POP(DS); in slash_mod()
95 o = t = POP(DS); in slash_mod()
122 PUSH(DS, rem); in slash_mod()
123 PUSH(DS, t); in slash_mod()
135 u2 = POP(DS); in uslash_mod()
136 u1 = POP(DS); in uslash_mod()
140 PUSH(DS, u1 % u2); in uslash_mod()
[all …]
H A Dextend.c41 mode = POP(DS); in do_dlopen()
44 PUSH(DS, (fstack_t)pl); in do_dlopen()
51 PUSH(DS, (fstack_t)RTLD_NOW); in do_extend()
59 void *pl = (void *)POP(DS); in do_dlclose()
70 d = POP(DS); in do_dlsym()
72 PUSH(DS, d); in do_dlsym()
86 args = POP(DS); in do_dlexec()
87 a = POP(DS); in do_dlexec()
93 PUSH(DS, a); in do_dlexec()
98 a = POP(DS); in do_dlexec()
[all …]
H A Dprims64.c46 return (POP(DS)); in pop_xforth()
64 PUSH(DS, a); in push_xforth()
83 b.b_bytes[i] = POP(DS); in bxjoin()
97 addr = (s_lforth_t *)POP(DS); in lsfetch()
116 b.b_lf[i] = POP(DS); in lxjoin()
134 b.b_wf[i] = POP(DS); in wxjoin()
146 PUSH(DS, (fstack_t)HERE); in xcomma()
161 addr = (xforth_t *)POP(DS); in xfetch()
176 addr = (xforth_t *)POP(DS); in xstore()
187 PUSH(DS, sizeof (xforth_t)); in slash_x()
[all …]
H A Dinterface.c43 PUSH(DS, d); in push_ds()
49 return (POP(DS)); in pop_ds()
71 PUSH(DS, (fstack_t)str); in push_a_string()
72 PUSH(DS, strlen(str)); in push_a_string()
74 PUSH(DS, 0); in push_a_string()
75 PUSH(DS, 0); in push_a_string()
88 len = POP(DS); in pop_a_string()
89 str = (char *)POP(DS); in pop_a_string()
123 PUSH(DS, lo); in push_double()
124 PUSH(DS, hi); in push_double()
[all …]
H A Dproperties.c46 PUSH(DS, val); in create_int_prop()
185 PUSH(DS, n); in lookup_package_property()
187 fail = POP(DS); in lookup_package_property()
190 sp.size = POP(DS); in lookup_package_property()
191 sp.data = (uchar_t *)POP(DS); in lookup_package_property()
207 CONVERT_PHANDLE(env, d, POP(DS)); in get_package_property()
211 PUSH(DS, (fstack_t)p->data); in get_package_property()
212 PUSH(DS, p->size); in get_package_property()
213 PUSH(DS, FALSE); in get_package_property()
215 PUSH(DS, TRUE); in get_package_property()
[all …]
H A Dactions.c47 addr = (variable_t *)POP(DS); in value_fetch()
48 PUSH(DS, (variable_t)*addr); in value_fetch()
57 addr = (variable_t *)POP(DS); in value_store()
58 *addr = (variable_t)POP(DS); in value_store()
67 ptr = (int *)POP(DS); in get_internal_address()
80 PUSH(DS, (fstack_t)(*iptr)); in internal_env_fetch()
90 *iptr = (instance_t *)POP(DS); in internal_env_store()
100 PUSH(DS, d); in internal_env_addr()
121 PUSH(DS, *d); in do_buffer_data()
139 d = (token_t *)POP(DS); in buffer_init()
[all …]
H A Dpackage.c128 ph = POP(DS); in push_package()
272 PUSH(DS, offset); in create_internal_value()
303 PUSH(DS, *adr_ptr); in my_address()
313 PUSH(DS, MYSELF->my_space); in my_unit()
320 PUSH(DS, (fstack_t)MYSELF->my_args); in my_args()
321 PUSH(DS, (fstack_t)MYSELF->my_args_len); in my_args()
367 space = POP(DS); /* pop phys.hi */ in set_args()
376 *adr_ptr++ = *adr_ptr1++ = POP(DS); in set_args()
384 PUSH(DS, (fstack_t)MYSELF->parent); in my_parent()
422 ok = POP(DS); in begin_package()
[all …]
H A Dprint.c47 *(--env->picturebufpos) = (char) POP(DS); in pic_hold()
61 (void) POP(DS); in pic_ustop()
83 s = POP(DS); in pic_sign()
85 PUSH(DS, '-'); in pic_sign()
104 PUSH(DS, ' '); in format_number()
109 PUSH(DS, '-'); in format_number()
114 PUSH(DS, ' '); in format_number()
142 w = (int) POP(DS); in do_dot_r()
157 w = (int) POP(DS); in do_udot_r()
166 PUSH(DS, 0); in do_dot()
[all …]
H A Dfcode.c135 PUSH(DS, d); in blit()
159 PUSH(DS, 0); in branch_common()
215 PUSH(DS, (fstack_t)strptr+1); in do_quote()
216 PUSH(DS, len); in do_quote()
376 PUSH(DS, -1); in minus_one()
382 PUSH(DS, 0); in zero()
388 PUSH(DS, 1); in one()
394 PUSH(DS, 2); in two()
400 PUSH(DS, 3); in three()
487 fcode_xt = POP(DS); in byte_load()
[all …]
H A Dinstance.c60 ptr = (token_t *) POP(DS); in get_instance_address()
78 PUSH(DS, *ptr); in fetch_instance_data()
88 *ptr = POP(DS); in set_instance_data()
98 PUSH(DS, (fstack_t) ptr); in address_instance_data()
106 PUSH(DS, (fstack_t) WA); in instance_variable()
108 PUSH(DS, (fstack_t) ptr); in instance_variable()
H A Denv.c91 d = POP(DS); in emit()
114 PUSH(DS, TRUE); in keyquestion()
116 PUSH(DS, FALSE); in keyquestion()
131 PUSH(DS, c); in key()
163 PUSH(DS, (fstack_t)(&env->output_column)); in fc_num_out()
169 PUSH(DS, (fstack_t)(&env->output_line)); in fc_num_line()
192 PUSH(DS, (fstack_t)&env->span); in span()
202 d = POP(DS); in do_ms()
219 PUSH(DS, (fstack_t)ms); in do_get_msecs()
416 *arg = POP(DS); in fmt_args()
[all …]
H A Ddebug.c72 if (DS > env->ds0) { in output_data_stack()
73 for (i = 0; i < (DS - env->ds0); i++) in output_data_stack()
151 acf = (acf_t)POP(DS); in paren_debug()
179 d = POP(DS); in debug()
181 acf = (acf_t)POP(DS); in debug()
332 d = POP(DS); in undebug()
334 acf = (acf_t)POP(DS); in undebug()
585 if (DS < env->ds0 || DS >= &env->ds0[stack_size]) { in check_vitals()
586 forth_abort(env, "DS: %p outside range\n", DS); in check_vitals()
642 PUSH(DS, (fstack_t)&debug_level); in debugf()
[all …]
H A Dalarm.c55 PUSH(DS, alarm_xt); in catch_alarm()
71 ms = POP(DS); in do_alarm()
72 xt = POP(DS); in do_alarm()
/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dmisc.c121 p = POP(DS); in rlstore()
122 d = POP(DS); in rlstore()
146 p = POP(DS); in rwstore()
147 d = POP(DS); in rwstore()
172 p = POP(DS); in rbstore()
173 d = POP(DS); in rbstore()
190 p = POP(DS); in rxfetch()
207 p = POP(DS); in rxstore()
221 p = POP(DS); in lpeek()
224 PUSH(DS, FALSE); in lpeek()
[all …]
H A Ddma.c45 size = (size_t) POP(DS); in do_dma_alloc()
49 PUSH(DS, (fstack_t) p); in do_dma_alloc()
59 size = POP(DS); in do_dma_free()
60 p = (void *) POP(DS); in do_dma_free()
75 cacheable = POP(DS); in do_dma_map_in()
76 len = POP(DS); in do_dma_map_in()
77 va = POP(DS); in do_dma_map_in()
85 PUSH(DS, (fstack_t)data); in do_dma_map_in()
96 len = POP(DS); in do_dma_map_out()
97 dva = POP(DS); in do_dma_map_out()
[all …]
H A Dget_req.c156 PUSH(DS, (fstack_t)fcode_info.fcode_ptr); in get_fcode_from_device()
157 PUSH(DS, (fstack_t)cdp->fc.fcode_size); in get_fcode_from_device()
195 method = (char *)DS[-1]; in exec_fcode_builtin_method()
197 d = POP(DS); in exec_fcode_builtin_method()
200 method, (char *)DS[-1]); in exec_fcode_builtin_method()
203 (char *)DS[-1], (int)TOS); in exec_fcode_builtin_method()
207 PUSH(DS, FALSE); in exec_fcode_builtin_method()
219 method = (char *)DS[-1]; in get_fcode_from_filesystem()
221 d = POP(DS); in get_fcode_from_filesystem()
234 PUSH(DS, FALSE); in get_fcode_from_filesystem()
[all …]
H A Dproperty.c135 PUSH(DS, TRUE); in os_get_prop()
138 PUSH(DS, TRUE); in os_get_prop()
140 PUSH(DS, (fstack_t)prop); in os_get_prop()
141 PUSH(DS, len); in os_get_prop()
142 PUSH(DS, FALSE); in os_get_prop()
151 CONVERT_PHANDLE(env, dev, POP(DS)); in os_get_package_prop()
/titanic_41/usr/src/lib/efcode/gp2/
H A Dgp2.c119 phi = POP(DS); in do_get_portid()
120 plo = POP(DS); in do_get_portid()
125 PUSH(DS, portid); in do_get_portid()
134 len = POP(DS); in do_map_in()
135 phi = POP(DS); in do_map_in()
136 plo = POP(DS); in do_map_in()
138 PUSH(DS, addr); in do_map_in()
147 len = POP(DS); in do_map_out()
148 addr = POP(DS); in do_map_out()
160 hi = POP(DS); in do_encode_unit()
[all …]
/titanic_41/usr/src/lib/efcode/pci/
H A Dpci.c138 cfgadd = POP(DS); in pci_config_fetch()
146 PUSH(DS, value); in pci_config_fetch()
159 cfgadd = POP(DS); in pci_config_store()
160 value = POP(DS); in pci_config_store()
211 len = POP(DS); in do_map_in()
212 phi = POP(DS); in do_map_in()
213 pmid = POP(DS); in do_map_in()
214 plo = POP(DS); in do_map_in()
216 PUSH(DS, addr); in do_map_in()
225 len = POP(DS); in do_map_out()
[all …]
/titanic_41/usr/src/lib/efcode/jupiter/
H A Djupiter.c45 PUSH(DS, lo); \
46 PUSH(DS, hi); \
48 portid = (uint32_t)POP(DS)
130 len = POP(DS); in do_map_in()
131 phi = POP(DS); in do_map_in()
132 plo = POP(DS); in do_map_in()
134 PUSH(DS, addr); in do_map_in()
143 len = POP(DS); in do_map_out()
144 addr = POP(DS); in do_map_out()
156 phi = POP(DS); in do_get_io_portid()
[all …]
/titanic_41/usr/src/lib/efcode/packages/
H A Dpopulate.c93 PUSH(DS, (fstack_t)buf); in do_builtin_dropin()
94 PUSH(DS, 1); in do_builtin_dropin()
112 d = POP(DS); in do_builtin_file()
116 PUSH(DS, 1); in do_builtin_file()
140 d = POP(DS); in builtin_driver_method_hook()
143 PUSH(DS, d); in builtin_driver_method_hook()
144 PUSH(DS, FALSE); in builtin_driver_method_hook()
173 PUSH(DS, d); in builtin_driver_method_hook()
174 PUSH(DS, FALSE); in builtin_driver_method_hook()
226 d = POP(DS); in find_builtin_driver()
[all …]
H A Dmemalloc.c51 hint = (void *)POP(DS); in claim()
52 size = POP(DS); in claim()
53 align = POP(DS); in claim()
59 PUSH(DS, (fstack_t)vaddr); in claim()
70 addr = (void *)POP(DS); in release()
71 size = POP(DS); in release()
87 vaddr = (void *)POP(DS); in fc_vtop()
93 PUSH(DS, physlo); in fc_vtop()
94 PUSH(DS, physhi); in fc_vtop()
H A Dparse.c44 len = (int) POP(DS); in byte_loadfile()
47 PUSH(DS, 1); in byte_loadfile()
63 PUSH(DS, (fstack_t) fcimage); in define_hook()
64 PUSH(DS, strlen(fcimage)); in define_hook()
/titanic_41/usr/src/lib/brand/shared/zone/
H A Dquery.ksh38 DS=`/usr/sbin/zfs list -H -t filesystem -o name $ZONEPATH_DS/ROOT`
39 if [ ! -z "$DS" ]; then
40 echo "$DS\c"
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Ddssetup.ndl53 * DS roles
63 * DS role flags
71 * DS role upgrade
77 * DS role previous
84 * DS role state
91 * DS role information levels

123