Searched refs:handle (Results 176 - 200 of 696) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_inline.h129 uint32_t handle, bus_addr_t paddr, uint32_t buf_size)
137 rcv_desc->handle = (uint16_t)handle;
128 qla_set_hw_rcv_desc(qla_host_t *ha, uint32_t r_idx, uint32_t index, uint32_t handle, bus_addr_t paddr, uint32_t buf_size) argument
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c90 static void update_headers(void *handle, struct cudbg_buffer *dbg_buff, argument
94 struct cudbg_private *priv = handle;
152 int cudbg_write_flash(void *handle, u64 timestamp, void *data, argument
157 struct cudbg_private *priv = handle;
185 update_headers(handle, dbg_buff, timestamp,
293 int cudbg_read_flash_details(void *handle, struct cudbg_flash_hdr *data) argument
296 rc = cudbg_read_flash(handle, (void *)data,
302 int cudbg_read_flash_data(void *handle, void *buf, u32 buf_size) argument
314 rc = cudbg_read_flash(handle, buf, total_hdr_size, 0);
321 rc = cudbg_read_flash(handle, payloa
329 cudbg_read_flash(void *handle, void *data, u32 size, int data_flag) argument
[all...]
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Defimd.c67 EFI_HANDLE handle; local
77 status = BS->LocateHandle(ByProtocol, &fpswa_guid, 0, &sz, &handle);
79 status = BS->HandleProtocol(handle, &fpswa_guid, &fpswa);
/freebsd-11-stable/stand/ofw/libofw/
H A Ddevicename.c79 phandle_t handle; local
95 if ((handle = OF_finddevice(name)) == -1) {
98 } else if (OF_getprop(handle, "device_type", type, sizeof(type)) == -1)
/freebsd-11-stable/contrib/llvm-project/libcxx/src/include/
H A Drefstring.h47 void* handle = dlopen("/usr/lib/libstdc++.6.dylib", RTLD_NOLOAD); variable
48 if (handle == nullptr)
50 void* sym = dlsym(handle, "_ZNSs4_Rep20_S_empty_rep_storageE");
/freebsd-11-stable/crypto/openssl/crypto/store/
H A Dstore.h253 * The following functions handle the storage. They return 0, a negative
271 X509 *STORE_list_certificate_next(STORE *e, void *handle);
272 int STORE_list_certificate_end(STORE *e, void *handle);
273 int STORE_list_certificate_endp(STORE *e, void *handle);
292 EVP_PKEY *STORE_list_private_key_next(STORE *e, void *handle);
293 int STORE_list_private_key_end(STORE *e, void *handle);
294 int STORE_list_private_key_endp(STORE *e, void *handle);
311 EVP_PKEY *STORE_list_public_key_next(STORE *e, void *handle);
312 int STORE_list_public_key_end(STORE *e, void *handle);
313 int STORE_list_public_key_endp(STORE *e, void *handle);
[all...]
H A Dstr_lib.c351 void *handle; local
356 handle = s->meth->list_object_start(s,
359 if (!handle) {
364 return handle;
367 X509 *STORE_list_certificate_next(STORE *s, void *handle) argument
375 object = s->meth->list_object_next(s, handle);
391 int STORE_list_certificate_end(STORE *s, void *handle) argument
396 if (!s->meth->list_object_end(s, handle)) {
404 int STORE_list_certificate_endp(STORE *s, void *handle) argument
409 if (!s->meth->list_object_endp(s, handle)) {
561 void *handle; local
576 STORE_list_private_key_next(STORE *s, void *handle) argument
599 STORE_list_private_key_end(STORE *s, void *handle) argument
612 STORE_list_private_key_endp(STORE *s, void *handle) argument
745 void *handle; local
760 STORE_list_public_key_next(STORE *s, void *handle) argument
783 STORE_list_public_key_end(STORE *s, void *handle) argument
796 STORE_list_public_key_endp(STORE *s, void *handle) argument
926 void *handle; local
940 STORE_list_crl_next(STORE *s, void *handle) argument
962 STORE_list_crl_end(STORE *s, void *handle) argument
974 STORE_list_crl_endp(STORE *s, void *handle) argument
1467 STORE_parse_attrs_next(void *handle) argument
1554 STORE_parse_attrs_end(void *handle) argument
1569 STORE_parse_attrs_endp(void *handle) argument
[all...]
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h143 (ring)->softc->doorbell_bar.handle, (ring)->doorbell, 4, \
146 (ring)->softc->doorbell_bar.handle, 0, \
149 (ring)->softc->doorbell_bar.handle, (ring)->doorbell, \
155 (ring)->softc->doorbell_bar.handle, (ring)->doorbell, 4, \
158 (ring)->softc->doorbell_bar.handle, 0, \
161 (ring)->softc->doorbell_bar.handle, (ring)->doorbell, \
167 (ring)->softc->doorbell_bar.handle, (ring)->doorbell, 4, \
170 (ring)->softc->doorbell_bar.handle, (ring)->doorbell, \
174 (ring)->softc->doorbell_bar.handle, 0, \
180 (ring)->softc->doorbell_bar.handle, (rin
302 bus_space_handle_t handle; member in struct:bnxt_bar_info
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dcmd.c294 pd->handle = resp->pd_handle;
305 cmd.pd_handle = pd->handle;
337 if (vext_field_avail(struct verbs_xrcd, handle, vxrcd_size)) {
339 xrcd->handle = resp->xrcd_handle;
350 cmd.xrcd_handle = xrcd->handle;
370 cmd->pd_handle = pd->handle;
378 mr->handle = resp->mr_handle;
394 cmd->mr_handle = mr->handle;
399 cmd->pd_handle = (flags & IBV_REREG_MR_CHANGE_PD) ? pd->handle : 0;
420 cmd.mr_handle = mr->handle;
[all...]
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_asus.c120 ACPI_HANDLE handle; member in struct:acpi_asus_softc
565 sc->handle = acpi_get_handle(dev);
576 AcpiEvaluateObject(sc->handle, "INIT", &Args, &Buf);
810 AcpiEvaluateObject(sc->handle, "BSTS", NULL, NULL);
816 AcpiInstallNotifyHandler(sc->handle, ACPI_SYSTEM_NOTIFY,
825 NULL : sc->handle), sc->model->lcdd, &(sc->lcdd_handle));
867 AcpiRemoveNotifyHandler(sc->handle, ACPI_SYSTEM_NOTIFY,
925 acpi_SetInteger(sc->handle, method, state);
1028 status = acpi_SetInteger(sc->handle,
1032 status = AcpiEvaluateObject(sc->handle,
[all...]
/freebsd-11-stable/lib/libc/resolv/
H A Dres_debug.c146 ns_msg *handle, ns_sect section,
168 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode);
171 if (ns_parserr(handle, section, rrnum, &rr)) {
240 n = ns_sprintrr(handle, &rr, NULL, NULL,
275 ns_msg handle; local
279 if (ns_initparse(msg, len, &handle) < 0) {
283 opcode = ns_msg_getflag(handle, ns_f_opcode);
284 rcode = ns_msg_getflag(handle, ns_f_rcode);
285 id = ns_msg_id(handle);
286 qdcount = ns_msg_count(handle, ns_s_q
145 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
[all...]
/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Ddir.h57 DIR * handle; member in struct:isc_dir
/freebsd-11-stable/sys/contrib/vchiq/interface/vchi/
H A Dvchi_common.h70 //handle is the msg id that was transmitted with the data
80 //handle is the msg id that was used when sending the data
128 void *handle ); //for transmitting msg's only
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drm.h403 * Returned handle for the object.
407 __u32 handle; member in struct:drm_i915_gem_create
413 __u32 handle; member in struct:drm_i915_gem_pread
429 __u32 handle; member in struct:drm_i915_gem_pwrite
445 __u32 handle; member in struct:drm_i915_gem_mmap
465 __u32 handle; member in struct:drm_i915_gem_mmap_gtt
477 __u32 handle; member in struct:drm_i915_gem_set_domain
488 __u32 handle; member in struct:drm_i915_gem_sw_finish
561 * User's handle for a buffer to be bound into the GTT for this
564 __u32 handle; member in struct:drm_i915_gem_exec_object
614 __u32 handle; member in struct:drm_i915_gem_exec_object2
701 __u32 handle; member in struct:drm_i915_gem_pin
713 __u32 handle; member in struct:drm_i915_gem_unpin
719 __u32 handle; member in struct:drm_i915_gem_busy
735 __u32 handle; member in struct:drm_i915_gem_caching
763 __u32 handle; member in struct:drm_i915_gem_set_tiling
794 __u32 handle; member in struct:drm_i915_gem_get_tiling
834 __u32 handle; member in struct:drm_i915_gem_madvise
[all...]
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dhttpread.h62 * Provided that httpread_create successfully returns a handle,
63 * the callback fnc is called to handle httpread_event events.
71 void (*cb)(struct httpread *handle, void *cookie,
/freebsd-11-stable/sys/powerpc/powermac/
H A Dnvbl.c98 phandle_t handle; local
100 handle = OF_finddevice("mac-io/backlight");
102 if (handle == -1)
105 if (OF_getprop(handle, "backlight-control", &control, sizeof(control)) < 0)
/freebsd-11-stable/sys/sparc64/include/
H A Dbus_private.h41 int sparc64_bus_mem_unmap(bus_space_tag_t tag, bus_space_handle_t handle,
/freebsd-11-stable/sys/kgssapi/
H A Dgss_release_cred.c57 args.cred = (*cred_handle)->handle;
/freebsd-11-stable/sys/vm/
H A Dvm_pager.h199 int (*cdev_pg_ctor)(void *handle, vm_ooffset_t size, vm_prot_t prot,
201 void (*cdev_pg_dtor)(void *handle);
204 vm_object_t cdev_pager_allocate(void *handle, enum obj_type tp,
207 vm_object_t cdev_pager_lookup(void *handle);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_mapping.h39 * @dev_handle: device handle for the device pointed by this entry
61 * @dev_handle: device handle for the device pointed by this entry
79 * @enc_handle: enclosure handle where this device is located
80 * @exp_handle: expander handle where this device is located
100 * @enc_handle: enclosure handle where this device is located
101 * @switch_dev_handle: PCIe switch device handle where this device is located
120 u64 *sas_address, u16 handle, u32 device_info, u8 *is_SATA_SSD);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDynamicLibrary.h77 static DynamicLibrary addPermanentLibrary(void *handle,
/freebsd-11-stable/stand/efi/libefi/
H A Ddevpath.c39 efi_lookup_image_devpath(EFI_HANDLE handle) argument
44 status = BS->HandleProtocol(handle, &ImageDevicePathGUID,
52 efi_lookup_devpath(EFI_HANDLE handle) argument
57 status = BS->HandleProtocol(handle, &DevicePathGUID, (VOID **)&devpath);
130 * There isn't a standard way to locate a handle for a given
132 * for a given device path should give us a handle for the
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dentropy.c58 int handle; member in struct:__anon4861
76 int fd = source->sources.file.handle;
105 source->sources.file.handle = -1;
116 int fd = source->sources.usocket.handle;
239 source->sources.usocket.handle = -1;
404 fd = source->sources.file.handle;
411 fd = source->sources.usocket.handle;
445 (void)close(source->handle);
450 close(source->handle);
575 source->sources.usocket.handle
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_vm.c87 (unsigned long)map->handle >> DRM_MAP_HANDLE_SHIFT)
94 DRM_DEBUG("map offset = %016lx, handle = %016lx\n",
95 map->offset, (unsigned long)map->handle);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_vm.c101 (unsigned long)map->handle >> DRM_MAP_HANDLE_SHIFT)
108 DRM_DEBUG("map offset = %016lx, handle = %016lx\n",
109 map->offset, (unsigned long)map->handle);

Completed in 310 milliseconds

1234567891011>>