Searched refs:hdp (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/usr.bin/mkimg/
H A Debr.c66 ebr_chs(u_char *cylp, u_char *hdp, u_char *secp, lba_t lba) argument
72 *hdp = hd;
H A Dmbr.c76 mbr_chs(u_char *cylp, u_char *hdp, u_char *secp, lba_t lba) argument
82 *hdp = hd;
H A Dpc98.c72 pc98_chs(u_short *cylp, u_char *hdp, u_char *secp, lba_t lba) argument
78 *hdp = hd;
H A Dmkimg.c365 mkimg_chs(lba_t lba, u_int maxcyl, u_int *cylp, u_int *hdp, u_int *secp) argument
369 *cylp = *hdp = *secp = ~0U;
381 *hdp = hd;
/freebsd-11-stable/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c243 struct hid_data *hdp; local
250 hdp = hid_start_parse(just_pop_report_descriptor,
252 while (hid_get_item(hdp, &hi) > 0) {
254 hid_end_parse(hdp);
/freebsd-11-stable/sys/geom/part/
H A Dg_part_mbr.c192 mbr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, argument
206 *hdp = hd & 0xff;
H A Dg_part_ebr.c205 ebr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, argument
219 *hdp = hd & 0xff;
H A Dg_part_pc98.c164 u_char *hdp, u_char *secp)
175 *hdp = hd;
163 pc98_set_chs(struct g_part_table *table, uint32_t lba, u_short *cylp, u_char *hdp, u_char *secp) argument
/freebsd-11-stable/sys/dev/isp/
H A Disp_library.c296 isp_hdl_t *hdp; local
298 hdp = isp->isp_xffree;
299 if (hdp == NULL)
301 isp->isp_xffree = hdp->cmd;
302 hdp->cmd = xs;
303 hdp->handle = (hdp - isp->isp_xflist);
304 hdp->handle |= (type << ISP_HANDLE_USAGE_SHIFT);
305 hdp->handle |= (isp->isp_seqno++ << ISP_HANDLE_SEQ_SHIFT);
306 return (hdp
611 isp_hdl_t *hdp; local
[all...]
H A Disp.c5701 isp_hdl_t *hdp; local
5703 hdp = &isp->isp_xflist[i];
5704 if (ISP_H2HT(hdp->handle) != ISP_HANDLE_INITIATOR) {
5707 xs = hdp->cmd;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c1610 nfscl_freedeleg(struct nfscldeleghead *hdp, struct nfscldeleg *dp) argument
1613 TAILQ_REMOVE(hdp, dp, nfsdl_list);

Completed in 131 milliseconds