Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dfsm.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()
541 fsm_Output(fp, CODE_CONFIGREJ, lhp->id, dec.rej, dec.rejend - dec.rej, in FsmRecvConfigReq()
544 fsm_Output(fp, CODE_CONFIGNAK, lhp->id, dec.nak, dec.nakend - dec.nak, in FsmRecvConfigReq()
547 fsm_Output(fp, CODE_CONFIGACK, lhp->id, dec.ack, dec.ackend - dec.ack, in FsmRecvConfigReq()
609 FsmRecvConfigAck(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigAck() argument
617 flen = ntohs(lhp->length) - sizeof *lhp; in FsmRecvConfigAck()
635 (*fp->fn->SendTerminateAck)(fp, lhp->id); in FsmRecvConfigAck()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c389 const GElf_Shdr *lhp = &sp[shp->sh_link]; in ctf_fdopen() local
395 lhp->sh_name >= sp[shstrndx].sh_size) in ctf_fdopen()
415 strsect.cts_name = strs + lhp->sh_name; in ctf_fdopen()
416 strsect.cts_type = lhp->sh_type; in ctf_fdopen()
417 strsect.cts_flags = lhp->sh_flags; in ctf_fdopen()
418 strsect.cts_size = lhp->sh_size; in ctf_fdopen()
419 strsect.cts_entsize = lhp->sh_entsize; in ctf_fdopen()
420 strsect.cts_offset = (off64_t)lhp->sh_offset; in ctf_fdopen()
/freebsd/usr.bin/sed/
H A Dcompile.c1011 struct labhash **lhp, *lh; in enterlabel() local
1017 lhp = &labels[h & LHMASK]; in enterlabel()
1018 for (lh = *lhp; lh != NULL; lh = lh->lh_next) in enterlabel()
1023 lh->lh_next = *lhp; in enterlabel()
1027 *lhp = lh; in enterlabel()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c1111 struct nfscllockownerhead *lhp = NULL; in nfscl_getbytelock() local
1198 lhp = &dp->nfsdl_lock; in nfscl_getbytelock()
1215 lhp = &op->nfso_lock; in nfscl_getbytelock()
1235 LIST_FOREACH(lp, lhp, nfsl_list) { in nfscl_getbytelock()
1259 LIST_INSERT_HEAD(lhp, nlp, nfsl_list); in nfscl_getbytelock()
1605 nfscl_freealllocks(struct nfscllockownerhead *lhp, int local) in nfscl_freealllocks() argument
1609 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { in nfscl_freealllocks()
1947 nfscl_cleanupkext(struct nfsclclient *clp, struct nfscllockownerfhhead *lhp) in nfscl_cleanupkext() argument
1967 nfscl_emptylockowner(lp, lhp); in nfscl_cleanupkext()
2002 struct nfscllockownerfhhead *lhp) in nfscl_emptylockowner() argument
[all …]
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c217 static void nfsrv_freelayout(struct nfslayouthead *lhp, struct nfslayout *lyp);
7387 nfsrv_freelayout(struct nfslayouthead *lhp, struct nfslayout *lyp) in nfsrv_freelayout() argument
7393 TAILQ_REMOVE(lhp, lyp, lay_list); in nfsrv_freelayout()