Lines Matching defs:strtoul
105 * strtoul: Go from a string to a value, i.e. for msr: MSR_FS_BASE to 0xc0000100
115 bool (*strtoul)(char *bf, size_t size, struct syscall_arg *arg, u64 *val);
655 val = strtoul(tok, NULL, 0);
1103 .strtoul = STUL_STRARRAY, \
1108 .strtoul = STUL_STRARRAY_FLAGS, \
1177 .strtoul = STUL_STRARRAYS,
1250 .strtoul = STUL_STRARRAY_FLAGS,
1305 .strtoul = STUL_STRARRAY,
1970 { .name = "msr", .scnprintf = SCA_X86_MSR, .strtoul = STUL_X86_MSR, },
1971 { .name = "vector", .scnprintf = SCA_X86_IRQ_VECTORS, .strtoul = STUL_X86_IRQ_VECTORS, },
2039 arg->strtoul = STUL_BTF_TYPE;
2046 arg->strtoul = fmt->strtoul;
2366 !(sc->arg_fmt && sc->arg_fmt[arg.idx].strtoul == STUL_BTF_TYPE))
3074 if (val == 0 && !trace->show_zeros && !arg->show_zero && arg->strtoul != STUL_BTF_TYPE)
4145 if (fmt->strtoul) {
4154 if (fmt->strtoul(right, right_size, &syscall_arg, &val)) {
4176 pr_err("No resolver (strtoul) for \"%s\" in \"%s\", can't set filter \"%s\"\n",