Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
HDfsm.c466 FsmRecvConfigReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigReq() argument
476 flen = ntohs(lhp->length) - sizeof *lhp; in FsmRecvConfigReq()
509 bp = m_prepend(bp, lhp, sizeof *lhp, 2); in FsmRecvConfigReq()
523 (*fp->fn->SendTerminateAck)(fp, lhp->id); in FsmRecvConfigReq()
542 fsm_Output(fp, CODE_CONFIGREJ, lhp->id, dec.rej, dec.rejend - dec.rej, in FsmRecvConfigReq()
545 fsm_Output(fp, CODE_CONFIGNAK, lhp->id, dec.nak, dec.nakend - dec.nak, in FsmRecvConfigReq()
548 fsm_Output(fp, CODE_CONFIGACK, lhp->id, dec.ack, dec.ackend - dec.ack, in FsmRecvConfigReq()
610 FsmRecvConfigAck(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigAck() argument
618 flen = ntohs(lhp->length) - sizeof *lhp; in FsmRecvConfigAck()
636 (*fp->fn->SendTerminateAck)(fp, lhp->id); in FsmRecvConfigAck()
[all …]
/dragonfly/usr.bin/sed/
HDcompile.c1006 struct labhash **lhp, *lh; in enterlabel() local
1012 lhp = &labels[h & LHMASK]; in enterlabel()
1013 for (lh = *lhp; lh != NULL; lh = lh->lh_next) in enterlabel()
1018 lh->lh_next = *lhp; in enterlabel()
1022 *lhp = lh; in enterlabel()
/dragonfly/sys/dev/disk/isp/
HDisp_freebsd.c825 struct tslist *lhp; in is_lun_enabled() local
827 ISP_GET_PC_ADDR(isp, bus, lun_hash[LUN_HASH_FUNC(lun)], lhp); in is_lun_enabled()
828 SLIST_FOREACH(tptr, lhp, next) { in is_lun_enabled()
840 struct tslist *lhp; in dump_tstates() local
847 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in dump_tstates()
849 SLIST_FOREACH(tptr, lhp, next) { in dump_tstates()
860 struct tslist *lhp; in get_lun_statep() local
865 ISP_GET_PC_ADDR(isp, bus, lun_hash[i], lhp); in get_lun_statep()
866 SLIST_FOREACH(tptr, lhp, next) { in get_lun_statep()
882 struct tslist *lhp; in get_lun_statep_from_tag() local
[all …]
/dragonfly/sys/dev/drm/radeon/
HDcypress_dpm.h57 u32 lhp; member
HDbtc_dpm.c1701 pi->lhp = 100; in btc_set_at_for_uvd()
1706 pi->lhp = eg_pi->ats[idx].lhp; in btc_set_at_for_uvd()
2615 pi->lhp = RV770_LHP_DFLT; in btc_dpm_init()
2620 eg_pi->ats[0].lhp = RV770_LHP_DFLT; in btc_dpm_init()
2625 eg_pi->ats[1].lhp = BTC_LHP_UVD_DFLT; in btc_dpm_init()
HDrv770_dpm.h131 u32 lhp; member
HDrv770_dpm.c284 a_n = (int)state->high.sclk * pi->lhp + (int)state->medium.sclk * in rv770_populate_smc_t()
287 (int)state->high.sclk * pi->lhp; in rv770_populate_smc_t()
289 l[2] = (u8)(pi->lhp - (int)pi->lhp * a_n / a_d); in rv770_populate_smc_t()
2389 pi->lhp = RV770_LHP_DFLT; in rv770_dpm_init()
HDni_dpm.c4109 pi->lhp = RV770_LHP_DFLT; in ni_dpm_init()
4114 eg_pi->ats[0].lhp = RV770_LHP_DFLT; in ni_dpm_init()
4119 eg_pi->ats[1].lhp = BTC_LHP_UVD_DFLT; in ni_dpm_init()
HDcypress_dpm.c2068 pi->lhp = RV770_LHP_DFLT; in cypress_dpm_init()
/dragonfly/sys/dev/drm/amd/amdgpu/
HDsi_dpm.h344 u32 lhp; member
588 u32 lhp; member