Searched refs:lec (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-lane.c80 struct lane_controlhdr *lec; local
87 lec = (struct lane_controlhdr *)p;
88 if (EXTRACT_16BITS(&lec->lec_header) == 0xff00) {
92 printf("lec: proto %x vers %x %s",
93 lec->lec_proto, lec->lec_vers,
94 tok2str(lecop2str, "opcode-#%u", EXTRACT_16BITS(&lec->lec_opcode)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A DMakefile13 obj-$(CONFIG_ATM_LANE) += lec.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DMakefile.am34 amuleweb_LDADD = -lec -lmulecommon $(WXBASE_LIBS) $(BFD_LIBS) $(ZLIB_LIBS) \
H A DMakefile.in366 amuleweb_LDADD = -lec -lmulecommon $(WXBASE_LIBS) $(BFD_LIBS) $(ZLIB_LIBS) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c5941 u8 lec = 0; local
5953 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec)))
5955 lec &= TP_EC_BACKLIGHT_LVLMSK;
5958 if (lec != ((b_nvram & TP_NVRAM_MASK_LEVEL_BRIGHTNESS)
5963 b_nvram |= lec;
5967 (unsigned int) lec, (unsigned int) b_nvram);
5971 (unsigned int) lec, (unsigned int) b_nvram);
5981 u8 lec = 0; local
5989 if (unlikely(!acpi_ec_read(TP_EC_BACKLIGHT, &lec)))
5991 *status = lec;
6002 u8 lec = 0; local
6519 u8 lec = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMakefile.am225 remote_common_libs = -Llibs/common -Llibs/ec/cpp -lmulecommon -lec $(BFD_LIBS) $(ZLIB_LDFLAGS) $(ZLIB_LIBS) $(RESOLV_LIB)
310 amulecmd_LDADD = -Llibs/common -Llibs/ec/cpp -lmulecommon -lec \
H A DMakefile.in779 remote_common_libs = -Llibs/common -Llibs/ec/cpp -lmulecommon -lec $(BFD_LIBS) $(ZLIB_LDFLAGS) $(ZLIB_LIBS) $(RESOLV_LIB)
852 amulecmd_LDADD = -Llibs/common -Llibs/ec/cpp -lmulecommon -lec \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1706 unsigned lec, leh, les; /* logical ending c, h, s */ local
1725 linear2chs(get_start_sect(p) + get_nr_sects(p) - 1, &lec, &leh, &les);
1736 if (cylinders <= 1024 && (pec != lec || peh != leh || pes != les)) {
1740 printf("logical=(%d, %d, %d)\n", lec, leh, les);

Completed in 216 milliseconds