Searched refs:id_hex (Results 1 – 1 of 1) sorted by relevance
| /pciutils/lib/ |
| H A D | names-parse.c | 62 static int id_hex(char *p, int cnt) in id_hex() function 124 if ((id1 = id_hex(p+2, 2)) < 0 || !id_white_p(p[4])) in id_parse_list() 131 if ((id1 = id_hex(p+2, 4)) < 0 || p[6]) in id_parse_list() 145 if ((id1 = id_hex(p, 4)) < 0 || !id_white_p(p[4])) in id_parse_list() 160 if ((id2 = id_hex(p, 4)) < 0 || !id_white_p(p[4])) in id_parse_list() 167 if ((id2 = id_hex(p, 4)) < 0 || !id_white_p(p[4])) in id_parse_list() 175 if ((id2 = id_hex(p, 2)) < 0 || !id_white_p(p[2])) in id_parse_list() 189 …if ((id3 = id_hex(p, 4)) < 0 || !id_white_p(p[4]) || (id4 = id_hex(p+5, 4)) < 0 || !id_white_p(p[9… in id_parse_list() 197 if ((id3 = id_hex(p, 2)) < 0 || !id_white_p(p[2])) in id_parse_list()
|