Searched refs:simple_strtol (Results 1 – 6 of 6) sorted by relevance
/xen/xen/include/xen/ |
A D | lib.h | 168 long simple_strtol(
|
/xen/xen/common/ |
A D | vsprintf.c | 70 long simple_strtol(const char *cp, const char **endp, unsigned int base) in simple_strtol() function 77 EXPORT_SYMBOL(simple_strtol);
|
A D | grant_table.c | 185 long ver = simple_strtol(s + 8, &e, 10); in parse_gnttab()
|
/xen/xen/arch/x86/cpu/microcode/ |
A D | core.c | 132 ucode_mod_idx = simple_strtol(s, &q, 0); in parse_ucode()
|
/xen/xen/drivers/char/ |
A D | ns16550.c | 1339 uart->irq = simple_strtol(conf, &conf, 10); in parse_positional()
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 175 switch ( phantom.stride = simple_strtol(s + 1, &s, 0) ) in parse_phantom_dev()
|
Completed in 19 milliseconds