/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | isd200.c | 401 struct isd200_info *info = (struct isd200_info *)us->extra; in isd200_build_sense() 483 struct isd200_info *info = (struct isd200_info *)us->extra; in isd200_action() 580 struct isd200_info *info = (struct isd200_info *)us->extra; in isd200_read_regs() 756 struct isd200_info *info = (struct isd200_info *)us->extra; in isd200_write_config() 799 struct isd200_info *info = (struct isd200_info *)us->extra; in isd200_read_config() 914 struct isd200_info *info = (struct isd200_info *)us->extra; in isd200_try_enum() 1018 struct isd200_info *info = (struct isd200_info *)us->extra; in isd200_manual_enum() 1107 struct isd200_info *info = (struct isd200_info *)us->extra; in isd200_get_inquiry_data() 1200 us->extra = NULL; in isd200_get_inquiry_data() 1222 struct isd200_info *info = (struct isd200_info *)us->extra; in isd200_scsi_to_ata() [all...] |
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bset.c | 412 * extra is a function of size: 413 * extra = (size - rounddown_pow_of_two(size - 1)) << 1; 417 unsigned int extra) in __to_inorder() 427 if (j > extra) in __to_inorder() 428 j -= (j - extra) >> 1; in __to_inorder() 439 return __to_inorder(j, t->size, t->extra); in to_inorder() 444 unsigned int extra) in __inorder_to_tree() 448 if (j > extra) in __inorder_to_tree() 449 j += j - extra; in __inorder_to_tree() 465 return __inorder_to_tree(j, t->size, t->extra); in inorder_to_tree() 415 __to_inorder(unsigned int j, unsigned int size, unsigned int extra) __to_inorder() argument 442 __inorder_to_tree(unsigned int j, unsigned int size, unsigned int extra) __inorder_to_tree() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p_go_neg.c | 143 size_t extra = 0; in p2p_build_go_neg_req() local 148 extra = wpabuf_len(p2p->wfd_ie_go_neg); in p2p_build_go_neg_req() 152 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_REQ]); in p2p_build_go_neg_req() 154 buf = wpabuf_alloc(1000 + extra); in p2p_build_go_neg_req() 279 size_t extra = 0; in p2p_build_go_neg_resp() local 286 extra = wpabuf_len(p2p->wfd_ie_go_neg); in p2p_build_go_neg_resp() 290 extra += wpabuf_len(p2p->vendor_elem[VENDOR_ELEM_P2P_GO_NEG_RESP]); in p2p_build_go_neg_resp() 292 buf = wpabuf_alloc(1000 + extra); in p2p_build_go_neg_resp() 817 * and extra frames, mark the pending negotiation as in p2p_process_go_neg_req() 1078 size_t extra in p2p_build_go_neg_conf() local [all...] |
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | atkbd.c | 60 module_param_named(extra, atkbd_extra, bool, 0); 61 MODULE_PARM_DESC(extra, "Enable extra LEDs and keys on IBM RapidAcces, EzKey and similar keyboards"); 217 bool extra; member 277 ATKBD_DEFINE_ATTR(extra); variable 609 if (atkbd->extra) { in atkbd_set_leds() 878 atkbd->extra = false; in atkbd_select_set() 897 atkbd->extra = true; in atkbd_select_set() 1180 if (atkbd->extra) in atkbd_set_device_attrs() 1211 if (atkbd->extra) in atkbd_set_device_attrs() [all...] |
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | atkbd.c | 61 module_param_named(extra, atkbd_extra, bool, 0); 62 MODULE_PARM_DESC(extra, "Enable extra LEDs and keys on IBM RapidAcces, EzKey and similar keyboards"); 216 bool extra; member 275 ATKBD_DEFINE_ATTR(extra); variable 618 if (atkbd->extra) { in atkbd_set_leds() 887 atkbd->extra = false; in atkbd_select_set() 906 atkbd->extra = true; in atkbd_select_set() 1187 if (atkbd->extra) in atkbd_set_device_attrs() 1218 if (atkbd->extra) in atkbd_set_device_attrs() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | interworking.c | 98 struct wpabuf *extra) in anqp_build_req() 105 (extra ? wpabuf_len(extra) : 0)); in anqp_build_req() 115 if (extra) in anqp_build_req() 116 wpabuf_put_buf(buf, extra); in anqp_build_req() 255 struct wpabuf *extra = NULL; in interworking_anqp_send_req() local 287 extra = wpabuf_alloc(100); in interworking_anqp_send_req() 288 if (!extra) in interworking_anqp_send_req() 291 len_pos = gas_anqp_add_element(extra, ANQP_VENDOR_SPECIFIC); in interworking_anqp_send_req() 292 wpabuf_put_be24(extra, OUI_WF in interworking_anqp_send_req() 97 anqp_build_req(u16 info_ids[], size_t num_ids, struct wpabuf *extra) anqp_build_req() argument [all...] |
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 1181 void DeviceManagerNapi::JsToDmExtra(const napi_env &env, const napi_value &object, std::string &extra,
in JsToDmExtra() argument 1206 extra = jsonObj.dump();
in JsToDmExtra() 1265 void DeviceManagerNapi::JsToDmAuthInfo(const napi_env &env, const napi_value &object, std::string &extra)
in JsToDmAuthInfo() argument 1277 extra = jsonObj.dump();
in JsToDmAuthInfo() 1280 void DeviceManagerNapi::JsToDmDiscoveryExtra(const napi_env &env, const napi_value &object, std::string &extra)
in JsToDmDiscoveryExtra() argument 1285 extra = "";
in JsToDmDiscoveryExtra() 1291 if (!CheckArgsVal(env, typeLen > 0, "extra", "typeLen == 0")) {
in JsToDmDiscoveryExtra() 1295 if (!CheckArgsVal(env, typeLen < DM_NAPI_BUF_LENGTH, "extra", "typeLen >= BUF_MAX_LENGTH")) {
in JsToDmDiscoveryExtra() 1299 extra = filterOption;
in JsToDmDiscoveryExtra() 1300 LOGI("JsToDmDiscoveryExtra, extra in JsToDmDiscoveryExtra() 1324 std::string extra = ""; RegisterDevStateCallback() local 1381 CreateDmCallback(napi_env env, std::string &bundleName, std::string &eventType, std::string &extra) CreateDmCallback() argument 1930 std::string extra = ""; CallDeviceList() local 1979 std::string extra = ""; GetTrustedDeviceListSync() local 1990 std::string extra = ""; GetTrustedDeviceListSync() local 2011 std::string extra = ""; GetTrustedDeviceListPromise() local 2038 char extra[DM_NAPI_BUF_LENGTH]; GetTrustedDeviceListByFilter() local 2159 std::string extra = ""; GetLocalDeviceInfo() local 2250 LockDiscoveryCallbackMutex(napi_env env, DmSubscribeInfo subInfo, std::string &bundleName, std::string &extra) LockDiscoveryCallbackMutex() argument 2280 std::string extra = ""; StartDeviceDiscoverSync() local 2708 char extra[DM_NAPI_BUF_LENGTH] = {0}; JsOnFrench() local [all...] |
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_device_connection_listener.cpp | 102 std::string extra = "";
in OnDeviceOffline() local 106 extra, deviceList);
in OnDeviceOffline()
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/security_guard_report/src/ |
H A D | cm_security_guard_report.cpp | 65 content.extra = constant; in CmFillSGRecord() 68 "\"sourceInfo\":\"%s\", \"targetInfo\":\"%s\", \"extra\":\"%s\"}", content.type, content.subType, in CmFillSGRecord() 70 content.targetInfo, content.extra); in CmFillSGRecord()
|
/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/ |
H A D | native_mediakeysystem.h | 57 * @param extra Extra info gotten from media key system. 63 int32_t infoLen, char *extra); 71 * @param extra Extra info gotten from media key system. 77 uint8_t *info, int32_t infoLen, char *extra);
|
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | key_session_impl.h | 44 virtual void SendEvent(const std::string &event, int32_t extra, const std::vector<uint8_t> &data) = 0;
105 int32_t SendEvent(DrmEventType event, int32_t extra, const std::vector<uint8_t> &data) override;
|
H A D | media_key_system_impl.h | 39 virtual void SendEvent(const std::string &event, int32_t extra, const std::vector<uint8_t> &data) = 0;
93 int32_t SendEvent(DrmEventType event, int32_t extra, const std::vector<uint8_t> &data) override;
|
/foundation/multimedia/media_lite/test/unittest/recorder_lite/ |
H A D | recorder_lite_test.cpp | 46 void RecorderLiteTest::OnInfo(const int32_t type, const int32_t extra) in OnInfo() argument 57 void TestVideoRecorderCallback::OnInfo(int32_t type, int32_t extra) in OnInfo() argument
|
/foundation/multimedia/player_framework/frameworks/native/transcoder/test/unittest/src/ |
H A D | transcoder_mock.cpp | 39 void TransCoderCallbackTest::OnInfo(int32_t type, int32_t extra)
in OnInfo() argument 41 cout << "Info received, Infotype:" << type << " Infocode:" << extra << endl;
in OnInfo()
|
/foundation/communication/dsoftbus/tests/core/common/dfx/event/unittest/src/ |
H A D | disc_event_test.cpp | 37 DiscEventExtra extra = { in HWTEST_F() local 50 DISC_EVENT(EVENT_SCENE_BLE, EVENT_STAGE_BROADCAST, extra); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
H A D | Makefile | 12 extra-y += head.o 13 extra-y += vmlinux.lds
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_tcp_hdr_options.h | 113 static inline void set_hdr_cb_flags(struct bpf_sock_ops *skops, __u32 extra) in set_hdr_cb_flags() argument 119 extra); in set_hdr_cb_flags()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | gso.h | 32 static inline int gso_pskb_expand_head(struct sk_buff *skb, int extra) in gso_pskb_expand_head() argument 38 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC); in gso_pskb_expand_head()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_tcp_hdr_options.h | 114 static inline void set_hdr_cb_flags(struct bpf_sock_ops *skops, __u32 extra) in set_hdr_cb_flags() argument 120 extra); in set_hdr_cb_flags()
|
/third_party/elfutils/libelf/ |
H A D | common.h | 69 Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra) in allocate_elf() 71 Elf *result = calloc (1, sizeof (Elf) + extra); in allocate_elf() 68 allocate_elf(int fildes, void *map_address, int64_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra) allocate_elf() argument
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | ScriptRunModuleWriter.java | 50 int extra = recordCount - power; in writeScriptRuns() 58 output.print(Utility.hex(extra, 4)); in writeScriptRuns()
|
/third_party/mbedtls/docs/architecture/psa-migration/ |
H A D | outcome-analysis.sh | 91 for extra in $extra_files; do 92 suite=${extra%.sh}
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/ |
H A D | differential_fuzz_library.js | 91 // Upper limit for calling extra printing. When reached, hashes of 96 __prettyPrint = function(value, extra=false) { 104 if (extra && maxExtraPrinting-- <= 0) {
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | allocate.h | 51 type *__alloc_##x(int extra) \ 53 return allocate(&x##_allocator, objsize+extra); \
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | datafiles.py | 38 for decl, extra in _parser.iter_decls_tsv(infile, extracolumns, relroot): 39 known[decl] = extra
|