Home
last modified time | relevance | path

Searched refs:start (Results 8301 - 8325 of 20662) sorted by relevance

1...<<331332333334335336337338339340>>...827

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_ht.c215 const u8 *start = (const u8 *) mgmt; in hostapd_2040_coex_action() local
216 const u8 *data = start + IEEE80211_HDRLEN + 2; in hostapd_2040_coex_action()
294 while (start + len - data >= 3 && in hostapd_2040_coex_action()
298 if (ielen > start + len - data - 2) { in hostapd_2040_coex_action()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_ht.c237 const u8 *start = (const u8 *) mgmt; in hostapd_2040_coex_action() local
238 const u8 *data = start + IEEE80211_HDRLEN + 2; in hostapd_2040_coex_action()
316 while (start + len - data >= 3 && in hostapd_2040_coex_action()
320 if (ielen > start + len - data - 2) { in hostapd_2040_coex_action()
/third_party/zlib/
H A Dgzlib.c252 state->start = LSEEK(state->fd, 0, SEEK_CUR); in gz_open()
253 if (state->start == -1) state->start = 0; in gz_open()
339 /* back up and start over */ in gzrewind()
340 if (LSEEK(state->fd, state->start, SEEK_SET) == -1) in gzrewind()
364 /* can only seek from start or relative to current position */ in gzseek64()
396 if (offset < 0) /* before start of file! */ in gzseek64()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c1326 ** start or restart the data structure (nexus).
1508 ** Mini-script used at CCB execution start-up.
1513 struct launch start; member
1684 ** SCRIPTS processor in order to start SCSI commands.
1689 u16 queuedccbs; /* Number of CCBs in start queue*/
1792 ncrcmd start [ 5]; member
2177 ** start of the first MOVE of a DATA IN phase.
2330 PADDR (start),
2395 ** ... start the next command.
2398 PADDR(start),
3487 ncrcmd *start, *end; ncr_script_copy_and_bind() local
[all...]
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_ocp.c284 ktime_t start; member
1331 ktime_t start, end; in ptp_ocp_estimate_pci_timing() local
1340 start = ktime_get_ns(); in ptp_ocp_estimate_pci_timing()
1346 delay = end - start; in ptp_ocp_estimate_pci_timing()
1689 __ptp_ocp_get_mem(struct ptp_ocp *bp, resource_size_t start, int size) in __ptp_ocp_get_mem() argument
1691 struct resource res = DEFINE_RES_MEM_NAMED(start, size, "ptp_ocp"); in __ptp_ocp_get_mem()
1699 resource_size_t start; in ptp_ocp_get_mem() local
1701 start = pci_resource_start(bp->pdev, 0) + r->offset; in ptp_ocp_get_mem()
1702 return __ptp_ocp_get_mem(bp, start, r->size); in ptp_ocp_get_mem()
1713 ptp_ocp_set_mem_resource(struct resource *res, resource_size_t start, in argument
1726 resource_size_t start; ptp_ocp_register_spi() local
1753 resource_size_t start; ptp_ocp_i2c_bus() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c134 unsigned long start, end; in mod_tree_comp() local
136 start = __mod_tree_val(n); in mod_tree_comp()
137 if (val < start) in mod_tree_comp()
140 end = start + __mod_tree_size(n); in mod_tree_comp()
537 fsa->sym = &syms->start[symnum]; in check_exported_symbol()
583 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_exported_symbol_in_section()
587 sym - syms->start, data)) in find_exported_symbol_in_section()
713 void *start = per_cpu_ptr(mod->percpu, cpu); in __is_module_percpu_address() local
716 if (va >= start in __is_module_percpu_address()
2021 frob_text(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_text() argument
2040 frob_rodata(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_rodata() argument
2050 frob_ro_after_init(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_ro_after_init() argument
2060 frob_writable_data(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_writable_data() argument
2668 lookup_exported_symbol(const char *name, const struct kernel_symbol *start, const struct kernel_symbol *stop) lookup_exported_symbol() argument
4231 within(unsigned long addr, void *start, unsigned long size) within() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c1651 * sets it now, FW reset will cause the seq num to start in iwl_mvm_realloc_queues_after_restart()
2633 * The fields assigned here are in the same location at the start in __iwl_mvm_remove_sta_key()
2766 bool start, int tid, u16 ssn, in iwl_mvm_fw_baid_op_sta()
2778 if (start) { in iwl_mvm_fw_baid_op_sta()
2798 start ? "start" : "stopp"); in iwl_mvm_fw_baid_op_sta()
2799 if (WARN_ON(start && iwl_mvm_has_new_rx_api(mvm) && in iwl_mvm_fw_baid_op_sta()
2808 start ? "start" : "stopp", status); in iwl_mvm_fw_baid_op_sta()
2815 bool start, in in iwl_mvm_fw_baid_op_cmd()
2764 iwl_mvm_fw_baid_op_sta(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size) iwl_mvm_fw_baid_op_sta() argument
2813 iwl_mvm_fw_baid_op_cmd(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size, int baid) iwl_mvm_fw_baid_op_cmd() argument
2862 iwl_mvm_fw_baid_op(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size, int baid) iwl_mvm_fw_baid_op() argument
2875 iwl_mvm_sta_rx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u16 ssn, bool start, u16 buf_size, u16 timeout) iwl_mvm_sta_rx_agg() argument
3021 iwl_mvm_sta_tx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u8 queue, bool start) iwl_mvm_sta_tx_agg() argument
[all...]
/applications/standard/calendardata/calendarmanager/native/include/
H A Devent_filter.h37 std::shared_ptr<EventFilter> FilterByTime(int64_t start, int64_t end);
/foundation/ability/idl_tool/
H A DMakefile29 $(Q) echo start build $(TARGET) ...
/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Ddata_detector_default.h36 void AdjustWordSelection(int32_t& caretPos, const std::string& content, int32_t& start, int32_t& end) {} in AdjustWordSelection() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_relative_container_ffi.h30 CLength start; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dlayout_info_interface.h49 virtual std::vector<ParagraphManager::TextBox> GetRectsForRange(int32_t start, int32_t end, in GetRectsForRange() argument
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/opentype_parser/
H A Dranges.h30 uint32_t start; member
H A Dcmap_parser.h54 void ParseFormat4NoOffset(int32_t delta, uint32_t start, uint32_t end);
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_common.h45 int start[0]; member
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_mrfld_pinctrl.c20 .start = FLIS_BASE_ADDR,
/kernel/linux/linux-5.10/drivers/bcma/
H A Ddriver_chipcommon_pflash.c45 bcma_pflash_resource.start = BCMA_SOC_FLASH2; in bcma_pflash_init()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dbootinfo.h18 extern void detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max);
/kernel/linux/linux-5.10/arch/mips/dec/
H A Dplatform.c35 dec_rtc_resources[0].start = RTC_PORT(0); in dec_add_devices()
/kernel/linux/linux-5.10/arch/x86/purgatory/
H A Dpurgatory.c31 sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len); in verify_sha256_digest()
/kernel/linux/linux-5.10/arch/mips/cobalt/
H A Dbuttons.c13 .start = 0x1d000000,
H A Dmtd.c27 .start = 0x1fc00000,
H A Dled.c15 .start = 0x1c000000,
H A Dlcd.c13 .start = 0x1f000000,
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7751/
H A Dsetup.c28 .start = PA_LED,

Completed in 29 milliseconds

1...<<331332333334335336337338339340>>...827