Searched refs:hnd (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/usr.sbin/pmc/
H A Dpmc.c88 struct cmd_handler *hnd; local
90 for (hnd = disp_table; hnd->ch_name != NULL; hnd++)
91 if (strcmp(hnd->ch_name, name) == 0)
92 return (hnd->ch_fn);
/freebsd-13-stable/sys/xen/interface/arch-x86/
H A Dxen-x86_32.h100 #define set_xen_guest_handle_raw(hnd, val) \
101 do { if ( sizeof(hnd) == 8 ) *(uint64_t *)&(hnd) = 0; \
102 (hnd).p = val; \
H A Dxen.h56 #define set_xen_guest_handle_raw(hnd, val) do { (hnd).p = val; } while (0)
57 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val)
/freebsd-13-stable/sys/kern/
H A Dsubr_csan.c694 kcsan_bus_space_map(bus_space_tag_t tag, bus_addr_t hnd, bus_size_t size,
698 return (bus_space_map(tag, hnd, size, flags, handlep));
702 kcsan_bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t hnd, argument
706 bus_space_unmap(tag, hnd, size);
710 kcsan_bus_space_subregion(bus_space_tag_t tag, bus_space_handle_t hnd, argument
714 return (bus_space_subregion(tag, hnd, offset, size, handlep));
731 kcsan_bus_space_free(bus_space_tag_t tag, bus_space_handle_t hnd, argument
735 bus_space_free(tag, hnd, size);
739 kcsan_bus_space_barrier(bus_space_tag_t tag, bus_space_handle_t hnd, argument
743 bus_space_barrier(tag, hnd, offse
[all...]
/freebsd-13-stable/sys/xen/interface/
H A Darch-arm.h192 #define set_xen_guest_handle_raw(hnd, val) \
194 typeof(&(hnd)) _sxghr_tmp = &(hnd); \
198 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val)
/freebsd-13-stable/tests/sys/netgraph/
H A Dutil.c179 struct data_handler *hnd; local
184 SLIST_FOREACH(hnd, &data_head, next)
186 if (0 == strcmp(hnd->hook, hook))
190 if (hnd != NULL)
191 (*(hnd->handler)) (data, len, ctx);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_bancomm.c222 SYMMT_PCI_HANDLE hnd,
231 rc = bcReadBinTime(hnd, &t1, &t2, p3);
221 safeReadBinTime( SYMMT_PCI_HANDLE hnd, uint32_t *pt1, uint32_t *pt2, uint8_t *p3 ) argument
/freebsd-13-stable/sys/riscv/include/
H A Dbus.h457 bus_space_handle_t hnd, bus_size_t offset, type *value) \
460 tmp = bus_space_read_##width(tag, hnd, offset); \
472 bus_space_handle_t hnd, bus_size_t offset, type value) \
474 bus_space_write_##width(tag, hnd, offset, value); \
/freebsd-13-stable/sys/powerpc/include/
H A Dbus.h468 bus_space_handle_t hnd, bus_size_t offset, type *value) \
471 tmp = bus_space_read_##width(tag, hnd, offset); \
483 bus_space_handle_t hnd, bus_size_t offset, type value) \
485 bus_space_write_##width(tag, hnd, offset, value); \
/freebsd-13-stable/sys/x86/include/
H A Dbus.h1095 bus_space_handle_t hnd, bus_size_t offset, type *value) \
1098 tmp = bus_space_read_##width(tag, hnd, offset); \
1112 bus_space_handle_t hnd, bus_size_t offset, type value) \
1114 bus_space_write_##width(tag, hnd, offset, value); \
/freebsd-13-stable/sys/mips/include/
H A Dbus.h695 bus_space_handle_t hnd, bus_size_t offset, type *value) \
698 tmp = bus_space_read_##width(tag, hnd, offset); \
710 bus_space_handle_t hnd, bus_size_t offset, type value) \
712 bus_space_write_##width(tag, hnd, offset, value); \
/freebsd-13-stable/sys/arm/include/
H A Dbus.h749 bus_space_handle_t hnd, bus_size_t offset, type *value) \
752 tmp = bus_space_read_##width(tag, hnd, offset); \
764 bus_space_handle_t hnd, bus_size_t offset, type value) \
766 bus_space_write_##width(tag, hnd, offset, value); \
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_ndis.c2400 DWORD i, hnd, len; local
2474 len = sizeof(hnd);
2476 (PUCHAR) &hnd, &len);
2487 if (!DeactivateDevice((HANDLE) hnd)) {

Completed in 224 milliseconds