Home
last modified time | relevance | path

Searched refs:handle (Results 76 – 100 of 2114) sorted by relevance

12345678910>>...85

/freebsd/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlinfo.c75 void *handle; in ATF_TC_BODY() local
78 handle = dlopen("libutil.so", RTLD_LAZY); in ATF_TC_BODY()
79 ATF_CHECK(handle); in ATF_TC_BODY()
81 rv = dlinfo(handle, RTLD_DI_LINKMAP, &map); in ATF_TC_BODY()
84 dlclose(handle); in ATF_TC_BODY()
95 void *handle; in ATF_TC_BODY() local
97 handle = dlopen("libutil.so", RTLD_LAZY); in ATF_TC_BODY()
98 ATF_CHECK(handle); in ATF_TC_BODY()
H A Dt_dlerror-cleared.c47 void *handle; in ATF_TC_BODY() local
54 handle = dlopen("libnonexistent.so", RTLD_LAZY); in ATF_TC_BODY()
55 ATF_CHECK(handle == NULL); in ATF_TC_BODY()
56 handle = dlopen("libm.so", RTLD_NOW); in ATF_TC_BODY()
57 ATF_CHECK(handle); in ATF_TC_BODY()
/freebsd/sys/dev/qlxgbe/
H A Dql_isr.c84 rxb = &rx_ring->rx_buf[sgc->handle[i] & 0x7FFF]; in qla_rx_intr()
94 __func__, sds_idx, i, sgc->handle[i]); in qla_rx_intr()
118 __func__, sds_idx, i, sgc->handle[i]); in qla_rx_intr()
225 rxb = &rx_ring->rx_buf[sgc->handle[i] & 0x7FFF]; in qla_lro_intr()
235 __func__, sds_idx, i, sgc->handle[i]); in qla_lro_intr()
259 __func__, sds_idx, i, sgc->handle[i]); in qla_lro_intr()
512 sgc.rcv.handle[0] = in ql_rcv_isr()
569 sgc.rcv.handle[0] = in ql_rcv_isr()
573 &sgc.rcv.handle[1], &nhandles)) { in ql_rcv_isr()
617 sgc.lro.handle[0] = in ql_rcv_isr()
[all …]
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_common.c80 struct cudbg_private *handle; in cudbg_alloc_handle() local
82 handle = malloc(sizeof(*handle), M_CXGBE, M_ZERO | M_WAITOK); in cudbg_alloc_handle()
83 init_cudbg_hdr(&handle->dbg_init.header); in cudbg_alloc_handle()
85 return (handle); in cudbg_alloc_handle()
89 cudbg_free_handle(void *handle) in cudbg_free_handle() argument
92 free(handle, M_CXGBE); in cudbg_free_handle()
/freebsd/contrib/kyua/engine/
H A Dscheduler.cpp927 return handle; in spawn_cleanup()
1123 % handle.pid());; in spawn_test()
1126 return handle.pid(); in spawn_test()
1146 handle.original_pid()); in wait_any()
1158 test_data->exit_handle = handle; in wait_any()
1165 if (!result && handle.status() && handle.status().get().exited() && in wait_any()
1192 handle.status(), in wait_any()
1194 handle.stdout_file(), in wait_any()
1195 handle.stderr_file()); in wait_any()
1234 if (!handle.status()) { in wait_any()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl,fman-dtsec.yaml96 pcsphy-handle:
101 description: See pcs-handle.
103 pcs-handle:
112 pcs-handle-names:
122 tbi-handle:
134 pcs-handle-names:
135 - pcs-handle
146 - tbi-handle
158 tbi-handle = <&tbi0>;
167 pcs-handle = <&pcsphy4>, <&qsgmiib_pcs1>;
[all …]
H A Dqualcomm-bluetooth.yaml41 description: VDD_IO supply regulator handle
44 description: VDD_XO supply regulator handle
47 description: VDD_RF supply regulator handle
50 description: VDD_CH0 supply regulator handle
53 description: VDD_AON supply regulator handle
56 description: VDD_BT_CXMX supply regulator handle
59 description: VDD_RFA_CMN supply regulator handle
65 description: VDD_RFA_1P7 supply regulator handle
68 description: VDD_RFA_1P2 supply regulator handle
71 description: VDD_RFA_2P2 supply regulator handle
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/bluetooth/
H A Dqualcomm-bluetooth.yaml45 description: VDD_IO supply regulator handle
48 description: VDD_XO supply regulator handle
51 description: VDD_RF supply regulator handle
54 description: VDD_CH0 supply regulator handle
57 description: VDD_CH1 supply regulator handle
60 description: VDD_AON supply regulator handle
63 description: VDD_DIG supply regulator handle
66 description: VDD_BT_CXMX supply regulator handle
69 description: VDD_RFA_CMN supply regulator handle
75 description: VDD_RFA_1P7 supply regulator handle
[all …]
/freebsd/sys/dev/acpi_support/
H A Dacpi_fujitsu.c107 ACPI_HANDLE handle; member
244 sc->handle = acpi_get_handle(dev); in acpi_fujitsu_attach()
581 if (ACPI_FAILURE(acpi_GetInteger(sc->handle, in acpi_fujitsu_check_hardware()
590 if (ACPI_FAILURE(acpi_GetInteger(sc->handle, in acpi_fujitsu_check_hardware()
597 if (ACPI_FAILURE(acpi_GetInteger(sc->handle, in acpi_fujitsu_check_hardware()
612 if (ACPI_FAILURE(acpi_GetInteger(sc->handle, in acpi_fujitsu_check_hardware()
619 if (ACPI_FAILURE(acpi_GetInteger(sc->handle, in acpi_fujitsu_check_hardware()
626 if (ACPI_FAILURE(acpi_GetInteger(sc->handle, in acpi_fujitsu_check_hardware()
633 if (ACPI_FAILURE(acpi_GetInteger(sc->handle, in acpi_fujitsu_check_hardware()
664 if (ACPI_FAILURE(acpi_GetInteger(sc->handle, in acpi_fujitsu_update()
[all …]
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_error_logger.cpp95 ocsd_hndl_err_log_t handle = m_error_sources.size(); in RegisterErrorSource() local
97 return handle; in RegisterErrorSource()
100 void ocsdDefaultErrorLogger::LogError(const ocsd_hndl_err_log_t handle, const ocsdError *Error) in LogError() argument
111 if(handle < m_error_sources.size()) in LogError()
112 errStr = m_error_sources[handle]; in LogError()
135 void ocsdDefaultErrorLogger::LogMessage(const ocsd_hndl_err_log_t handle, const ocsd_err_severity_t… in LogMessage() argument
145 if(handle < m_error_sources.size()) in LogMessage()
146 errStr = m_error_sources[handle]; in LogMessage()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1046-post.dtsi26 pcsphy-handle = <&qsgmiib_pcs3>;
27 pcs-handle-names = "qsgmii";
40 pcsphy-handle = <&pcsphy4>, <&qsgmiib_pcs1>;
41 pcs-handle-names = "sgmii", "qsgmii";
45 pcsphy-handle = <&pcsphy5>, <&pcsphy5>;
46 pcs-handle-names = "sgmii", "qsgmii";
53 pcsphy-handle = <&pcsphy7>, <&qsgmiib_pcs2>, <&pcsphy7>;
54 pcs-handle-names = "sgmii", "qsgmii", "xfi";
H A Dfsl-ls1088a-ten64.dts95 pcs-handle = <&pcs1>;
103 pcs-handle = <&pcs2>;
110 phy-handle = <&mdio1_phy5>;
113 pcs-handle = <&pcs3_0>;
120 pcs-handle = <&pcs3_1>;
127 pcs-handle = <&pcs3_2>;
134 pcs-handle = <&pcs3_3>;
142 pcs-handle = <&pcs7_0>;
149 pcs-handle = <&pcs7_1>;
156 pcs-handle = <&pcs7_2>;
[all …]
H A Dtqmls1088a-mbls10xxa-mc.dtsi33 pcs-handle = <&pcs1>;
37 pcs-handle = <&pcs2>;
41 pcs-handle = <&pcs3_0>;
45 pcs-handle = <&pcs3_1>;
49 pcs-handle = <&pcs3_2>;
53 pcs-handle = <&pcs3_3>;
57 pcs-handle = <&pcs7_0>;
61 pcs-handle = <&pcs7_1>;
65 pcs-handle = <&pcs7_2>;
69 pcs-handle = <&pcs7_3>;
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-385-clearfog-gtr-l8.dts24 phy-handle = <&switch0phy0>;
30 phy-handle = <&switch0phy1>;
36 phy-handle = <&switch0phy2>;
42 phy-handle = <&switch0phy3>;
48 phy-handle = <&switch0phy4>;
54 phy-handle = <&switch0phy5>;
60 phy-handle = <&switch0phy6>;
66 phy-handle = <&switch0phy7>;
/freebsd/sys/rpc/
H A Drpc_generic.c76 struct handle { struct
565 struct handle *handle; in __rpc_setconf() local
567 handle = (struct handle *) malloc(sizeof (struct handle), in __rpc_setconf()
592 return (handle); in __rpc_setconf()
595 free(handle, M_RPC); in __rpc_setconf()
606 struct handle *handle; in __rpc_getconf() local
609 handle = (struct handle *)vhandle; in __rpc_getconf()
610 if (handle == NULL) { in __rpc_getconf()
685 struct handle *handle; in __rpc_endconf() local
687 handle = (struct handle *) vhandle; in __rpc_endconf()
[all …]
/freebsd/sys/dev/mpr/
H A Dmpr_sas_lsi.c131 u16 handle);
404 targ->handle = 0x0; in mprsas_fw_work()
741 uint16_t handle; in mprsas_fw_work() local
761 __func__, handle); in mprsas_fw_work()
883 __func__, handle); in mprsas_add_device()
935 if (targ->handle != 0x0) { in mprsas_add_device()
954 targ->handle = handle; in mprsas_add_device()
1085 __func__, handle); in mprsas_get_sas_address_for_sata_disk()
1350 targ->handle = handle; in mprsas_add_pcie_device()
1424 targ->handle = handle; in mprsas_volume_add()
[all …]
/freebsd/contrib/libfido2/src/
H A Dhid_openbsd.c190 fido_hid_close(void *handle) in fido_hid_close() argument
192 struct hid_openbsd *ctx = (struct hid_openbsd *)handle; in fido_hid_close()
201 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask() argument
203 struct hid_openbsd *ctx = handle; in fido_hid_set_sigmask()
214 struct hid_openbsd *ctx = (struct hid_openbsd *)handle; in fido_hid_read()
242 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write() argument
244 struct hid_openbsd *ctx = (struct hid_openbsd *)handle; in fido_hid_write()
267 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len() argument
269 struct hid_openbsd *ctx = handle; in fido_hid_report_in_len()
275 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len() argument
[all …]
H A Dhid_netbsd.c251 fido_hid_close(void *handle) in fido_hid_close() argument
253 struct hid_netbsd *ctx = handle; in fido_hid_close()
262 fido_hid_set_sigmask(void *handle, const fido_sigset_t *sigmask) in fido_hid_set_sigmask() argument
264 struct hid_netbsd *ctx = handle; in fido_hid_set_sigmask()
275 struct hid_netbsd *ctx = handle; in fido_hid_read()
302 fido_hid_write(void *handle, const unsigned char *buf, size_t len) in fido_hid_write() argument
304 struct hid_netbsd *ctx = handle; in fido_hid_write()
326 fido_hid_report_in_len(void *handle) in fido_hid_report_in_len() argument
328 struct hid_netbsd *ctx = handle; in fido_hid_report_in_len()
334 fido_hid_report_out_len(void *handle) in fido_hid_report_out_len() argument
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-3720-turris-mox.dts178 phy-handle = <&phy1>;
366 phy-handle = <&switch0phy1>;
372 phy-handle = <&switch0phy2>;
378 phy-handle = <&switch0phy3>;
384 phy-handle = <&switch0phy4>;
390 phy-handle = <&switch0phy5>;
396 phy-handle = <&switch0phy6>;
402 phy-handle = <&switch0phy7>;
408 phy-handle = <&switch0phy8>;
560 phy-handle = <&switch1phy1>;
[all …]
/freebsd/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c261 void *handle; in kadm5_setup_passwd_quality_check() local
288 if(handle == NULL) { in kadm5_setup_passwd_quality_check()
296 dlclose(handle); in kadm5_setup_passwd_quality_check()
303 dlclose(handle); in kadm5_setup_passwd_quality_check()
311 dlclose(handle); in kadm5_setup_passwd_quality_check()
324 void *handle; in add_verifier() local
328 if(handle == NULL) { in add_verifier()
337 dlclose(handle); in add_verifier()
344 dlclose(handle); in add_verifier()
354 dlclose(handle); in add_verifier()
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c74 acpi_check_dsm(ACPI_HANDLE handle, const char *uuid, int rev, uint64_t funcs) in acpi_check_dsm() argument
89 return ((acpi_DSMQuery(handle, uuid, rev) & funcs) == funcs); in acpi_check_dsm()
93 acpi_evaluate_dsm_typed(ACPI_HANDLE handle, const char *uuid, int rev, in acpi_evaluate_dsm_typed() argument
98 return (ACPI_SUCCESS(acpi_EvaluateDSMTyped(handle, uuid, rev, func, in acpi_evaluate_dsm_typed()
186 acpi_dev_present_cb(ACPI_HANDLE handle, UINT32 level, void *context, in acpi_dev_present_cb() argument
195 if (handle == NULL) in acpi_dev_present_cb()
198 if (!ACPI_FAILURE(acpi_GetInteger(handle, "_STA", &sta)) && in acpi_dev_present_cb()
202 if (ACPI_FAILURE(AcpiGetObjectInfo(handle, &devinfo))) in acpi_dev_present_cb()
227 if (ACPI_FAILURE(acpi_GetInteger(handle, "_HRV", &hrv))) in acpi_dev_present_cb()
289 acpi_check_dsm(ACPI_HANDLE handle, const char *uuid, int rev, uint64_t funcs) in acpi_check_dsm() argument
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c258 acpi_pci_update_device(ACPI_HANDLE handle, device_t pci_child) in acpi_pci_update_device() argument
270 child = acpi_get_device(handle); in acpi_pci_update_device()
275 acpi_name(handle))); in acpi_pci_update_device()
285 acpi_name(handle), AcpiFormatException(status)); in acpi_pci_update_device()
300 if (ACPI_FAILURE(acpi_GetInteger(handle, "_ADR", &address))) in acpi_pci_save_handle()
307 dinfo->ap_handle = handle; in acpi_pci_save_handle()
308 acpi_pci_update_device(handle, child); in acpi_pci_save_handle()
418 if (ACPI_FAILURE(AcpiGetHandle(handle, "_EJ0", &h))) in acpi_pci_install_device_notify_handler()
421 AcpiInstallNotifyHandler(handle, ACPI_SYSTEM_NOTIFY, in acpi_pci_install_device_notify_handler()
450 if (ACPI_FAILURE(AcpiGetHandle(handle, "_EJ0", &h))) in acpi_pci_remove_notify_handler()
[all …]
/freebsd/contrib/libfido2/fuzz/
H A Dmutator_aux.c209 hid_close(void *handle) in hid_close() argument
211 assert(handle == (void *)HID_DEV_HANDLE); in hid_close()
215 hid_read(void *handle, unsigned char *ptr, size_t len, int ms) in hid_read() argument
217 assert(handle == (void *)HID_DEV_HANDLE); in hid_read()
224 hid_write(void *handle, const unsigned char *ptr, size_t len) in hid_write() argument
226 assert(handle == (void *)HID_DEV_HANDLE); in hid_write()
242 nfc_close(void *handle) in nfc_close() argument
244 assert(handle == (void *)NFC_DEV_HANDLE); in nfc_close()
250 assert(handle == (void *)NFC_DEV_HANDLE); in nfc_read()
257 nfc_write(void *handle, const unsigned char *ptr, size_t len) in nfc_write() argument
[all …]
/freebsd/lib/libc/iconv/
H A Dcitrus_module.c262 _citrus_find_getops(_citrus_module_t handle, const char *modname, in _citrus_find_getops() argument
270 p = dlsym((void *)handle, name); in _citrus_find_getops()
279 void *handle; in _citrus_load_module() local
298 handle = libc_dlopen(p, RTLD_LAZY); in _citrus_load_module()
299 if (!handle) { in _citrus_load_module()
304 *rhandle = (_citrus_module_t)handle; in _citrus_load_module()
310 _citrus_unload_module(_citrus_module_t handle) in _citrus_unload_module() argument
313 if (handle) in _citrus_unload_module()
314 dlclose((void *)handle); in _citrus_unload_module()
/freebsd/sys/vm/
H A Ddevice_pager.c95 static void old_dev_pager_dtor(void *handle);
114 cdev_pager_lookup(void *handle) in cdev_pager_lookup() argument
132 cdev_pager_allocate(void *handle, enum obj_type tp, in cdev_pager_allocate() argument
208 object->handle = handle; in cdev_pager_allocate()
216 if (ops->cdev_pg_ctor(handle, size, prot, foff, in cdev_pager_allocate()
231 object->un_pager.devp.dev = handle; in cdev_pager_allocate()
311 object->handle = NULL; in dev_pager_dealloc()
380 dev = object->handle; in old_dev_pager_fault()
471 dev = handle; in old_dev_pager_ctor()
498 old_dev_pager_dtor(void *handle) in old_dev_pager_dtor() argument
[all …]

12345678910>>...85