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

/freebsd-12-stable/usr.bin/mkimg/
H A Debr.c58 ebr_chs(u_char *cylp, u_char *hdp, u_char *secp, lba_t lba) argument
64 *hdp = hd;
H A Dmbr.c62 mbr_chs(u_char *cylp, u_char *hdp, u_char *secp, lba_t lba) argument
68 *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-12-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-12-stable/sys/geom/part/
H A Dg_part_ebr.c208 ebr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, argument
222 *hdp = hd & 0xff;
H A Dg_part_mbr.c195 mbr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, argument
209 *hdp = hd & 0xff;
/freebsd-12-stable/sys/dev/isp/
H A Disp_library.c298 isp_hdl_t *hdp; local
300 hdp = isp->isp_xffree;
301 if (hdp == NULL)
303 isp->isp_xffree = hdp->cmd;
304 hdp->cmd = xs;
305 hdp->handle = (hdp - isp->isp_xflist);
306 hdp->handle |= (type << ISP_HANDLE_USAGE_SHIFT);
307 hdp->handle |= (isp->isp_seqno++ << ISP_HANDLE_SEQ_SHIFT);
308 return (hdp
613 isp_hdl_t *hdp; local
[all...]
H A Disp.c5705 isp_hdl_t *hdp; local
5707 hdp = &isp->isp_xflist[i];
5708 if (ISP_H2HT(hdp->handle) != ISP_HANDLE_INITIATOR) {
5711 xs = hdp->cmd;
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c1614 nfscl_freedeleg(struct nfscldeleghead *hdp, struct nfscldeleg *dp, bool freeit) argument
1617 TAILQ_REMOVE(hdp, dp, nfsdl_list);

Completed in 93 milliseconds