Lines Matching defs:p
42 softnic_parser_read_arg_bool(const char *p) in softnic_parser_read_arg_bool()
80 softnic_parser_read_int32(int32_t *value, const char *p) in softnic_parser_read_int32()
98 softnic_parser_read_uint64(uint64_t *value, const char *p) in softnic_parser_read_uint64()
138 softnic_parser_read_uint64_hex(uint64_t *value, const char *p) in softnic_parser_read_uint64_hex()
158 softnic_parser_read_uint32(uint32_t *value, const char *p) in softnic_parser_read_uint32()
174 softnic_parser_read_uint32_hex(uint32_t *value, const char *p) in softnic_parser_read_uint32_hex()
190 softnic_parser_read_uint16(uint16_t *value, const char *p) in softnic_parser_read_uint16()
206 softnic_parser_read_uint16_hex(uint16_t *value, const char *p) in softnic_parser_read_uint16_hex()
222 softnic_parser_read_uint8(uint8_t *value, const char *p) in softnic_parser_read_uint8()
238 softnic_parser_read_uint8_hex(uint8_t *value, const char *p) in softnic_parser_read_uint8_hex()
433 struct softnic_cpu_core_params *p) in softnic_parse_cpu_core()