Searched refs:_s (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/lib/libc/picolibc/ |
D | cbprintf.c | 15 static int cbputc(char c, FILE *_s) in cbputc() argument 17 struct cb_bits *s = (struct cb_bits *) _s; in cbputc()
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 28 self._s = requests.Session() 62 resp = self._s.get(f'{self.api_url}{path}', params=params, timeout=self.timeout) 67 …resp = self._s.put(f'{self.api_url}{path}', data=data, headers=headers, params=params, timeout=sel… 86 …resp = self._s.post(f'{self.api_url}{path}' + uri_options, data=data, headers=headers, timeout=sel… 91 resp = self._s.delete(f'{self.api_url}{path}', timeout=self.timeout) 323 …resp = self._s.get(f'{self.api_url}/clients/{endpoint}/composite', params=parameters, timeout=self… 362 …resp = self._s.put(f'{self.api_url}/clients/{endpoint}/composite', params=parameters, json=data, t… 366 …resp = self.handle_response(self._s.get(f'{self.api_url}/clients/{endpoint}/{path}/discover', time… 403 …resp = self._s.post(f'{self.api_url}/clients/{endpoint}/composite/observe', params=parameters, tim…
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp_private.h | 138 #define conn_state(_conn, _s) \ argument 142 tcp_state_to_str((_s), false)); \ 143 (_conn)->state = _s; \
|
D | tp.c | 332 #define is_tp(_s, _type) do { \ in tp_msg_to_type() argument 333 if (is(#_type, _s)) { \ in tp_msg_to_type()
|
/Zephyr-latest/drivers/espi/ |
D | espi_it8xxx2.c | 358 #define PNPCFG(_s) \ argument 359 pnpcfg_it8xxx2_configure(dev, _s##_settings, ARRAY_SIZE(_s##_settings))
|
/Zephyr-latest/doc/services/tfm/ |
D | build.rst | 77 $ imgtool keygen -k root-rsa-3072_s.pem -t rsa-3072
|
/Zephyr-latest/tests/bluetooth/controller/common/src/ |
D | helper_pdu.c | 46 #define PDU_MEM_EQUAL(_f, _s, _p, _t) \ argument 47 zassert_mem_equal(_s._f, _p->_f, sizeof(_p->_f), _t "\nCalled at %s:%d\n", file, line);
|