Home
last modified time | relevance | path

Searched defs:ptr (Results 376 – 400 of 2742) sorted by relevance

1...<<11121314151617181920>>...110

/openbmc/linux/arch/x86/kernel/
H A Dhead64.c88 static void __head *fixup_pointer(void *ptr, unsigned long physaddr) in fixup_pointer()
93 static unsigned long __head *fixup_long(void *ptr, unsigned long physaddr) in fixup_long()
99 static unsigned int __head *fixup_int(void *ptr, unsigned long physaddr) in fixup_int()
/openbmc/linux/fs/btrfs/
H A Droot-tree.c130 unsigned long ptr; in btrfs_update_root() local
343 unsigned long ptr; in btrfs_del_root_ref() local
416 unsigned long ptr; in btrfs_add_root_ref() local
/openbmc/linux/drivers/crypto/bcm/
H A Dspu.c22 u8 *ptr = buf; in spum_dump_msg_hdr() local
597 u8 *ptr; in spum_create_request() local
839 u8 *ptr = spu_hdr; in spum_cipher_req_init() local
1032 u8 *ptr = pad_start; in spum_request_pad() local
/openbmc/linux/security/tomoyo/
H A Dutil.c248 struct tomoyo_name_union *ptr) in tomoyo_parse_name_union()
273 struct tomoyo_number_union *ptr) in tomoyo_parse_number_union()
677 void tomoyo_fill_path_info(struct tomoyo_path_info *ptr) in tomoyo_fill_path_info()
1048 struct tomoyo_acl_info *ptr; in tomoyo_domain_quota_is_ok() local
/openbmc/linux/tools/testing/radix-tree/linux/
H A Dkmemleak.h1 static inline void kmemleak_update_trace(const void *ptr) { } in kmemleak_update_trace()
/openbmc/linux/tools/virtio/linux/
H A Dkmemleak.h1 static inline void kmemleak_ignore(const void *ptr) in kmemleak_ignore()
/openbmc/u-boot/lib/
H A Dhexdump.c55 const u8 *ptr = buf; in hex_dump_to_buffer() local
185 const u8 *ptr = buf; in print_hex_dump() local
/openbmc/linux/drivers/firmware/efi/
H A Dapple-properties.c50 struct device *dev, const void *ptr, in unmarshal_key_value_pairs()
125 const struct efi_dev_path *ptr; in unmarshal_devices() local
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dssh_msgb.h27 u8 *ptr; member
39 static inline void msgb_init(struct msgbuf *msgb, u8 *ptr, size_t cap) in msgb_init()
/openbmc/linux/kernel/sched/
H A Dcore_sched.c25 struct sched_core_cookie *ptr = (void *)cookie; in sched_core_put_cookie() local
35 struct sched_core_cookie *ptr = (void *)cookie; in sched_core_get_cookie() local
/openbmc/linux/drivers/firmware/xilinx/
H A Dzynqmp-debug.c147 const char __user *ptr, size_t len, in zynqmp_pm_debugfs_api_write()
204 static ssize_t zynqmp_pm_debugfs_api_read(struct file *file, char __user *ptr, in zynqmp_pm_debugfs_api_read()
/openbmc/linux/drivers/acpi/acpica/
H A Dacmacros.h18 #define ACPI_CAST8(ptr) ACPI_CAST_PTR (u8, (ptr)) argument
19 #define ACPI_CAST16(ptr) ACPI_CAST_PTR (u16, (ptr)) argument
20 #define ACPI_CAST32(ptr) ACPI_CAST_PTR (u32, (ptr)) argument
21 #define ACPI_CAST64(ptr) ACPI_CAST_PTR (u64, (ptr)) argument
22 #define ACPI_GET8(ptr) (*ACPI_CAST8 (ptr)) argument
23 #define ACPI_GET16(ptr) (*ACPI_CAST16 (ptr)) argument
24 #define ACPI_GET32(ptr) (*ACPI_CAST32 (ptr)) argument
25 #define ACPI_GET64(ptr) (*ACPI_CAST64 (ptr)) argument
26 #define ACPI_SET8(ptr, val) (*ACPI_CAST8 (ptr) = (u8) (val)) argument
27 #define ACPI_SET16(ptr, val) (*ACPI_CAST16 (ptr) = (u16) (val)) argument
[all …]
/openbmc/linux/tools/testing/radix-tree/
H A Dmaple.c466 void *ptr) in check_erase()
492 void *ptr = &check_erase_testset; in check_erase_testset() local
732 #define erase_check_store_range(mt, a, i, ptr) mtree_test_store_range(mt, \ argument
33894 void *ptr = NULL; in check_erase2_sets() local
34342 static void *rcu_reader_fwd(void *ptr) in rcu_reader_fwd()
34453 static void *rcu_reader_rev(void *ptr) in rcu_reader_rev()
34854 static void *rcu_val(void *ptr) in rcu_val()
34883 static void *rcu_loop(void *ptr) in rcu_loop()
34964 static void *rcu_slot_store_reader(void *ptr) in rcu_slot_store_reader()
35454 void *ptr = check_prealloc; in check_prealloc() local
/openbmc/linux/tools/include/linux/
H A Dzalloc.h10 #define zfree(ptr) __zfree((void **)(ptr)) argument
/openbmc/linux/tools/lib/api/fs/
H A Dtracing_path.h20 #define zput_events_file(ptr) ({ free(*ptr); *ptr = NULL; }) argument
/openbmc/u-boot/tools/
H A Dkwbimage.c293 size_t kwbimage_header_size(unsigned char *ptr) in kwbimage_header_size()
498 const unsigned char *ptr; in kwb_import_pubkey() local
742 uint8_t *ptr; in kwb_dump_fuse_cmds_38x() local
1163 int add_secure_header_v1(struct image_tool_params *params, uint8_t *ptr, in add_secure_header_v1()
1217 uint8_t *ptr, int payloadsz) in image_create_v1()
1506 static void kwbimage_set_header(void *ptr, struct stat *sbuf, int ifd, in kwbimage_set_header()
1593 static void kwbimage_print_header(const void *ptr) in kwbimage_print_header()
1614 static int kwbimage_verify_header(unsigned char *ptr, int image_size, in kwbimage_verify_header()
/openbmc/u-boot/board/gdsys/common/
H A Dihs_mdio.c29 u8 *ptr; in read_reg() local
41 u8 *ptr; in write_reg() local
/openbmc/linux/arch/arm64/include/asm/
H A Dbarrier.h193 #define smp_cond_load_relaxed(ptr, cond_expr) \ argument
206 #define smp_cond_load_acquire(ptr, cond_expr) \ argument
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c1092 struct mwifiex_ra_list_tbl *ptr; in mwifiex_wmm_get_highest_priolist_ptr() local
1205 struct mwifiex_ra_list_tbl *ptr, in mwifiex_is_11n_aggragation_possible()
1234 struct mwifiex_ra_list_tbl *ptr, int ptr_index) in mwifiex_send_single_packet()
1294 struct mwifiex_ra_list_tbl *ptr) in mwifiex_is_ptr_processed()
1317 struct mwifiex_ra_list_tbl *ptr, int ptr_index) in mwifiex_send_processed_packet()
1407 struct mwifiex_ra_list_tbl *ptr; in mwifiex_dequeue_tx_packet() local
/openbmc/linux/drivers/misc/
H A Dkgdbts.c181 static int kgdbts_unreg_thread(void *ptr) in kgdbts_unreg_thread()
297 char *ptr = &put_str[11]; in get_thread_id_continue() local
487 char *ptr = &put_str[11]; in emul_sstep_put() local
515 char *ptr = &put_str[11]; in emul_sstep_put() local
980 char *ptr; in kgdbts_run_tests() local
/openbmc/linux/kernel/
H A Dkexec_core.c600 #define for_each_kimage_entry(image, ptr, entry) \ argument
615 kimage_entry_t *ptr, entry; in kimage_free() local
662 kimage_entry_t *ptr, entry; in kimage_dst_used() local
797 char *ptr; in kimage_load_normal_segment() local
865 char *ptr; in kimage_load_crash_segment() local
/openbmc/linux/drivers/phy/
H A Dphy-core.c783 struct phy **ptr, *phy; in devm_phy_get() local
838 struct phy **ptr, *phy; in devm_of_phy_get() local
908 struct phy **ptr, *phy; in devm_of_phy_get_by_index() local
1029 struct phy **ptr, *phy; in devm_phy_create() local
1163 struct phy_provider **ptr, *phy_provider; in __devm_of_phy_provider_register() local
/openbmc/intel-ipmi-oem/src/
H A Dbiosconfigcommands.cpp650 ipmi::RspType<> ipmiOEMSetBIOSCap(ipmi::Context::ptr&, uint8_t BIOSCapabilties, in ipmiOEMSetBIOSCap()
672 ipmiOEMGetBIOSCap(ipmi::Context::ptr&) in ipmiOEMGetBIOSCap()
686 ipmiOEMSetPayload(ipmi::Context::ptr&, uint8_t paramSel, in ipmiOEMSetPayload()
1074 ipmi::Context::ptr&, std::array<uint8_t, maxSeedSize>& pwdSeed, in ipmiOEMSetBIOSHashInfo()
1120 ipmiOEMGetBIOSHash(ipmi::Context::ptr&) in ipmiOEMGetBIOSHash()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe.h164 static inline void amap_set(void *ptr, u32 dw_offset, u32 mask, in amap_set()
172 #define AMAP_SET_BITS(_struct, field, ptr, val) \ argument
179 static inline u32 amap_get(void *ptr, u32 dw_offset, u32 mask, u32 offset) in amap_get()
185 #define AMAP_GET_BITS(_struct, field, ptr) \ argument
/openbmc/linux/include/linux/
H A Drculist.h306 #define list_entry_rcu(ptr, type, member) \ argument
350 #define list_first_or_null_rcu(ptr, type, member) \ argument
369 #define list_next_or_null_rcu(head, ptr, type, member) \ argument
427 #define list_entry_lockless(ptr, type, member) \ argument

1...<<11121314151617181920>>...110