Home
last modified time | relevance | path

Searched refs:handle (Results 201 – 225 of 2363) sorted by relevance

12345678910>>...95

/freebsd/contrib/libfido2/src/
H A Dhid_win.c449 fido_hid_close(void *handle) in fido_hid_close() argument
451 struct hid_win *ctx = handle; in fido_hid_close()
469 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask() argument
471 (void)handle; in fido_hid_set_sigmask()
480 struct hid_win *ctx = handle; in fido_hid_read()
524 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write() argument
526 struct hid_win *ctx = handle; in fido_hid_write()
558 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len() argument
560 struct hid_win *ctx = handle; in fido_hid_report_in_len()
566 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len() argument
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_agpsupport.c221 entry->handle = (unsigned long)memory; in drm_agp_alloc()
229 request->handle = entry->handle; in drm_agp_alloc()
255 unsigned long handle) in drm_agp_lookup_entry() argument
260 if (entry->handle == handle) in drm_agp_lookup_entry()
285 if (!(entry = drm_agp_lookup_entry(dev, request->handle))) in drm_agp_unbind()
326 if (!(entry = drm_agp_lookup_entry(dev, request->handle))) in drm_agp_bind()
369 if (!(entry = drm_agp_lookup_entry(dev, request->handle))) in drm_agp_free()
/freebsd/contrib/kyua/examples/
H A Dsyntax_test.cpp127 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
137 fs::path("root/Kyuafile"), none, engine::default_config(), handle); in ATF_TEST_CASE_BODY()
142 handle.cleanup(); in ATF_TEST_CASE_BODY()
154 scheduler::scheduler_handle handle = scheduler::setup(); in ATF_TEST_CASE_BODY() local
176 fs::path("root/Kyuafile"), none, engine::default_config(), handle); in ATF_TEST_CASE_BODY()
196 handle.cleanup(); in ATF_TEST_CASE_BODY()
/freebsd/sys/vm/
H A Dsg_pager.c71 sg_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, in sg_pager_alloc() argument
90 sg = handle; in sg_pager_alloc()
117 object->handle = sglist_hold(sg); in sg_pager_alloc()
138 sg = object->handle; in sg_pager_dealloc()
140 object->handle = NULL; in sg_pager_dealloc()
159 sg = object->handle; in sg_pager_getpages()
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dmicrochip,lan937x.yaml99 phy-handle = <&t1phy0>;
106 phy-handle = <&t1phy1>;
113 phy-handle = <&t1phy2>;
120 phy-handle = <&t1phy3>;
153 phy-handle = <&t1phy6>;
160 phy-handle = <&t1phy7>;
/freebsd/sys/contrib/zstd/lib/common/
H A Dthreading.c51 thread->handle = (HANDLE) _beginthreadex(NULL, 0, worker, thread, 0, NULL); in ZSTD_pthread_create()
53 if (!thread->handle) in ZSTD_pthread_create()
63 if (!thread.handle) return 0; in ZSTD_pthread_join()
65 result = WaitForSingleObject(thread.handle, INFINITE); in ZSTD_pthread_join()
/freebsd/stand/efi/libefi/
H A Defizfs.c65 efizfs_get_guid_by_handle(EFI_HANDLE handle, uint64_t *guid) in efizfs_get_guid_by_handle() argument
72 if (zi->zi_handle == handle) { in efizfs_get_guid_by_handle()
81 insert_zfs(EFI_HANDLE handle, uint64_t guid) in insert_zfs() argument
87 zi->zi_handle = handle; in insert_zfs()
/freebsd/stand/libofw/
H A Ddevicename.c69 phandle_t handle; in ofw_path_to_handle() local
80 if ((handle = OF_finddevice(name)) == -1) in ofw_path_to_handle()
82 if (OF_getprop(handle, "device_type", type, sizeof(type)) == -1) in ofw_path_to_handle()
86 return (handle); in ofw_path_to_handle()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-clearfog-gtr-s4.dts28 phy-handle = <&switch0phy0>;
34 phy-handle = <&switch0phy1>;
40 phy-handle = <&switch0phy2>;
46 phy-handle = <&switch0phy3>;
/freebsd/sys/dev/acpi_support/
H A Dacpi_ibm.c159 ACPI_HANDLE handle; member
429 status = AcpiEvaluateObject(sc->handle, "MMTS", &input, NULL); in acpi_ibm_mic_led_set()
470 sc->handle = acpi_get_handle(dev); in acpi_ibm_attach()
504 if (ACPI_FAILURE(acpi_GetInteger(sc->handle, in acpi_ibm_attach()
519 if (ACPI_SUCCESS(AcpiEvaluateObject (sc->handle, in acpi_ibm_attach()
576 AcpiInstallNotifyHandler(sc->handle, ACPI_DEVICE_NOTIFY, in acpi_ibm_attach()
677 status = AcpiEvaluateObject(sc->handle, in acpi_ibm_eventmask_set()
734 acpi_GetInteger(sc->handle, IBM_NAME_EVENTS_MASK_GET, &val); in acpi_ibm_sysctl_get()
797 acpi_GetInteger(sc->handle, IBM_NAME_WLAN_BT_GET, &val); in acpi_ibm_sysctl_get()
803 acpi_GetInteger(sc->handle, IBM_NAME_WLAN_BT_GET, &val); in acpi_ibm_sysctl_get()
[all …]
/freebsd/include/arpa/
H A Dnameser.h141 #define ns_msg_id(handle) ((handle)._id + 0) argument
142 #define ns_msg_base(handle) ((handle)._msg + 0) argument
143 #define ns_msg_end(handle) ((handle)._eom + 0) argument
144 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg) argument
145 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) argument
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_kernel_api_2.h25 int vmci_doorbell_create(struct vmci_handle *handle, uint32_t flags,
28 int vmci_doorbell_destroy(struct vmci_handle handle);
29 int vmci_doorbell_notify(struct vmci_handle handle,
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dmpc8569mds.dts259 pio-handle = <&pio1>;
260 tbi-handle = <&tbi1>;
261 phy-handle = <&qe_phy0>;
330 pio-handle = <&pio3>;
331 tbi-handle = <&tbi3>;
353 pio-handle = <&pio2>;
354 tbi-handle = <&tbi2>;
376 pio-handle = <&pio4>;
377 tbi-handle = <&tbi4>;
399 tbi-handle = <&tbi6>;
[all …]
H A Dt2080qds.dts66 phy-handle = <&phy_sgmii_s3_1e>;
71 phy-handle = <&phy_sgmii_s3_1f>;
76 phy-handle = <&rgmii_phy1>;
81 phy-handle = <&rgmii_phy2>;
86 phy-handle = <&phy_sgmii_s2_1e>;
91 phy-handle = <&phy_sgmii_s2_1d>;
96 phy-handle = <&phy_xaui_slot3>;
101 phy-handle = <&phy_sgmii_s3_1f>;
/freebsd/contrib/netbsd-tests/lib/libpthread_dbg/
H A Dh_common.h109 void *handle; in basic_proc_lookup() local
112 ATF_REQUIRE_MSG((handle = dlopen(NULL, RTLD_LOCAL | RTLD_LAZY)) in basic_proc_lookup()
115 symbol = dlsym(handle, sym); in basic_proc_lookup()
117 ATF_REQUIRE_MSG(dlclose(handle) == 0, "dlclose(3) failed: %s", in basic_proc_lookup()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-qds-9999.dts39 phy-handle = <&slot1_sgmii0>;
46 phy-handle = <&slot1_sgmii1>;
53 phy-handle = <&slot1_sgmii2>;
60 phy-handle = <&slot1_sgmii3>;
H A Dfsl-ls1028a-qds-9999.dtso39 phy-handle = <&slot1_sgmii0>;
46 phy-handle = <&slot1_sgmii1>;
53 phy-handle = <&slot1_sgmii2>;
60 phy-handle = <&slot1_sgmii3>;
H A Dfsl-ls1043a-rdb.dts140 phy-handle = <&qsgmii_phy1>;
145 phy-handle = <&qsgmii_phy2>;
150 phy-handle = <&rgmii_phy1>;
155 phy-handle = <&rgmii_phy2>;
160 phy-handle = <&qsgmii_phy3>;
165 phy-handle = <&qsgmii_phy4>;
170 phy-handle = <&aqr105_phy>;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp27 return WrapperFunction<void(SPSSequence<SPSWriteT>)>::handle( in writeUIntsWrapper()
38 return WrapperFunction<void(SPSSequence<SPSMemoryAccessBufferWrite>)>::handle( in writeBuffersWrapper()
50 return WrapperFunction<rt::SPSRunAsMainSignature>::handle( in runAsMainWrapper()
61 return WrapperFunction<rt::SPSRunAsVoidFunctionSignature>::handle( in runAsVoidFunctionWrapper()
71 return WrapperFunction<rt::SPSRunAsIntFunctionSignature>::handle( in runAsIntFunctionWrapper()
/freebsd/lib/libc/locale/
H A DcXXrtomb_iconv.h58 struct _citrus_iconv *handle; in cXXrtomb_l() local
67 handle = &cs->iconv; in cXXrtomb_l()
71 if (_citrus_iconv_open(&handle, UTF_XX_INTERNAL, in cXXrtomb_l()
91 err = _citrus_iconv_convert(handle, &src, &srcleft, &dst, &dstleft, in cXXrtomb_l()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcavium-pip.txt38 - phy-handle: Optional, see ethernet.txt file in the same directory.
64 phy-handle = <&phy2>;
70 phy-handle = <&phy3>;
76 phy-handle = <&phy4>;
82 phy-handle = <&phy5>;
96 phy-handle = <&phy6>;
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dkmeter1.dts327 pio-handle = <&pio_ucc1>;
343 pio-handle = <&pio_ucc2>;
359 pio-handle = <&pio_ucc4>;
373 phy-handle = <&phy_eth1>;
375 pio-handle = <&pio_ucc5>;
389 phy-handle = <&phy_eth2>;
391 pio-handle = <&pio_ucc6>;
405 phy-handle = <&phy_eth3>;
407 pio-handle = <&pio_ucc7>;
421 phy-handle = <&phy_eth4>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dqman-portals.txt78 - dev-handle
103 dev-handle = <&fman0>;
107 dev-handle = <&fman1>;
111 dev-handle = <&crypto>;
123 dev-handle = <&fman0>;
127 dev-handle = <&fman1>;
131 dev-handle = <&crypto>;
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_acpi.c62 find_dimm(ACPI_HANDLE handle, UINT32 nesting_level, void *context, in find_dimm() argument
69 status = AcpiGetObjectInfo(handle, &device_info); in find_dimm()
73 *(ACPI_HANDLE *)return_value = handle; in find_dimm()
253 ACPI_HANDLE handle; in nvdimm_root_child_location() local
255 handle = nvdimm_root_get_acpi_handle(child); in nvdimm_root_child_location()
256 if (handle != NULL) in nvdimm_root_child_location()
257 sbuf_printf(sb, "handle=%s", acpi_name(handle)); in nvdimm_root_child_location()
/freebsd/contrib/libpcap/msdos/
H A Dpktdrvr.c429 pktInfo.handle = reg.r_ax; in PktSetAccess()
438 reg.r_bx = handle; in PktReleaseHandle()
489 if (rx->handle != pktInfo.handle) in CheckElement()
527 reg.r_bx = handle; in PktTerminHandle()
536 reg.r_bx = handle; in PktResetInterface()
548 reg.r_bx = pktInfo.handle; in PktSetReceiverMode()
563 reg.r_bx = pktInfo.handle; in PktGetReceiverMode()
580 reg.r_bx = handle; in PktGetStatistics()
639 reg.r_bx = pktInfo.handle; in PktGetAddress()
1040 if (pktInfo.handle) in PktExitDriver()
[all …]

12345678910>>...95