Searched refs:sc (Results 1 – 5 of 5) sorted by relevance
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp_oe.c | 176 for (sc = pppoe_softc_list; sc != NULL; prev = sc, sc = sc->next) { in pppoe_destroy() 182 if(!(sc && (sc->sc_ethif == ifp))) { in pppoe_destroy() 223 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_session() 252 for (sc = pppoe_softc_list; sc != NULL; sc = sc->next) { in pppoe_find_softc_by_hunique() 266 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_state); in pppoe_find_softc_by_hunique() 280 sc->sc_linkStatusCB(sc->sc_pd, 1); in pppoe_linkstatus_up() 656 sc->sc_state, sc->sc_session, in pppoe_output() 657 …sc->sc_dest.addr[0], sc->sc_dest.addr[1], sc->sc_dest.addr[2], sc->sc_dest.addr[3], sc->sc_dest.ad… in pppoe_output() 727 MEMCPY(p, &sc, sizeof sc); in pppoe_send_padi() 940 MEMCPY(p, &sc, sizeof sc); in pppoe_send_padr() [all …]
|
/lk-master/lib/libc/string/ |
A D | strnlen.c | 17 const char *sc; in strnlen() local 19 for (sc = s; count-- && *sc != '\0'; ++sc) in strnlen() 21 return sc - s; in strnlen()
|
/lk-master/external/lib/lwip/include/netif/ |
A D | ppp_oe.h | 177 int pppoe_connect(struct pppoe_softc *sc); 178 void pppoe_disconnect(struct pppoe_softc *sc); 183 err_t pppoe_xmit(struct pppoe_softc *sc, struct pbuf *pb);
|
/lk-master/platform/pc/ |
A D | ide.c | 699 uint8_t sc = 0, sn = 0, st = 0, cl = 0, ch = 0; in ide_detect_drives() local 712 sc = ide_read_reg8(dev, IDE_REG_SECTOR_COUNT); in ide_detect_drives() 715 if (sc == 0x55 && sn == 0xaa) { in ide_detect_drives() 730 sc = ide_read_reg8(dev, IDE_REG_SECTOR_COUNT); in ide_detect_drives() 733 if (sc == 0x55 && sn == 0xaa) { in ide_detect_drives() 746 sc = ide_read_reg8(dev, IDE_REG_SECTOR_COUNT); in ide_detect_drives() 748 if (sc == 0x01 && sn == 0x01) { in ide_detect_drives() 755 LTRACEF("sc %hhu sn %hhu st %hhu cl %hhu ch %hhu\n", sc, sn, st, cl, ch); in ide_detect_drives() 768 sc = ide_read_reg8(dev, IDE_REG_SECTOR_COUNT); in ide_detect_drives() 770 if (sc == 0x01 && sn == 0x01) { in ide_detect_drives() [all …]
|
/lk-master/external/arch/arm/arm-m/CMSIS/Include/ |
A D | cmsis_iccarm.h | 575 uint8_t sc = 31U; in __RBIT() local 581 sc--; in __RBIT() 583 return (r << sc); in __RBIT()
|
Completed in 16 milliseconds