Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 13 of 13) sorted by relevance

/external/crosvm/devices/src/virtio/
Dblock.rs120 req_type: Le32, field
605 let req_type = req_header.req_type.to_native(); in execute_request() localVariable
610 if read_only && req_type != VIRTIO_BLK_T_IN && req_type != VIRTIO_BLK_T_GET_ID { in execute_request()
612 request_type: req_type, in execute_request()
633 match req_type { in execute_request()
669 if req_type == VIRTIO_BLK_T_DISCARD && !sparse { in execute_request()
682 let valid_flags = if req_type == VIRTIO_BLK_T_WRITE_ZEROES { in execute_request()
705 if req_type == VIRTIO_BLK_T_DISCARD { in execute_request()
729 return Err(ExecuteError::Unsupported(req_type)); in execute_request()
955 req_type: Le32::from(VIRTIO_BLK_T_IN), in read_last_sector()
[all …]
Dblock_async.rs130 req_type: Le32, field
674 let req_type = req_header.req_type.to_native(); in execute_request() localVariable
677 if disk_state.read_only && req_type != VIRTIO_BLK_T_IN && req_type != VIRTIO_BLK_T_GET_ID { in execute_request()
679 request_type: req_type, in execute_request()
701 match req_type { in execute_request()
751 if req_type == VIRTIO_BLK_T_DISCARD && !disk_state.sparse { in execute_request()
764 let valid_flags = if req_type == VIRTIO_BLK_T_WRITE_ZEROES { in execute_request()
787 if req_type == VIRTIO_BLK_T_DISCARD { in execute_request()
816 return Err(ExecuteError::Unsupported(req_type)); in execute_request()
1088 req_type: Le32::from(VIRTIO_BLK_T_IN), in read_last_sector()
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps.c418 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument
434 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie()
496 enum wps_request_type req_type, in wps_build_probe_req_ie() argument
509 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie()
521 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0, 0) || in wps_build_probe_req_ie()
Dwps.h244 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
248 enum wps_request_type req_type,
/external/webrtc/api/transport/
Dstun.cc1180 int GetStunSuccessResponseType(int req_type) { in GetStunSuccessResponseType() argument
1181 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1; in GetStunSuccessResponseType()
1184 int GetStunErrorResponseType(int req_type) { in GetStunErrorResponseType() argument
1185 return IsStunRequestType(req_type) ? (req_type | 0x110) : -1; in GetStunErrorResponseType()
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs498 let (req, req_type, resp_type) = match self.method_type().0 { in write_service()
509 req_type, in write_service()
/external/vulkan-validation-layers/scripts/
Dhelper_file_generator.py592 req_type = '%sReq' % type
593 req_vec_type = '%sVec' % req_type
596 ' struct %s {' % req_type,
600 ' typedef std::vector<%s> %s;' % (req_type, req_vec_type),
/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c51 enum wps_request_type *req_type) in wpas_wps_in_use() argument
61 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use()
72 *req_type = WPS_REQ_ENROLLEE_INFO; in wpas_wps_in_use()
576 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local
604 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies()
611 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
/external/python/google-api-python-client/googleapiclient/
Dhttp.py132 http, num_retries, req_type, sleep, rand, uri, method, *args, **kwargs argument
163 req_type,
/external/python/cpython2/Python/
DPython-ast.c6932 PyObject *req_type[3]; in PyAST_obj2mod() local
6936 req_type[0] = (PyObject*)Module_type; in PyAST_obj2mod()
6937 req_type[1] = (PyObject*)Expression_type; in PyAST_obj2mod()
6938 req_type[2] = (PyObject*)Interactive_type; in PyAST_obj2mod()
6948 isinstance = PyObject_IsInstance(ast, req_type[mode]); in PyAST_obj2mod()
/external/python/cpython3/Python/
DPython-ast.c10122 PyObject *req_type[3]; in PyAST_obj2mod() local
10123 req_type[0] = state->Module_type; in PyAST_obj2mod()
10124 req_type[1] = state->Expression_type; in PyAST_obj2mod()
10125 req_type[2] = state->Interactive_type; in PyAST_obj2mod()
10129 isinstance = PyObject_IsInstance(ast, req_type[mode]); in PyAST_obj2mod()
/external/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi41548 …<var-decl name="req_type" type-id="f9b06939" visibility="default" filepath="include/drm/drm_dp_mst…
Dtest-PR27569-v0.abi41519 …<var-decl name="req_type" type-id="f9b06939" visibility="default" filepath="include/drm/drm_dp_mst…