Lines Matching refs:DS
156 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()
239 PUSH(DS, FALSE); in get_fcode_from_filesystem()
387 fcode_len = POP(DS); in process_request()
389 (void) POP(DS); in process_request()
397 PUSH(DS, 1); in process_request()
446 PUSH(DS, fc_cell2uint32_t(cfg)); in probe_space()