Home
last modified time | relevance | path

Searched refs:lep (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/restore/
H A Dsymtab.c523 struct entry *baseep, *lep; in initsymtable() local
591 lep = (struct entry *)entry; in initsymtable()
597 for (ep = &baseep[1]; ep < lep; ep++) { in initsymtable()
/dragonfly/contrib/less/
H A Dsearch.c945 char *lep = sp[0]; in hilite_line() local
955 create_hilites(linepos, line, lep, sp[i], in hilite_line()
959 lep = ep[i]; in hilite_line()
962 create_hilites(linepos, line, lep, ep[0], in hilite_line()
/dragonfly/sys/dev/disk/isp/
H A Disp_freebsd.c1423 isp_ledone(ispsoftc_t *isp, lun_entry_t *lep) in isp_ledone() argument
1428 if (lep->le_status != LUN_OK) { in isp_ledone()
1429 isp_prt(isp, ISP_LOGERR, "ENABLE/MODIFY LUN returned 0x%x", lep->le_status); in isp_ledone()