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

/freebsd-9.3-release/sys/dev/isp/
H A Disp_library.c251 isp_hdl_t *hdp; local
253 hdp = isp->isp_xffree;
254 if (hdp == NULL) {
257 isp->isp_xffree = hdp->cmd;
258 hdp->cmd = xs;
259 hdp->handle = (hdp - isp->isp_xflist);
260 hdp->handle |= (ISP_HANDLE_INITIATOR << ISP_HANDLE_USAGE_SHIFT);
261 hdp->handle |= (isp->isp_seqno++ << ISP_HANDLE_SEQ_SHIFT);
262 *handlep = hdp
691 isp_hdl_t *hdp; local
2293 isp_hdl_t *hdp; local
[all...]
H A Disp.c5920 isp_hdl_t *hdp; local
5922 hdp = &isp->isp_xflist[i];
5923 if (ISP_H2HT(hdp->handle) != ISP_HANDLE_INITIATOR) {
5926 xs = hdp->cmd;
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_ebr.c201 ebr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, argument
215 *hdp = hd & 0xff;
H A Dg_part_mbr.c179 mbr_set_chs(struct g_part_table *table, uint32_t lba, u_char *cylp, u_char *hdp, argument
193 *hdp = hd & 0xff;
H A Dg_part_pc98.c163 u_char *hdp, u_char *secp)
174 *hdp = hd;
162 pc98_set_chs(struct g_part_table *table, uint32_t lba, u_short *cylp, u_char *hdp, u_char *secp) argument
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clstate.c1521 nfscl_freedeleg(struct nfscldeleghead *hdp, struct nfscldeleg *dp) argument
1524 TAILQ_REMOVE(hdp, dp, nfsdl_list);

Completed in 167 milliseconds