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

/freebsd-12-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-12-stable/sys/xen/interface/arch-x86/
H A Dxen.h56 #define set_xen_guest_handle_raw(hnd, val) do { (hnd).p = val; } while (0)
58 #define get_xen_guest_handle(val, hnd) do { val = (hnd).p; } while (0)
60 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val)
H A Dxen-x86_32.h103 #define set_xen_guest_handle_raw(hnd, val) \
104 do { if ( sizeof(hnd) == 8 ) *(uint64_t *)&(hnd) = 0; \
105 (hnd).p = val; \
/freebsd-12-stable/sys/xen/interface/
H A Darch-arm.h192 #define set_xen_guest_handle_raw(hnd, val) \
194 typeof(&(hnd)) _sxghr_tmp = &(hnd); \
199 #define get_xen_guest_handle(val, hnd) do { val = (hnd).p; } while (0)
201 #define set_xen_guest_handle(hnd, val) set_xen_guest_handle_raw(hnd, val)
/freebsd-12-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-12-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-12-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 147 milliseconds