Searched +defs:check +defs:cc (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/usr.sbin/traceroute/ |
H A D | traceroute.c | 400 int (*check)(const u_char *, int); member 1011 register int cc; in main() local 1220 register int cc = 0; wait_for_reply() local 1255 register int cc; send_probe() local 1353 packet_ok(register u_char * buf,int cc,register struct sockaddr_in * from,register int seq) packet_ok() argument 1652 print(register u_char * buf,register int cc,register struct sockaddr_in * from) print() argument [all...] |
/freebsd-src/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_misc.c | 226 uint32_t cc = OS_REG_READ(ah, AR_CCCNT); /* read cycles last */ in ar5416GetMibCycleCounts() local 616 const hal_mac_hang_check_t *check) in ar5416CompareDbgHang()
|
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | lparser.c | 107 static void check (LexState *ls, int c) { in check() function 655 static void recfield (LexState *ls, struct ConsControl *cc) { in recfield() 676 static void closelistfield (FuncState *fs, struct ConsControl *cc) { in closelistfield() 687 static void lastlistfield (FuncState *fs, struct ConsControl *cc) { in lastlistfield() 702 static void listfield (LexState *ls, struct ConsControl *cc) { in listfield() 711 static void field (LexState *ls, struct ConsControl *cc) { in field() 739 struct ConsControl cc; in constructor() local
|
/freebsd-src/contrib/lua/src/ |
H A D | lparser.c | 107 static void check (LexState *ls, int c) { in check() function 847 static void recfield (LexState *ls, ConsControl *cc) { in recfield() 868 static void closelistfield (FuncState *fs, ConsControl *cc) { in closelistfield() 880 static void lastlistfield (FuncState *fs, ConsControl *cc) { in lastlistfield() 896 static void listfield (LexState *ls, ConsControl *cc) { in listfield() 903 static void field (LexState *ls, ConsControl *cc) { in field() 931 ConsControl cc; in constructor() local
|