Searched refs:handle (Results 126 - 150 of 696) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/binutils/
H A Ddebug.c36 structure is the debugging handle passed to all the routines. */
660 /* Return a handle for debugging information. */
676 debug_set_filename (void *handle, const char *name)
678 struct debug_handle *info = (struct debug_handle *) handle;
717 debug_start_source (void *handle, const char *name)
719 struct debug_handle *info = (struct debug_handle *) handle;
767 debug_record_function (void *handle, const char *name,
771 struct debug_handle *info = (struct debug_handle *) handle;
803 /* FIXME: If we could handle nested functions, this would be the
823 debug_record_parameter (void *handle, cons
674 debug_set_filename(void *handle, const char *name) argument
715 debug_start_source(void *handle, const char *name) argument
765 debug_record_function(void *handle, const char *name, debug_type return_type, bfd_boolean global, bfd_vma addr) argument
821 debug_record_parameter(void *handle, const char *name, debug_type type, enum debug_parm_kind kind, bfd_vma val) argument
857 debug_end_function(void *handle, bfd_vma addr) argument
889 debug_start_block(void *handle, bfd_vma addr) argument
927 debug_end_block(void *handle, bfd_vma addr) argument
957 debug_record_line(void *handle, unsigned long lineno, bfd_vma addr) argument
1036 debug_record_int_const(void *handle, const char *name, bfd_vma val) argument
1057 debug_record_float_const(void *handle, const char *name, double val) argument
1078 debug_record_typed_const(void *handle, const char *name, debug_type type, bfd_vma val) argument
1120 debug_record_variable(void *handle, const char *name, debug_type type, enum debug_var_kind kind, bfd_vma val) argument
1193 debug_make_indirect_type(void *handle, debug_type *slot, const char *tag) argument
1217 debug_make_void_type(void *handle) argument
1228 debug_make_int_type(void *handle, unsigned int size, bfd_boolean unsignedp) argument
1247 debug_make_float_type(void *handle, unsigned int size) argument
1257 debug_make_bool_type(void *handle, unsigned int size) argument
1267 debug_make_complex_type(void *handle, unsigned int size) argument
1279 debug_make_struct_type(void *handle, bfd_boolean structp, bfd_vma size, debug_field *fields) argument
1310 debug_make_object_type(void *handle, bfd_boolean structp, bfd_vma size, debug_field *fields, debug_baseclass *baseclasses, debug_method *methods, debug_type vptrbase, bfd_boolean ownvptr) argument
1345 debug_make_enum_type(void *handle, const char **names, bfd_signed_vma *values) argument
1370 debug_make_pointer_type(void *handle, debug_type type) argument
1396 debug_make_function_type(void *handle, debug_type type, debug_type *arg_types, bfd_boolean varargs) argument
1425 debug_make_reference_type(void *handle, debug_type type) argument
1445 debug_make_range_type(void *handle, debug_type type, bfd_signed_vma lower, bfd_signed_vma upper) argument
1478 debug_make_array_type(void *handle, debug_type element_type, debug_type range_type, bfd_signed_vma lower, bfd_signed_vma upper, bfd_boolean stringp) argument
1512 debug_make_set_type(void *handle, debug_type type, bfd_boolean bitstringp) argument
1542 debug_make_offset_type(void *handle, debug_type base_type, debug_type target_type) argument
1572 debug_make_method_type(void *handle, debug_type return_type, debug_type domain_type, debug_type *arg_types, bfd_boolean varargs) argument
1603 debug_make_const_type(void *handle, debug_type type) argument
1623 debug_make_volatile_type(void *handle, debug_type type) argument
1644 debug_make_undefined_tagged_type(void *handle, const char *name, enum debug_type_kind kind) argument
1827 debug_name_type(void *handle, const char *name, debug_type type) argument
1873 debug_tag_type(void *handle, const char *name, debug_type type) argument
1941 debug_find_named_type(void *handle, const char *name) argument
1994 debug_find_tagged_type(void *handle, const char *name, enum debug_type_kind kind) argument
2033 debug_get_real_type(void *handle, debug_type type, struct debug_type_real_list *list) argument
2082 debug_get_type_kind(void *handle, debug_type type) argument
2095 debug_get_type_name(void *handle, debug_type type) argument
2112 debug_get_type_size(void *handle, debug_type type) argument
2141 debug_get_return_type(void *handle, debug_type type) argument
2166 debug_get_parameter_types(void *handle, debug_type type, bfd_boolean *pvarargs) argument
2193 debug_get_target_type(void *handle, debug_type type) argument
2222 debug_get_fields(void *handle, debug_type type) argument
2308 debug_write(void *handle, const struct debug_write_fns *fns, void *fhandle) argument
[all...]
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite2.c35 apr_dbd_t *handle; member in struct:apr_dbd_transaction_t
46 sqlite *handle; member in struct:apr_dbd_results_t
390 static int dbd_sqlite_start_transaction(apr_pool_t * pool, apr_dbd_t * handle, argument
395 ret = dbd_sqlite_query(handle, &rows, "BEGIN TRANSACTION");
400 (*trans)->handle = handle;
401 handle->trans = *trans;
419 dbd_sqlite_query(trans->handle, &rows,
424 dbd_sqlite_query(trans->handle, &rows, "COMMIT TRANSACTION");
426 trans->handle
495 dbd_sqlite_close(apr_dbd_t * handle) argument
504 dbd_sqlite_check_conn(apr_pool_t * pool, apr_dbd_t * handle) argument
512 dbd_sqlite_select_db(apr_pool_t * pool, apr_dbd_t * handle, const char *name) argument
518 dbd_sqlite_native(apr_dbd_t * handle) argument
[all...]
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_isr.c84 rxb = &rx_ring->rx_buf[sgc->handle[i] & 0x7FFF];
94 __func__, sds_idx, i, sgc->handle[i]);
118 __func__, sds_idx, i, sgc->handle[i]);
243 rxb = &rx_ring->rx_buf[sgc->handle[i] & 0x7FFF];
253 __func__, sds_idx, i, sgc->handle[i]);
277 __func__, sds_idx, i, sgc->handle[i]);
373 uint32_t dcount, uint16_t *handle, uint16_t *nhandles)
411 *handle++ = Q8_SGL_STAT_DESC_HANDLE1((sdesc->data[0]));
415 *handle++ = Q8_SGL_STAT_DESC_HANDLE1((sdesc->data[0]));
416 *handle
372 qla_rcv_cont_sds(qla_host_t *ha, uint32_t sds_idx, uint32_t comp_idx, uint32_t dcount, uint16_t *handle, uint16_t *nhandles) argument
[all...]
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld_lock.c186 void *handle; member in struct:rtld_lock
206 lockinfo.rlock_acquire(lock->handle);
222 lockinfo.wlock_acquire(lock->handle);
239 lockinfo.lock_release(lock->handle);
293 rtld_locks[i].handle = NULL;
344 if (rtld_locks[i].handle == NULL)
347 lockinfo.lock_release(rtld_locks[i].handle);
348 lockinfo.lock_destroy(rtld_locks[i].handle);
352 rtld_locks[i].handle = locks[i];
354 pli->wlock_acquire(rtld_locks[i].handle);
[all...]
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_api.c71 * trouble, since the handle and IOCB pointer will be
75 static int (*cfe_dispfunc)(intptr_t handle, intptr_t xiocb) = 0;
79 cfe_init(cfe_xuint_t handle, cfe_xuint_t ept) argument
82 cfe_handle = handle;
96 cfe_close(int handle) argument
102 xiocb.xiocb_handle = handle;
373 cfe_inpstat(int handle) argument
379 xiocb.xiocb_handle = handle;
395 cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer, int length, argument
402 xiocb.xiocb_handle = handle;
443 cfe_read(int handle, unsigned char *buffer, int length) argument
451 cfe_readblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) argument
511 cfe_write(int handle, unsigned char *buffer, int length) argument
519 cfe_writeblk(int handle, cfe_xint_t offset, unsigned char *buffer, int length) argument
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pci.c84 static ACPI_STATUS acpi_pci_save_handle(ACPI_HANDLE handle, UINT32 level,
88 static void acpi_pci_update_device(ACPI_HANDLE handle, device_t pci_child);
187 strlcat(buf, " handle=", buflen);
247 acpi_pci_update_device(ACPI_HANDLE handle, device_t pci_child) argument
259 child = acpi_get_device(handle);
264 acpi_name(handle)));
269 * Update ACPI-CA to use the PCI enumerated device_t for this handle.
271 status = AcpiAttachData(handle, acpi_fake_objhandler, pci_child);
274 acpi_name(handle), AcpiFormatException(status));
278 acpi_pci_save_handle(ACPI_HANDLE handle, UINT3 argument
381 acpi_pci_install_device_notify_handler(ACPI_HANDLE handle, UINT32 level, void *context, void **status) argument
411 acpi_pci_remove_notify_handler(ACPI_HANDLE handle, UINT32 level, void *context, void **status) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-windata.c60 if (data_item_win->handle != (WINDOW *) NULL && data_item_win->is_visible)
101 tui_delete_win (data_item_win_ptr->handle);
102 data_item_win_ptr->handle = (WINDOW *) NULL;
111 werase (TUI_DATA_WIN->generic.handle);
122 mvwaddstr (TUI_DATA_WIN->generic.handle,
127 wrefresh (TUI_DATA_WIN->generic.handle);
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_fujitsu.c109 ACPI_HANDLE handle; member in struct:acpi_fujitsu_softc
252 sc->handle = acpi_get_handle(dev);
255 AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY,
293 status = acpi_SetInteger(sc->handle, "SMOU", 1);
348 AcpiRemoveNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY,
507 status = acpi_GetInteger(sc->handle, nv.name, &nv.value);
570 status = acpi_SetInteger(sc->handle, control, value);
591 if (ACPI_FAILURE(acpi_GetInteger(sc->handle,
600 if (ACPI_FAILURE(acpi_GetInteger(sc->handle,
607 if (ACPI_FAILURE(acpi_GetInteger(sc->handle,
[all...]
/freebsd-11-stable/lib/libc/locale/
H A DmbrtocXX_iconv.h63 struct _citrus_iconv *handle; local
71 handle = &cs->iconv;
75 if (_citrus_iconv_open(&handle,
81 handle->cv_shared->ci_discard_ilseq = true;
82 handle->cv_shared->ci_hooks = NULL;
112 err = _citrus_iconv_convert(handle, &src, &srcleft,
/freebsd-11-stable/sys/xen/
H A Dblkif.h46 blkif_vdev_t handle; /* only for read/write requests */ member in struct:blkif_x86_32_request
64 blkif_vdev_t handle; /* only for read/write requests */ member in struct:blkif_x86_64_request
120 dst->handle = src->handle;
135 dst->handle = src->handle;
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modcmd.c119 void *handle; local
136 handle = dlopen(TMPFSMODULE, RTLD_GLOBAL);
137 if (handle == NULL) {
143 mi_start = dlsym(handle, "__start_link_set_modules");
144 mi_end = dlsym(handle, "__stop_link_set_modules");
168 if (dlclose(handle)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtems.cpp241 void __sanitizer_thread_create_hook(void *handle, uptr thread, int status) { argument
242 __asan::ThreadCreateHook(handle, status != 0);
245 void __sanitizer_thread_start_hook(void *handle, uptr self) { argument
246 __asan::ThreadStartHook(handle, self);
249 void __sanitizer_thread_exit_hook(void *handle, uptr self) { argument
250 __asan::ThreadExitHook(handle, self);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_ioc32.c152 u32 handle; /**< User-space: "Handle" to pass to mmap() */ member in struct:drm_map32
162 void *handle; local
174 handle = map.handle;
177 m32->handle = (unsigned long)handle;
189 void *handle; local
202 handle = map.handle;
204 m32->handle
459 u32 handle; /**< Handle of map */ member in struct:drm_ctx_priv_map32
616 u32 handle; /**< Used for binding / unbinding */ member in struct:drm_agp_buffer32
653 u32 handle; /**< From drm_agp_buffer */ member in struct:drm_agp_binding32
683 u32 handle; /**< Used for mapping / unmapping */ member in struct:drm_scatter_gather32
718 drm_drawable_t handle; member in struct:drm_update_draw32
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Di915_drm.h386 * 2-3 - 64-bit user buffer handle ptr for another list of relocs.
394 * 2 - buffer handle
455 * Returned handle for the object.
459 uint32_t handle; member in struct:drm_i915_gem_create
465 uint32_t handle; member in struct:drm_i915_gem_pread
477 uint32_t handle; member in struct:drm_i915_gem_pwrite
489 uint32_t handle; member in struct:drm_i915_gem_mmap
505 uint32_t handle; member in struct:drm_i915_gem_set_domain
516 uint32_t handle; member in struct:drm_i915_gem_sw_finish
589 * User's handle fo
592 uint32_t handle; member in struct:drm_i915_gem_exec_object
638 uint32_t handle; member in struct:drm_i915_gem_pin
650 uint32_t handle; member in struct:drm_i915_gem_unpin
656 uint32_t handle; member in struct:drm_i915_gem_busy
676 uint32_t handle; member in struct:drm_i915_gem_set_tiling
707 uint32_t handle; member in struct:drm_i915_gem_get_tiling
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_dispatcher.h115 * Defines the value of an invalid Dispatcher registration handle.
355 * Defines the Dispatcher registration handle. This handle
513 * On success a Dispatcher registration handle.
529 void cl_disp_unregister(IN const cl_disp_reg_handle_t handle);
532 * handle
557 cl_disp_post(IN const cl_disp_reg_handle_t handle,
564 * handle
605 cl_disp_get_queue_status(IN const cl_disp_reg_handle_t handle,
610 * handle
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dcondition.h34 HANDLE handle[2]; member in struct:isc_condition_thread
/freebsd-11-stable/include/arpa/
H A Dnameser.h121 * This is a message handle. It is caller allocated and has no dynamic data.
135 * This is a newmsg handle, used when constructing new messages with
151 #define ns_msg_id(handle) ((handle)._id + 0)
152 #define ns_msg_base(handle) ((handle)._msg + 0)
153 #define ns_msg_end(handle) ((handle)._eom + 0)
154 #define ns_msg_size(handle) ((handle)
[all...]
/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.h39 * @dev_handle: device handle for the device pointed by this entry
58 * @dev_handle: device handle for the device pointed by this entry
73 u64 *sas_address, u16 handle, u32 device_info, u8 *is_SATA_SSD);
/freebsd-11-stable/sys/kgssapi/
H A Dgss_init_sec_context.c75 args.cred = initiator_cred_handle->handle;
79 args.ctx = ctx->handle;
82 args.name = target_name->handle;
120 ctx->handle = res.ctx;
/freebsd-11-stable/sys/dev/hptmv/
H A Draid5n.h44 #define dataxfer_add_item(handle, host, cache, bytes, tocache) \
47 #define dataxfer_exec(handle, done, tag) done(_VBUS_P tag, 0)
62 #define xor_add_item(handle, dest, src, nsrc, bytes) \
69 #define xor_exec(handle, done, tag) done(_VBUS_P tag, 0)
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_task_request.h93 * @param[in] scic_controller the handle to the core controller object
95 * @param[in] scic_remote_device the handle to the core remote device
114 * pointer to the handle the core will expect in further
136 * @param[out] scic_task_request This parameter specifies the handle
155 * handle to the core task request object for which to construct
169 #define scic_task_request_construct(controller, dev, tag, task, mem, handle) \
/freebsd-11-stable/crypto/openssl/crypto/store/
H A Dstr_mem.c142 static STORE_OBJECT *mem_list_next(STORE *s, void *handle);
143 static int mem_list_end(STORE *s, void *handle);
144 static int mem_list_endp(STORE *s, void *handle);
288 static STORE_OBJECT *mem_list_next(STORE *s, void *handle) argument
291 struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
342 static int mem_list_end(STORE *s, void *handle) argument
344 struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
357 static int mem_list_endp(STORE *s, void *handle) argument
359 struct mem_ctx_st *context = (struct mem_ctx_st *)handle;
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_iw.h54 void *handle; member in struct:ixl_iw_pf
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c119 static int mprsas_add_device(struct mpr_softc *sc, u16 handle, u8 linkrate);
120 static int mprsas_add_pcie_device(struct mpr_softc *sc, u16 handle,
122 static int mprsas_get_sata_identify(struct mpr_softc *sc, u16 handle,
127 u64 *sas_address, u16 handle, u32 device_info, u8 *is_SATA_SSD);
129 u16 handle);
227 "failed to add device with handle "
383 "volume with handle 0x%x\n",
397 "for volume with handle "
405 targ->handle = 0x0;
443 "handle
724 uint16_t handle; local
802 mprsas_add_device(struct mpr_softc *sc, u16 handle, u8 linkrate) argument
1031 mprsas_get_sas_address_for_sata_disk(struct mpr_softc *sc, u64 *sas_address, u16 handle, u32 device_info, u8 *is_SATA_SSD) argument
1126 mprsas_get_sata_identify(struct mpr_softc *sc, u16 handle, Mpi2SataPassthroughReply_t *mpi_reply, char *id_buffer, int sz, u32 devinfo) argument
1263 mprsas_add_pcie_device(struct mpr_softc *sc, u16 handle, u8 linkrate) argument
1400 mprsas_volume_add(struct mpr_softc *sc, u16 handle) argument
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarshell.mk6 # SunOS cannot handle this one

Completed in 234 milliseconds

1234567891011>>