Searched refs:sec_offset (Results 1 – 8 of 8) sorted by relevance
825 static uint32_t sec_offset[ISO9660_MAX_DIR_DEPTH]; variable843 sec_offset[0] = 0; in iso_get_file_size()846 if (sec_offset[level] > ISO_SECTOR_SIZE) { in iso_get_file_size()851 cur_record = (IsoDirHdr *)(temp + sec_offset[level]); in iso_get_file_size()853 if (sec_offset[level] == 0) { in iso_get_file_size()862 sec_offset[level] += cur_record->dr_len; in iso_get_file_size()864 cur_record = (IsoDirHdr *)(temp + sec_offset[level]); in iso_get_file_size()866 sec_offset[level] += cur_record->dr_len; in iso_get_file_size()871 if (!cur_record->dr_len || sec_offset[level] == ISO_SECTOR_SIZE) { in iso_get_file_size()873 dir_rem[level] -= ISO_SECTOR_SIZE - sec_offset[level]; in iso_get_file_size()[all …]
812 u8 sec_offset; in mwifiex_get_sec_chan_offset() local827 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_ABOVE; in mwifiex_get_sec_chan_offset()841 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_BELOW; in mwifiex_get_sec_chan_offset()845 sec_offset = IEEE80211_HT_PARAM_CHA_SEC_NONE; in mwifiex_get_sec_chan_offset()849 return sec_offset; in mwifiex_get_sec_chan_offset()
97 uint32_t sec_offset; member
21 uint32_t sec_offset[CONFIG_SYS_FSL_MAX_NUM_OF_SEC] = { variable30 ((CONFIG_SYS_FSL_SEC_ADDR + sec_offset[idx]))
275 unsigned int cluster, sec_offset; in exfat_get_block() local300 sec_offset = iblock & (sbi->sect_per_clus - 1); in exfat_get_block()302 phys = exfat_cluster_to_sector(sbi, cluster) + sec_offset; in exfat_get_block()303 mapped_blocks = sbi->sect_per_clus - sec_offset; in exfat_get_block()
536 uint32_t sec_offset = le32toh(request->section_offset); in decode_multipart_receive_req() local537 if (sec_offset == 0 && in decode_multipart_receive_req()552 *section_offset = sec_offset; in decode_multipart_receive_req()
515 size_t sec_offset; member1194 map->sec_offset = vsi->offset; in init_struct_ops_maps()1650 map->sec_offset = 0; in bpf_object__init_internal_map()1674 map->name, map->sec_idx, map->sec_offset, def->map_flags); in bpf_object__init_internal_map()2575 map->sec_offset = vi->offset; in bpf_object__init_user_btf_map()2578 map_name, map->sec_idx, map->sec_offset); in bpf_object__init_user_btf_map()4154 map->sec_offset != sym->st_value) in bpf_program__record_reloc()4158 map->sec_offset, insn_idx); in bpf_program__record_reloc()4185 map->sec_offset, insn_idx); in bpf_program__record_reloc()9120 map->sec_offset <= offset && in find_struct_ops_map_by_offset()[all …]
142 u32 sec_offset:3; /* 18:16 Secondary Input Starting Offset */ member