Home
last modified time | relevance | path

Searched defs:section (Results 101 - 125 of 513) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dstackleak_plugin.c453 tree section; in stackleak_gate() local
[all...]
/kernel/linux/linux-5.10/tools/objtool/
H A Delf.h28 struct section { struct
[all...]
/kernel/linux/linux-5.10/mm/
H A Dpage_ext.c199 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext() local
229 struct mem_section *section; in init_section_page_ext() local
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dsharpslpart.c73 int section = 0; in sharpsl_nand_check_ooblayout() local
/kernel/linux/linux-6.6/kernel/module/
H A Dsysfs.c65 unsigned int section; in free_sect_attrs() local
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_ctl_drv.c143 struct adf_user_cfg_section section, *section_head; in adf_copy_key_value_data() local
111 adf_add_key_value_data(struct adf_accel_dev *accel_dev, const char *section, const struct adf_user_cfg_key_val *key_val) adf_add_key_value_data() argument
[all...]
H A Dadf_cfg.c256 struct adf_cfg_section *section = adf_cfg_sec_find(accel_dev, in adf_cfg_add_key_value_param() local
341 adf_cfg_get_param_value(struct adf_accel_dev *accel_dev, const char *section, const char *name, char *value) adf_cfg_get_param_value() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c34 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_chunk() argument
73 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, in iwl_nvm_read_chunk() argument
146 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, in iwl_nvm_write_section() argument
180 iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, u8 *data, u32 size_read) iwl_nvm_read_section() argument
301 int ret, section; iwl_nvm_init() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu7_smumgr.c511 static void execute_pwr_dfy_table(struct pp_hwmgr *hwmgr, const PWR_DFY_Section *section) in execute_pwr_dfy_table() argument
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dstackleak_plugin.c451 tree section; in stackleak_gate() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dpage_ext.c237 struct mem_section *section = __pfn_to_section(pfn); in lookup_page_ext() local
270 struct mem_section *section; in init_section_page_ext() local
/third_party/elfio/elfio/
H A Delfio_relocation.hpp138 Elf_Half section; in get_entry() local
/third_party/curl/lib/
H A Dimap.h64 char *section; /* Message SECTION to fetch */ member
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.h87 int section; member
/third_party/libunwind/libunwind/src/
H A Delfxx.c56 elf_w (string_table) (struct elf_image *ei, int section) in string_table() argument
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp36 struct section { struct
47 section(resource_id id, enum type type, size_t size, in section() function
50 section() : id(0), type(text_intermediate), size(0), data() { } in section() function
151 resource_id section; member
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.h179 WireBytesRef section; member
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_dns_mapping.c674 const char *ares_dns_section_tostr(ares_dns_section_t section) in ares_dns_section_tostr() argument
/third_party/node/deps/npm/node_modules/gauge/lib/
H A Dindex.js
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_conf.c309 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk() argument
34 X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, const char *section, const char *name, const char *value) X509V3_EXT_nconf_int() argument
341 X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, X509 *cert) X509V3_EXT_add_nconf() argument
354 X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, X509_CRL *crl) X509V3_EXT_CRL_add_nconf() argument
367 X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, X509_REQ *req) X509V3_EXT_REQ_add_nconf() argument
381 X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section) X509V3_get_string() argument
411 X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) X509V3_section_free() argument
419 nconf_get_string(void *db, const char *section, const char *value) nconf_get_string() argument
510 conf_lhash_get_string(void *db, const char *section, const char *value) conf_lhash_get_string() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_lib.c368 long _CONF_get_number(const CONF *conf, const char *section, in _CONF_get_number() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_log.c147 ctlog_new_from_conf(CTLOG_STORE *store, CTLOG **ct_log, const CONF *conf, const char *section) ctlog_new_from_conf() argument
/third_party/python/Tools/c-analyzer/c_analyzer/
H A D__main__.py222 def section(name): function
/third_party/openssl/crypto/conf/
H A Dconf_lib.c368 long _CONF_get_number(const CONF *conf, const char *section, in _CONF_get_number() argument
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp355 const ri::Section& section = static_cast<const ri::Section&>(item); in writeResultItem() local

Completed in 16 milliseconds

12345678910>>...21