Searched refs:handle (Results 1 - 25 of 1815) sorted by last modified time

1234567891011>>

/netbsd-current/sys/dev/acpi/
H A Dacpi_display.c445 acpidisp_notify(ACPI_HANDLE handle, uint32_t notify) argument
453 (*adn->adn_func)(handle, notify, adn->adn_cookie);
911 acpidisp_vga_notify_handler(ACPI_HANDLE handle, uint32_t notify, argument
941 acpidisp_notify(handle, notify);
945 acpidisp_out_notify_handler(ACPI_HANDLE handle, uint32_t notify, argument
2099 * Returns true if and only if (a) the object handle.path exists and
2103 acpidisp_has_method(ACPI_HANDLE handle, const char *path, ACPI_OBJECT_TYPE type) argument
2108 KASSERT(handle != NULL);
2110 if (ACPI_FAILURE(AcpiGetHandle(handle, path, &hdl)))
2129 acpidisp_eval_package(ACPI_HANDLE handle, cons argument
[all...]
H A Dthinkpad_acpi.c350 * Obtain a handle for CMOS commands. This is used by T61.
355 * Obtain a handle to the power resource available on many models.
1010 ACPI_HANDLE handle = sc->sc_node->ad_handle; local
1026 rv = AcpiEvaluateObjectTyped(handle, path, &arg_list, &buf,
1031 acpi_name(handle), path, (unsigned)arg,
H A Dacpi_bat.c675 acpibat_notify_handler(ACPI_HANDLE handle, uint32_t notify, void *context) argument
H A Dacpi.c759 acpi_make_devnode(ACPI_HANDLE handle, uint32_t level, argument
769 rv = AcpiGetObjectInfo(handle, &devinfo);
779 acpi_activate_device(handle, &devinfo);
794 ad->ad_handle = handle;
831 acpi_make_devnode_post(ACPI_HANDLE handle, uint32_t level, argument
839 if (handle == awc->aw_parent->ad_handle)
1158 acpi_notify_handler(ACPI_HANDLE handle, uint32_t event, void *aux) argument
1193 "%s (%p)\n", event, acpi_name(handle), handle));
1209 if (ad->ad_handle != handle)
1924 acpi_device_present(ACPI_HANDLE handle) argument
1976 acpi_activate_device(ACPI_HANDLE handle, ACPI_DEVICE_INFO **di) argument
[all...]
H A Dacpi_hed.c110 acpihed_notify(ACPI_HANDLE handle, uint32_t event, void *cookie) argument
/netbsd-current/share/mk/
H A Dbsd.x11.mk264 # too long for sed to handle.
/netbsd-current/usr.bin/make/unit-tests/
H A Darchive.mk18 # dir.c would probably not handle this correctly, therefore each of the
/netbsd-current/sys/dev/pci/
H A Dbtvmeii.c91 bus_space_handle_t handle; member in struct:b3_2706_vmemaprescs
290 b3_2706_map_vme(void *vsc, vme_addr_t vmeaddr, vme_size_t len, vme_am_t am, vme_datasize_t datasizes, vme_swap_t swap, bus_space_tag_t *tag, bus_space_handle_t *handle, vme_mapresc_t *resc) argument
346 0, handle);
362 sc->vmemaprescs[wnd].handle = *handle;
373 bus_space_unmap(sc->vmet, r->handle, r->len);
386 bus_space_handle_t handle; local
392 &tag, &handle, &resc);
400 res = (*callback)(cbarg, tag, handle);
405 dummy = bus_space_read_1(tag, handle,
447 b3_2706_establish_vmeint(void *vsc, vme_intr_handle_t handle, int prior, int (*func)(void *), void *arg) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_acpi.c123 * @handle: acpi handle
130 static union acpi_object *radeon_atif_call(acpi_handle handle, int function, argument
154 status = acpi_evaluate_object(handle, "ATIF", &atif_arg, &buffer);
217 * @handle: acpi handle
225 static int radeon_atif_verify_interface(acpi_handle handle, argument
233 info = radeon_atif_call(handle, ATIF_FUNCTION_VERIFY_INTERFACE, NULL);
263 * @handle: acpi handle
272 radeon_atif_get_notification_params(acpi_handle handle, struct radeon_atif_notification_cfg *n) argument
336 radeon_atif_get_sbios_requests(acpi_handle handle, struct atif_sbios_requests *req) argument
380 acpi_handle handle; local
459 radeon_atcs_call(acpi_handle handle, int function, struct acpi_buffer *params) argument
525 radeon_atcs_verify_interface(acpi_handle handle, struct radeon_atcs *atcs) argument
589 acpi_handle handle; local
634 acpi_handle handle; local
753 acpi_handle handle; local
[all...]
H A Dradeon.h612 uint32_t handle, uint64_t *offset_p);
1732 uint32_t handle, struct radeon_fence **fence);
1734 uint32_t handle, struct radeon_fence **fence);
1775 uint32_t handle, struct radeon_fence **fence);
1777 uint32_t handle, struct radeon_fence **fence);
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dquery.c2621 isc_nmhandle_attach(client->handle, &client->prefetchhandle);
2839 isc_nmhandle_attach(client->handle, &client->prefetchhandle);
4392 * Check this NS name if we did not handle it
5359 * Note: this function doesn't attach to the client's handle. It's the caller's
5430 * instance, to handle CNAME lookups), is done by calling
6475 * object to handle them while we are waiting for a
6606 isc_nmhandle_attach(client->handle, &client->fetchhandle);
6877 * the fetch handle. And it should be done before resuming query
7020 * ns_query_recurse(), we attach to the handle only if 'runasync'
7024 isc_nmhandle_attach(client->handle,
12176 ns_query_start(ns_client_t *client, isc_nmhandle_t *handle) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/
H A Dnouveau_nvkm_subdev_mxm_base.c108 acpi_handle handle; local
112 handle = (device->acpidev ? device->acpidev->ad_handle : NULL);
114 handle = ACPI_HANDLE(device->dev);
116 if (!handle)
125 obj = acpi_evaluate_dsm(handle, &muid, rev, 0x00000010, &argv4);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/
H A Dpriv.h56 struct device *, enum nvkm_device_type, u64 handle,
H A Dnouveau_nvkm_engine_device_base.c62 nvkm_device_find_locked(u64 handle) argument
66 if (device->handle == handle)
73 nvkm_device_find(u64 handle) argument
77 device = nvkm_device_find_locked(handle);
90 name[nr - 1] = device->handle;
2963 struct device *dev, enum nvkm_device_type type, u64 handle,
2984 if (nvkm_device_find_locked(handle))
2991 device->handle = handle;
2961 nvkm_device_ctor(const struct nvkm_device_func *func, const struct nvkm_device_quirk *quirk, struct device *dev, enum nvkm_device_type type, u64 handle, struct acpi_devnode *acpidev, const char *name, const char *cfg, const char *dbg, bool detect, bool mmio, u64 subdev_mask, struct nvkm_device *device) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Ddevice.h94 u64 handle; member in struct:nvkm_device
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_display.c225 unsigned int *handle)
229 return drm_gem_handle_create(file_priv, &fb->nvbo->bo.base, handle);
386 * where we can't wake it up, it can handle
678 ret = drm_gem_handle_create(file_priv, &bo->bo.base, &args->handle);
686 uint32_t handle, uint64_t *poffset)
690 gem = drm_gem_object_lookup(file_priv, handle);
223 nouveau_user_framebuffer_create_handle(struct drm_framebuffer *drm_fb, struct drm_file *file_priv, unsigned int *handle) argument
684 nouveau_display_dumb_map_offset(struct drm_file *file_priv, struct drm_device *dev, uint32_t handle, uint64_t *poffset) argument
H A Dnouveau_acpi.c84 static int nouveau_optimus_dsm(acpi_handle handle, int func, int arg, uint32_t *result) argument
100 obj = acpi_evaluate_dsm_typed(handle, &nouveau_op_dsm_muid, 0x00000100,
103 acpi_handle_info(handle, "failed to evaluate _DSM\n");
123 static int nouveau_dsm_get_optimus_functions(acpi_handle handle) argument
131 if (nouveau_optimus_dsm(handle, 0, 0, &result))
143 static int nouveau_dsm(acpi_handle handle, int func, int arg) argument
152 obj = acpi_evaluate_dsm_typed(handle, &nouveau_dsm_muid, 0x00000102,
155 acpi_handle_info(handle, "failed to evaluate _DSM\n");
166 static int nouveau_dsm_switch_mux(acpi_handle handle, int mux_id) argument
170 return nouveau_dsm(handle, NOUVEAU_DSM_LE
173 nouveau_dsm_set_discrete_state(acpi_handle handle, enum vga_switcheroo_state state) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_acpi.c75 acpi_handle handle; member in struct:amdgpu_atif
89 * @handle: acpi handle
121 status = acpi_evaluate_object(atif->handle, NULL, &atif_arg,
179 * @handle: acpi handle
223 acpi_handle handle = NULL; local
231 status = acpi_get_handle(dhandle, "ATIF", &handle);
237 &handle);
242 DRM_DEBUG_DRIVER("No ATIF handle foun
515 amdgpu_atcs_call(acpi_handle handle, int function, struct acpi_buffer *params) argument
581 amdgpu_atcs_verify_interface(acpi_handle handle, struct amdgpu_atcs *atcs) argument
645 acpi_handle handle; local
690 acpi_handle handle; local
812 acpi_handle handle, atif_handle; local
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu.c890 * handle that here as well.
1554 dmu_request_arcbuf(dmu_buf_t *handle, int size) argument
1556 dmu_buf_impl_t *db = (dmu_buf_impl_t *)handle;
1577 dmu_assign_arcbuf(dmu_buf_t *handle, uint64_t offset, arc_buf_t *buf, argument
1580 dmu_buf_impl_t *dbuf = (dmu_buf_impl_t *)handle;
/netbsd-current/sys/dev/ic/
H A Dmc146818.c49 todr_chip_handle_t handle; local
59 handle = &sc->sc_handle;
60 handle->cookie = sc;
61 KASSERT(handle->todr_gettime == NULL);
62 KASSERT(handle->todr_settime == NULL);
63 if (handle->todr_gettime_ymdhms == NULL) {
64 handle->todr_gettime_ymdhms = mc146818_gettime_ymdhms;
66 if (handle->todr_settime_ymdhms == NULL) {
67 handle->todr_settime_ymdhms = mc146818_settime_ymdhms;
70 todr_attach(handle);
79 mc146818_gettime_ymdhms(todr_chip_handle_t handle, struct clock_ymdhms *dt) argument
131 mc146818_settime_ymdhms(todr_chip_handle_t handle, struct clock_ymdhms *dt) argument
[all...]
/netbsd-current/sys/arch/alpha/alpha/
H A Dmcclock.c105 todr_chip_handle_t handle; /* IN */ member in struct:mcclock_trampoline_arg
116 arg->rv = (*func)(arg->handle, arg->dt);
144 mcclock_gettime_ymdhms(todr_chip_handle_t handle, struct clock_ymdhms *dt) argument
147 .handle = handle,
155 mcclock_settime_ymdhms(todr_chip_handle_t handle, struct clock_ymdhms *dt) argument
158 .handle = handle,
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dnetmgr-int.h242 * A general handle for a connection bound to a networker. For UDP
380 isc_nmhandle_t *handle; member in struct:isc__nm_uvreq
392 uv_handle_t handle; member in union:isc__nm_uvreq::__anon3
424 * 2. we handle all the netievent types of same subclass the same, e.g. if the
425 * extended netievent contains handle, we always attach to the handle in
426 * the ctor and detach from the handle in dtor.
546 isc_nmhandle_t *handle; member in struct:isc__netievent__socket_handle
554 isc_nm_t *nm, isc_nmsocket_t *sock, isc_nmhandle_t *handle); \
560 isc_nm_t *nm, isc_nmsocket_t *sock, isc_nmhandle_t *handle) { \
869 isc_nmhandle_t *handle; member in struct:isc_nmsocket_tls_send_req
[all...]
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dmachdep.c1619 * described by tag/handle/offset and copy into buffer provided.
1659 * provided to bus space described by tag/handle/offset.
1703 * by tag/handle/offset `count' times.
1827 * described by tag/handle/offset and copy into buffer provided.
1906 * provided to bus space described by tag/handle/offset.
2030 * by tag/handle/offset `count' times.
2337 sparc_bus_subregion(bus_space_tag_t tag, bus_space_handle_t handle, argument
2340 nhandlep->_ptr = handle._ptr + offset;
2341 nhandlep->_asi = handle._asi;
2342 nhandlep->_sasi = handle
[all...]
/netbsd-current/sys/arch/sparc/sparc/
H A Dmachdep.c1983 * by tag/handle/offset `count' times.
2702 * described by tag/handle/offset and copy into buffer provided.
2746 * provided to bus space described by tag/handle/offset.
2953 sparc_bus_subregion(bus_space_tag_t tag, bus_space_handle_t handle, argument
2958 *nhandlep = handle + offset;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c1350 ** file-control may be invoked by SQLite on the database file handle
1395 ** underlying native file handle associated with a file handle. This file
1396 ** control interprets its argument as a pointer to a native file handle and
1401 ** opcode causes the xFileControl method to swap the file handle with the one
2255 ** allocator is engaged to handle all of SQLites memory allocation needs.
2615 ** database handle, SQLite checks if this will mean that there are now no
2780 ** the database handle both when the SQL statement is prepared and when it
3781 ** order for sqlite3_open16(). ^(A [database connection] handle is usually
3796 ** associated with the [database connection] handle shoul
136725 void *handle; local
[all...]

Completed in 1229 milliseconds

1234567891011>>