Searched refs:target_status (Results 1 – 7 of 7) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-proxy-object.c | 723 …ecma_value_t target_status = ecma_op_object_get_own_property_descriptor (target_obj_p, prop_name_p… in ecma_proxy_object_get_own_property_descriptor() local 726 if (ECMA_IS_VALUE_ERROR (target_status)) in ecma_proxy_object_get_own_property_descriptor() 729 return target_status; in ecma_proxy_object_get_own_property_descriptor() 736 if (ecma_is_value_false (target_status)) in ecma_proxy_object_get_own_property_descriptor() 777 if (ecma_is_value_true (target_status)) in ecma_proxy_object_get_own_property_descriptor() 794 if (ecma_is_value_true (target_status)) in ecma_proxy_object_get_own_property_descriptor() 805 … (ecma_is_value_true (target_status) ? &target_desc : NULL), in ecma_proxy_object_get_own_property_descriptor() 808 bool target_has_desc = ecma_is_value_true (target_status); in ecma_proxy_object_get_own_property_descriptor()
|
/third_party/musl/include/scsi/ |
D | sg.h | 122 unsigned target_status:5; member
|
/third_party/musl/porting/liteos_m/kernel/include/scsi/ |
D | sg.h | 122 unsigned target_status:5; member
|
/third_party/musl/ndk_musl_include/scsi/ |
D | sg.h | 122 unsigned target_status:5; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/ |
D | sg.h | 122 unsigned target_status:5; member
|
/third_party/musl/porting/uniproton/kernel/include/scsi/ |
D | sg.h | 122 unsigned target_status:5; member
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 799 if (!sg_chk_n_print("Error from Inquiry", isghp->target_status, in run_sg_scan_tests() 4685 if (!sg_chk_n_print("sg_test_rwbuf: desc", rsghp->target_status, in find_out_about_buffer() 5075 res = sg_err_category(sghp->target_status, sghp->host_status, in do_sg_io() 5085 sg_chk_n_print("read from sg", sghp->target_status, in do_sg_io()
|