Searched refs:tok (Results 1 – 4 of 4) sorted by relevance
65 tok = ptr + 1; in xlu_pci_parse_bdf()74 tok = ptr + 1; in xlu_pci_parse_bdf()84 tok = ptr + 1; in xlu_pci_parse_bdf()93 tok = ptr + 1; in xlu_pci_parse_bdf()117 tok = ptr + 1; in xlu_pci_parse_bdf()126 tok = ptr + 1; in xlu_pci_parse_bdf()133 optkey = tok; in xlu_pci_parse_bdf()134 tok = ptr + 1; in xlu_pci_parse_bdf()163 tok = ptr + 1; in xlu_pci_parse_bdf()203 tok = ptr + 1; in xlu_rdm_parse()[all …]
318 const char *tok; in libxl__parse_mac() local322 for (i = 0, tok = s; *tok && (i < 6); ++i, tok = endptr) { in libxl__parse_mac()323 mac[i] = strtol(tok, &endptr, 16); in libxl__parse_mac()324 if (endptr != (tok + 2) || (*endptr != '\0' && *endptr != ':') ) in libxl__parse_mac()
158 #define for_all_properties(sym, st, tok) \ argument160 if (st->type == (tok))
176 #define DBGP_PID_SET(data, tok) (((data) << 8) | (tok)) argument372 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) in dbgp_pid_write_update() argument377 return (x & 0xffff0000) | (data0 << 8) | (tok & 0xff); in dbgp_pid_write_update()380 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) in dbgp_pid_read_update() argument382 return (x & 0xffffff00) | (tok & 0xff); in dbgp_pid_read_update()
Completed in 10 milliseconds