Searched refs:lep (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/apr/include/
H A Dapr_ring.h219 * Splice the sequence ep1..epN into the ring before element lep
220 * (..lep.. becomes ..ep1..epN..lep..)
223 * @param lep Element in the ring to splice before
228 #define APR_RING_SPLICE_BEFORE(lep, ep1, epN, link) do { \
229 APR_RING_NEXT((epN), link) = (lep); \
230 APR_RING_PREV((ep1), link) = APR_RING_PREV((lep), link); \
231 APR_RING_NEXT(APR_RING_PREV((lep), link), link) = (ep1); \
232 APR_RING_PREV((lep), link) = (epN); \
236 * Splice the sequence ep1..epN into the ring after element lep
[all...]
/freebsd-10.0-release/sbin/mount_fusefs/
H A Dmount_fusefs.c339 char *ndevbas, *lep; local
352 strtol(ndevbas + 4, &lep, 10);
353 if (*lep != '\0')
/freebsd-10.0-release/sys/compat/linprocfs/
H A Dlinprocfs.c328 const char *lep; local
337 lep = linux_emul_path;
340 lep = dlep;
343 lep_len = strlen(lep);
353 if (strncmp(mntto, lep, lep_len) == 0 &&
404 const char *lep; local
414 lep = linux_emul_path;
417 lep = dlep;
420 lep_len = strlen(lep);
/freebsd-10.0-release/sbin/restore/
H A Dsymtab.c529 struct entry *baseep, *lep; local
597 lep = (struct entry *)entry;
603 for (ep = &baseep[1]; ep < lep; ep++) {
/freebsd-10.0-release/sys/netinet/
H A Dsctputil.c6481 struct sctp_inpcb *lep; local
6495 lep = sctp_pcb_findep(addr_touse, 1, 0, vrf_id);
6496 if (lep != NULL) {
6502 SCTP_INP_DECR_REF(lep);
6504 if (lep == inp) {
6507 } else if (lep == NULL) {
/freebsd-10.0-release/sys/dev/isp/
H A Disp_freebsd.c1551 isp_ledone(ispsoftc_t *isp, lun_entry_t *lep) argument
1556 if (lep->le_status != LUN_OK) {
1557 isp_prt(isp, ISP_LOGERR, "ENABLE/MODIFY LUN returned 0x%x", lep->le_status);

Completed in 215 milliseconds