Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c243 struct hid_data *hdp; in ATF_TC_BODY() local
250 hdp = hid_start_parse(just_pop_report_descriptor, in ATF_TC_BODY()
252 while (hid_get_item(hdp, &hi) > 0) { in ATF_TC_BODY()
254 hid_end_parse(hdp); in ATF_TC_BODY()
/freebsd/usr.bin/mkimg/
H A Dmbr.c61 mbr_chs(u_char *cylp, u_char *hdp, u_char *secp, lba_t lba) in mbr_chs() argument
67 *hdp = hd; in mbr_chs()
H A Debr.c57 ebr_chs(u_char *cylp, u_char *hdp, u_char *secp, lba_t lba) in ebr_chs() argument
63 *hdp = hd; in ebr_chs()
H A Dmkimg.c364 mkimg_chs(lba_t lba, u_int maxcyl, u_int *cylp, u_int *hdp, u_int *secp) in mkimg_chs() argument
368 *cylp = *hdp = *secp = ~0U; in mkimg_chs()
380 *hdp = hd; in mkimg_chs()
/freebsd/sys/dev/isp/
H A Disp_library.c165 isp_hdl_t *hdp; in isp_allocate_handle() local
167 hdp = isp->isp_xffree; in isp_allocate_handle()
168 if (hdp == NULL) in isp_allocate_handle()
170 isp->isp_xffree = hdp->cmd; in isp_allocate_handle()
171 hdp->cmd = xs; in isp_allocate_handle()
172 hdp->handle = (hdp - isp->isp_xflist); in isp_allocate_handle()
175 return (hdp->handle); in isp_allocate_handle()
460 isp_hdl_t *hdp; in isp_clear_commands() local
467 hdp = &isp->isp_xflist[tmp]; in isp_clear_commands()
470 XS_T *xs = hdp->cmd; in isp_clear_commands()
[all …]
H A Disp.c3571 isp_hdl_t *hdp; in isp_intr_async() local
3573 hdp = &isp->isp_xflist[i]; in isp_intr_async()
3574 if (ISP_H2HT(hdp->handle) != ISP_HANDLE_INITIATOR) { in isp_intr_async()
3577 xs = hdp->cmd; in isp_intr_async()
/freebsd/sys/geom/part/
H A Dg_part_mbr.c193 mbr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, in mbr_set_chs() argument
207 *hdp = hd & 0xff; in mbr_set_chs()
H A Dg_part_ebr.c206 ebr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, in ebr_set_chs() argument
220 *hdp = hd & 0xff; in ebr_set_chs()
/freebsd/contrib/file/magic/Magdir/
H A Djpeg180 !:ext jxr/wdp/hdp
182 #!:ext jxr/wdp/hdp/wmp
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c1748 nfscl_freedeleg(struct nfscldeleghead *hdp, struct nfscldeleg *dp, bool freeit) in nfscl_freedeleg() argument
1751 TAILQ_REMOVE(hdp, dp, nfsdl_list); in nfscl_freedeleg()