Lines Matching defs:strtoul
93 * strtoul: Go from a string to a value, i.e. for msr: MSR_FS_BASE to 0xc0000100
97 bool (*strtoul)(char *bf, size_t size, struct syscall_arg *arg, u64 *val);
622 val = strtoul(tok, NULL, is_hexa ? 16 : 0);
883 .strtoul = STUL_STRARRAY, \
888 .strtoul = STUL_STRARRAY_FLAGS, \
945 .strtoul = STUL_STRARRAYS,
1017 .strtoul = STUL_STRARRAY_FLAGS,
1067 .strtoul = STUL_STRARRAY,
1663 { .name = "msr", .scnprintf = SCA_X86_MSR, .strtoul = STUL_X86_MSR, },
1664 { .name = "vector", .scnprintf = SCA_X86_IRQ_VECTORS, .strtoul = STUL_X86_IRQ_VECTORS, },
1729 arg->strtoul = fmt->strtoul;
3828 if (fmt->strtoul) {
3834 if (fmt->strtoul(right, right_size, &syscall_arg, &val)) {
3856 pr_err("No resolver (strtoul) for \"%s\" in \"%s\", can't set filter \"%s\"\n",