Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/tcpdrop/
Dtcpdrop.c110 struct hpinfo fhp, lhp; in main() local
130 egetnameinfo(ail, &lhp); in main()
158 lhp.host, lhp.serv, fhp.host, fhp.serv); in main()
161 lhp.host, lhp.serv, fhp.host, fhp.serv); in main()
/netbsd/src/external/cddl/osnet/dist/lib/libctf/common/
Dctf_lib.c395 const GElf_Shdr *lhp = &sp[shp->sh_link]; in ctf_fdopen() local
401 lhp->sh_name >= sp[shstrndx].sh_size) in ctf_fdopen()
421 strsect.cts_name = strs + lhp->sh_name; in ctf_fdopen()
422 strsect.cts_type = lhp->sh_type; in ctf_fdopen()
423 strsect.cts_flags = lhp->sh_flags; in ctf_fdopen()
424 strsect.cts_size = lhp->sh_size; in ctf_fdopen()
425 strsect.cts_entsize = lhp->sh_entsize; in ctf_fdopen()
426 strsect.cts_offset = (off64_t)lhp->sh_offset; in ctf_fdopen()
/netbsd/src/usr.bin/sed/
Dcompile.c1030 struct labhash **lhp, *lh; in enterlabel() local
1036 lhp = &labels[h & LHMASK]; in enterlabel()
1037 for (lh = *lhp; lh != NULL; lh = lh->lh_next) in enterlabel()
1041 lh->lh_next = *lhp; in enterlabel()
1045 *lhp = lh; in enterlabel()
/netbsd/src/sys/fs/nfs/client/
Dnfs_clstate.c937 struct nfscllockownerhead *lhp = NULL; in nfscl_getbytelock() local
1020 lhp = &dp->nfsdl_lock; in nfscl_getbytelock()
1037 lhp = &op->nfso_lock; in nfscl_getbytelock()
1057 LIST_FOREACH(lp, lhp, nfsl_list) { in nfscl_getbytelock()
1081 LIST_INSERT_HEAD(lhp, nlp, nfsl_list); in nfscl_getbytelock()
1416 nfscl_freealllocks(struct nfscllockownerhead *lhp, int local) in nfscl_freealllocks() argument
1420 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { in nfscl_freealllocks()
1715 nfscl_cleanupkext(struct nfsclclient *clp, struct nfscllockownerfhhead *lhp) in nfscl_cleanupkext() argument
1727 nfscl_emptylockowner(lp, lhp); in nfscl_cleanupkext()
1743 struct nfscllockownerfhhead *lhp) in nfscl_emptylockowner() argument
[all …]