Home
last modified time | relevance | path

Searched refs:tstype (Results 1 – 2 of 2) sorted by relevance

/external/ltp/tools/apicmds/
Dltpapicmd.c88 int ident_ttype(char *tstype) in ident_ttype() argument
91 if (strcmp(tstype, "TBROK") == 0) in ident_ttype()
93 else if (strcmp(tstype, "TFAIL") == 0) in ident_ttype()
95 else if (strcmp(tstype, "TPASS") == 0) in ident_ttype()
97 else if (strcmp(tstype, "TCONF") == 0) in ident_ttype()
99 else if (strcmp(tstype, "TWARN") == 0) in ident_ttype()
101 else if (strcmp(tstype, "TINFO") == 0) in ident_ttype()
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c120 static void print_timestamp(struct scm_timestamping *tss, int tstype, in print_timestamp() argument
125 switch (tstype) { in print_timestamp()
137 tstype); in print_timestamp()