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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A DMakefile43 obj-$(CONFIG_ATM_LANE) += lec.o
H A Dproc.c49 #include "lec.h"
588 struct proc_dir_entry *arp = NULL,*lec = NULL,*vc = NULL; local
601 CREATE_ENTRY(lec);
610 if (lec) remove_proc_entry("lec",atm_proc_root);
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisk.c1469 unsigned int lec, leh, les; /* logical ending c, h, s */ local
1488 long2chs(get_start_sect(p) + get_nr_sects(p) - 1, &lec, &leh, &les);
1499 if (cylinders <= 1024 && (pec != lec || peh != leh || pes != les)) {
1503 printf(_("logical=(%d, %d, %d)\n"),lec, leh, les);

Completed in 93 milliseconds