Searched refs:tstype (Results 1 – 2 of 2) sorted by relevance
88 int ident_ttype(char *tstype) in ident_ttype() argument91 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()
120 static void print_timestamp(struct scm_timestamping *tss, int tstype, in print_timestamp() argument125 switch (tstype) { in print_timestamp()137 tstype); in print_timestamp()