Lines Matching full:result
633 TYPE NAME EXPECTED VALUE RESULT IN
636 fs_param_is_bool Boolean value result->boolean
637 fs_param_is_u32 32-bit unsigned int result->uint_32
638 fs_param_is_u32_octal 32-bit octal int result->uint_32
639 fs_param_is_u32_hex 32-bit hex int result->uint_32
640 fs_param_is_s32 32-bit signed int result->int_32
641 fs_param_is_u64 64-bit unsigned int result->uint_64
642 fs_param_is_enum Enum value name result->uint_32
647 fs_param_is_fd File descriptor result->int_32
648 fs_param_is_uid User ID (u32) result->uid
649 fs_param_is_gid Group ID (u32) result->gid
659 fs_param_neg_with_no result->negated set if key is prefixed with "no"
660 fs_param_neg_with_empty result->negated set if value is ""
725 try to look the value up in the enum table and the result will be stored
726 in the parse result.
785 struct fs_parse_result *result);
791 If successful, and if the parameter type indicates the result is a
793 function and the result stored in
794 result->{boolean,int_32,uint_32,uint_64,uid,gid}.
799 fs_param_neg_with_no set, then a match will be made and result->negated