Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxlu_pci.c66 tok = ptr + 1; in xlu_pci_parse_bdf()
75 tok = ptr + 1; in xlu_pci_parse_bdf()
85 tok = ptr + 1; in xlu_pci_parse_bdf()
94 tok = ptr + 1; in xlu_pci_parse_bdf()
118 tok = ptr + 1; in xlu_pci_parse_bdf()
127 tok = ptr + 1; in xlu_pci_parse_bdf()
134 optkey = tok; in xlu_pci_parse_bdf()
135 tok = ptr + 1; in xlu_pci_parse_bdf()
164 tok = ptr + 1; in xlu_pci_parse_bdf()
209 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/xen/tools/kconfig/
A Dexpr.h206 #define for_all_properties(sym, st, tok) \ argument
208 if (st->type == (tok))
A Dmenu.c771 enum prop_type tok, const char *prefix) in get_symbol_props_str() argument
776 for_all_properties(sym, prop, tok) { in get_symbol_props_str()
/xen/xen/drivers/char/
A Dehci-dbgp.c177 #define DBGP_PID_SET(data, tok) (((data) << 8) | (tok)) argument
373 static inline u32 dbgp_pid_write_update(u32 x, u32 tok) in dbgp_pid_write_update() argument
378 return (x & 0xffff0000) | (data0 << 8) | (tok & 0xff); in dbgp_pid_write_update()
381 static inline u32 dbgp_pid_read_update(u32 x, u32 tok) in dbgp_pid_read_update() argument
383 return (x & 0xffffff00) | (tok & 0xff); in dbgp_pid_read_update()

Completed in 16 milliseconds