Home
last modified time | relevance | path

Searched refs:hdp (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/net/pf/
H A Dpf_subr.c73 hdp = kmalloc(sizeof (*hdp), M_DEVBUF, M_WAITOK); in hook_establish()
74 hdp->hd_fn = fn; in hook_establish()
75 hdp->hd_arg = arg; in hook_establish()
81 return (hdp); in hook_establish()
90 for (hdp = TAILQ_FIRST(head); hdp != NULL; in hook_disestablish()
91 hdp = TAILQ_NEXT(hdp, hd_list)) in hook_disestablish()
94 if (hdp == NULL) in hook_disestablish()
97 hdp = vhook; in hook_disestablish()
99 kfree(hdp, M_DEVBUF); in hook_disestablish()
115 (*hdp->hd_fn)(hdp->hd_arg); in dohooks()
[all …]
/dragonfly/bin/cpdup/
H A Dhclink.c439 struct HCHostDesc **hdp; in hcc_set_descriptor() local
441 for (hdp = &hc->hostdescs; (hd = *hdp) != NULL; hdp = &hd->next) { in hcc_set_descriptor()
447 *hdp = hd->next; in hcc_set_descriptor()
/dragonfly/sys/dev/disk/isp/
H A Disp_library.c234 isp_hdl_t *hdp; in isp_allocate_xs() local
237 if (hdp == NULL) { in isp_allocate_xs()
241 hdp->cmd = xs; in isp_allocate_xs()
242 hdp->handle = (hdp - isp->isp_xflist); in isp_allocate_xs()
609 isp_hdl_t *hdp; in isp_clear_commands() local
621 xs = hdp->cmd; in isp_clear_commands()
628 hdp->handle = 0; in isp_clear_commands()
640 ISP_DMAFREE(isp, hdp->cmd, hdp->handle); in isp_clear_commands()
2235 isp_hdl_t *hdp; in isp_allocate_xs_tgt() local
2242 hdp->cmd = xs; in isp_allocate_xs_tgt()
[all …]
H A Disp.c5731 isp_hdl_t *hdp; in isp_parse_async_fc() local
5733 hdp = &isp->isp_xflist[i]; in isp_parse_async_fc()
5734 if (ISP_H2HT(hdp->handle) != ISP_HANDLE_INITIATOR) { in isp_parse_async_fc()
5737 xs = hdp->cmd; in isp_parse_async_fc()
/dragonfly/contrib/file/magic/Magdir/
H A Djpeg180 !:ext jxr/wdp/hdp
182 #!:ext jxr/wdp/hdp/wmp
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsdma_v4_0.c400 int mem_space, int hdp, in sdma_v4_0_wait_reg_mem() argument
406 SDMA_PKT_POLL_REGMEM_HEADER_HDP_FLUSH(hdp) | in sdma_v4_0_wait_reg_mem()