Lines Matching refs:DS

46 	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()
241 PUSH(DS, (fstack_t)prop->data); in get_inherited_prop()
242 PUSH(DS, (fstack_t)prop->size); in get_inherited_prop()
243 PUSH(DS, FALSE); in get_inherited_prop()
253 PUSH(DS, TRUE); in get_inherited_prop()
280 PUSH(DS, (fstack_t)MYSELF); in get_my_property()
298 PUSH(DS, (fstack_t)prop); in encode_string()
299 PUSH(DS, len + 1); in encode_string()
309 p = POP(DS); in encode_int()
313 PUSH(DS, (fstack_t)ptr); in encode_int()
314 PUSH(DS, sizeof (uint32_t)); in encode_int()
381 PUSH(DS, (fstack_t)(ptr + offset)); in decode_phys()
382 PUSH(DS, len + offset); in decode_phys()
388 PUSH(DS, d); in decode_phys()
401 size = POP(DS); in reg_prop()
403 PUSH(DS, size); in reg_prop()
421 PUSH(DS, (fstack_t)prop); in encode_bytes()
422 PUSH(DS, len); in encode_bytes()
434 PUSH(DS, (fstack_t)(dp + sizeof (uint32_t))); in decode_int()
435 PUSH(DS, len - sizeof (uint32_t)); in decode_int()
437 PUSH(DS, d); in decode_int()
449 PUSH(DS, (fstack_t)(dp + len)); in decode_string()
450 PUSH(DS, plen - len); in decode_string()
451 PUSH(DS, (fstack_t)dp); in decode_string()
452 PUSH(DS, len - 1); in decode_string()
474 PUSH(DS, (fstack_t)new); in encode_plus()
475 PUSH(DS, len1 + len2); in encode_plus()
520 phandle = (device_t *)POP(DS); in next_property()
535 PUSH(DS, TRUE); in next_property()
547 PUSH(DS, d); in get_property()