/src/usr.sbin/tcpdrop/ |
tcpdrop.c | 110 struct hpinfo fhp, lhp; local in function:main 130 egetnameinfo(ail, &lhp); 158 lhp.host, lhp.serv, fhp.host, fhp.serv); 161 lhp.host, lhp.serv, fhp.host, fhp.serv);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
cypress_dpm.h | 59 u32 lhp; member in struct:at
|
rv770_dpm.h | 134 u32 lhp; member in struct:rv7xx_power_info
|
/src/usr.bin/sed/ |
compile.c | 1031 struct labhash **lhp, *lh; local in function:enterlabel 1037 lhp = &labels[h & LHMASK]; 1038 for (lh = *lhp; lh != NULL; lh = lh->lh_next) 1042 lh->lh_next = *lhp; 1046 *lhp = lh;
|
/src/sys/fs/nfs/client/ |
nfs_clstate.c | 937 struct nfscllockownerhead *lhp = NULL; local in function:nfscl_getbytelock 1020 lhp = &dp->nfsdl_lock; 1037 lhp = &op->nfso_lock; 1057 LIST_FOREACH(lp, lhp, nfsl_list) { 1081 LIST_INSERT_HEAD(lhp, nlp, nfsl_list); 1416 nfscl_freealllocks(struct nfscllockownerhead *lhp, int local) 1420 LIST_FOREACH_SAFE(lp, lhp, nfsl_list, nlp) { 1715 nfscl_cleanupkext(struct nfsclclient *clp, struct nfscllockownerfhhead *lhp) 1727 nfscl_emptylockowner(lp, lhp); 1738 * Take the empty lock owner and move it to the local lhp list if th [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
si_dpm.h | 346 u32 lhp; member in struct:at 590 u32 lhp; member in struct:rv7xx_power_info
|