Home
last modified time | relevance | path

Searched refs:tok (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxlu_pci.c65 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 …]
A Dlibxl_internal.c318 const char *tok; in libxl__parse_mac() local
322 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()
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dexpr.h158 #define for_all_properties(sym, st, tok) \ argument
160 if (st->type == (tok))
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dehci-dbgp.c176 #define DBGP_PID_SET(data, tok) (((data) << 8) | (tok)) argument
372 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) in dbgp_pid_write_update() argument
377 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() argument
382 return (x & 0xffffff00) | (tok & 0xff); in dbgp_pid_read_update()

Completed in 10 milliseconds