Lines Matching +defs:val +defs:data
40 static void parser_err_invalid_value(struct nl_context *nlctx, const char *val) in parser_err_invalid_value()
61 float val; in parse_float() local
76 unsigned long long val; in __parse_u32() local
111 uint32_t val; in parse_u8() local
192 uint32_t val; in nl_parse_direct_u32() local
216 uint8_t val; in nl_parse_direct_u8() local
291 const void *data, struct nl_msg_buff *msgbuff, in nl_parse_lookup_u32()
295 uint32_t val; in nl_parse_lookup_u32() local
316 const void *data, struct nl_msg_buff *msgbuff, in nl_parse_lookup_u8()
320 uint8_t val; in nl_parse_lookup_u8() local
395 int nl_parse_byte_str(struct nl_context *nlctx, uint16_t type, const void *data, in nl_parse_byte_str()
401 uint8_t *val = NULL; in nl_parse_byte_str() local
470 const void *data, struct nl_msg_buff *msgbuff __maybe_unused, in nl_parse_error()
544 u32 val; in __parse_num_string() local
558 unsigned long val; in __parse_num_string() local
739 const struct char_bitset_parser_data *data) in is_char_bitset()
768 const struct char_bitset_parser_data *data, in parse_char_bitset()
777 bool val = true; in parse_char_bitset() local
856 int nl_parse_bitset(struct nl_context *nlctx, uint16_t type, const void *data, in nl_parse_bitset()
881 const void *data, struct nl_msg_buff *msgbuff, in nl_parse_char_bitset()