Searched defs:arg (Results 176 - 200 of 280) sorted by relevance

1234567891011>>

/fuchsia/zircon/third_party/ulib/ngunwind/include/ngunwind/private/
H A Ddwarf_i.h99 dwarf_readu8(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint8_t *valp, void *arg) argument
127 dwarf_readu16(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint16_t *val, void *arg) argument
168 dwarf_readu32(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint32_t *val, void *arg) argument
200 dwarf_readu64(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, uint64_t *val, void *arg) argument
233 dwarf_reads8(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int8_t *val, void *arg) argument
246 dwarf_reads16(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int16_t *val, void *arg) argument
259 dwarf_reads32(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int32_t *val, void *arg) argument
272 dwarf_reads64(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int64_t *val, void *arg) argument
285 dwarf_readw(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *val, void *arg) argument
317 dwarf_read_uleb128(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *valp, void *arg) argument
342 dwarf_read_sleb128(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unw_word_t *valp, void *arg) argument
368 dwarf_read_encoded_pointer_inlined(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, unsigned char encoding, const unw_proc_info_t *pi, unw_word_t *valp, void *arg) argument
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A DGex_tables.c65 prel31_to_addr (unw_addr_space_t as, void *arg, unw_word_t prel31, argument
387 tdep_search_unwind_table(unw_addr_space_t as, unw_word_t ip, unw_dyn_info_t *di, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
504 arm_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
565 arm_put_unwind_info(unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) argument
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/dwarf/
H A DGexpr.c200 void *arg; local
124 read_operand(unw_addr_space_t as, unw_accessors_t *a, unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) argument
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Dfuchsia.c170 remote_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, void *arg) argument
142 remote_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
181 remote_get_dyn_info_list_addr(unw_addr_space_t as, unw_word_t *dil_addr, void *arg) argument
211 remote_access_mem(unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write, void *arg) argument
232 remote_access_raw_mem(unw_addr_space_t as, unw_word_t addr, void* buf, size_t size, int write, void *arg) argument
259 remote_access_reg(unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write, void *arg) argument
295 remote_access_fpreg(unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val, int write, void *arg) argument
303 remote_resume(unw_addr_space_t as, unw_cursor_t *c, void *arg) argument
312 remote_get_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) argument
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A Dcipher.c531 int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int command, int arg, void *ptr) { argument
/fuchsia/zircon/kernel/dev/pdev/interrupt/
H A Dinterrupt.c24 zx_status_t register_int_handler(unsigned int vector, int_handler handler, void* arg) argument
/fuchsia/zircon/kernel/dev/uart/amlogic_s905/
H A Duart.c107 static void uart_irq(void *arg) argument
/fuchsia/zircon/kernel/dev/timer/arm_generic/
H A Darm_generic_timer.cpp188 static void platform_tick(void* arg) { argument
/fuchsia/zircon/kernel/object/
H A Dthread_dispatcher.cpp399 void ThreadDispatcher::ThreadUserCallback(enum thread_user_state_change new_state, void* arg) { argument
416 int ThreadDispatcher::StartRoutine(void* arg) { argument
/fuchsia/zircon/kernel/platform/pc/
H A Ddebug.cpp67 static void uart_irq_handler(void *arg) { argument
112 static void uart_rx_poll(timer_t* t, zx_time_t now, void* arg) { argument
/fuchsia/zircon/kernel/syscalls/
H A Dddk_pci.cpp140 fbl::unique_free_ptr<zx_pci_init_arg_t> arg; local
[all...]
H A Dsystem.cpp389 zx_system_powerctl_arg_t arg; local
/fuchsia/zircon/system/core/devmgr/
H A Dfshost.cpp48 static zx_status_t callback(void* arg, const bootfs_entry_t* entry) { argument
152 static int ramctl_watcher(void* arg) { argument
/fuchsia/zircon/system/core/virtcon/
H A Dtextcon.cpp20 static inline void setparam(textcon_t* tc, int param, uint8_t* arg, argument
84 static void erase_screen(textcon_t* tc, int arg) { argument
98 static void erase_line(textcon_t* tc, int arg) { argument
112 static void erase_chars(textcon_t* tc, int arg) { argument
[all...]
/fuchsia/zircon/system/dev/block/block/
H A Dblock.c88 static int blockserver_thread(void* arg) { argument
/fuchsia/zircon/system/dev/block/gpt/
H A Dgpt.c247 static int gpt_bind_thread(void* arg) { argument
/fuchsia/zircon/system/dev/block/ramdisk/
H A Dramdisk.c64 static int worker_thread(void* arg) { argument
/fuchsia/zircon/system/dev/block/mbr/
H A Dmbr.c220 static int mbr_bind_thread(void* arg) { argument
/fuchsia/zircon/system/dev/block/usb-mass-storage/
H A Dusb-mass-storage.c555 static int ums_worker_thread(void* arg) { argument
/fuchsia/zircon/system/dev/bluetooth/bt-transport-uart/
H A Dbt-transport-uart.c335 static int hci_read_thread(void* arg) { argument
/fuchsia/zircon/system/dev/bluetooth/bt-hci-broadcom/
H A Dbt-hci-broadcom.c209 static int bcm_hci_start_thread(void* arg) { argument
/fuchsia/zircon/system/dev/bus/acpi/
H A Dbus-acpi.c589 zx_pci_init_arg_t* arg; local
H A Ddev-ec.c242 static int acpi_ec_thread(void* arg) { argument
H A Dpci.c34 handle_prt( ACPI_HANDLE object, zx_pci_init_arg_t* arg, uint8_t port_dev_id, uint8_t port_func_id) argument
185 find_pcie_config(zx_pci_init_arg_t* arg) argument
246 zx_pci_init_arg_t* arg = context; local
298 find_pci_legacy_irq_mapping(zx_pci_init_arg_t* arg) argument
323 zx_pci_init_arg_t* arg = (zx_pci_init_arg_t*)_ctx; local
350 find_pci_config(zx_pci_init_arg_t* arg) argument
364 get_pci_init_arg(zx_pci_init_arg_t** arg, uint32_t* size) argument
[all...]
/fuchsia/zircon/system/dev/ethernet/realtek-8111/
H A Drtl8111.c156 static int irq_thread(void* arg) { argument

Completed in 203 milliseconds

1234567891011>>