Home
last modified time | relevance | path

Searched refs:bufsize (Results 1 - 23 of 23) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_debug.h171 * @param bufsize The size of the buffer to put the string into.
175 char *coap_string_tls_version(char *buffer, size_t bufsize);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/
H A Dkapi_dispatch.c340 key->bufsize = size; in rsa_pub_alloc()
350 (hi_void)memset_s(key->n, key->bufsize, 0, key->bufsize); in rsa_pub_alloc()
393 key->bufsize = rsa_buf->buf_size; in rsa_private_set_key_param()
531 (hi_void)memset_s(key->n, key->bufsize, 0, key->bufsize); in rsa_free_buffer()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pno.h276 uint32 bufsize; member
504 dhd_dev_pno_get_for_batch(struct net_device *dev, char *buf, int bufsize);
547 extern int dhd_pno_get_for_batch(dhd_pub_t *dhd, char *buf, int bufsize, int reason);
H A Ddhd_pno.c1044 params->params_batch.get_batch.bufsize = 0; in _dhd_pno_reinitialize_prof()
3065 _dhd_pno_get_for_batch(dhd_pub_t *dhd, char *buf, int bufsize, int reason) in _dhd_pno_get_for_batch() argument
3117 if (buf && bufsize) { in _dhd_pno_get_for_batch()
3423 if (buf && bufsize) { in _dhd_pno_get_for_batch()
3441 err = _dhd_pno_convert_format(dhd, &_params->params_batch, buf, bufsize); in _dhd_pno_get_for_batch()
3452 _params->params_batch.get_batch.bufsize = 0; in _dhd_pno_get_for_batch()
3493 params_batch->get_batch.bufsize, params_batch->get_batch.reason); in _dhd_pno_get_batch_handler()
3498 dhd_pno_get_for_batch(dhd_pub_t *dhd, char *buf, int bufsize, int reason) in dhd_pno_get_for_batch() argument
3535 memset(pbuf, 0, bufsize); in dhd_pno_get_for_batch()
3536 pbuf += snprintf(pbuf, bufsize, "scancoun in dhd_pno_get_for_batch()
[all...]
H A Ddhd_linux.h149 int bufsize; member
H A Dbcmutils.c3449 char *buf, uint32 bufsize) in bcmdumpfields()
3458 while (bufsize > 1) { in bcmdumpfields()
3472 len = snprintf(buf, bufsize, cur_ptr->nameandfmt, in bcmdumpfields()
3476 if (len < 0 || (uint32)len >= bufsize) in bcmdumpfields()
3477 len = (int)(bufsize - 1); in bcmdumpfields()
3479 bufsize -= (uint32)len; in bcmdumpfields()
3448 bcmdumpfields(bcmutl_rdreg_rtn read_rtn, void *arg0, uint arg1, struct fielddesc *fielddesc_array, char *buf, uint32 bufsize) bcmdumpfields() argument
H A Ddhd_wlfc.h44 uint bufsize; /* Size of log buffer */ member
H A Ddhd_rtt.c709 /* alloc mem for ioctl headr + reserved 0 bufsize for tlvs (initialize to zero) */ in dhd_rtt_common_get_handler()
1308 /* alloc mem for ioctl headr + reserved 0 bufsize for tlvs (initialize to zero) */ in dhd_rtt_ftm_config()
1311 uint16 bufsize; in dhd_rtt_ftm_config() local
1328 bufsize = proxd_iovsize - WL_PROXD_IOV_HDR_SIZE; /* adjust available size for TLVs */ in dhd_rtt_ftm_config()
1331 buf_space_left = bufsize; in dhd_rtt_ftm_config()
1341 all_tlvsize = (bufsize - buf_space_left); in dhd_rtt_ftm_config()
H A Dwl_android.c1808 unsigned int bufsize = 0; in wl_android_get_connection_stats() local
1819 bufsize = total_len; in wl_android_get_connection_stats()
1820 if (bufsize < sizeof(struct connection_stats)) { in wl_android_get_connection_stats()
1823 bufsize, in wl_android_get_connection_stats()
H A Ddhd_sdio.c3476 c->bufsize = ltoh32(c->log.buf_size); in dhdsdio_readconsole()
3477 if ((c->buf = MALLOC(bus->dhd->osh, c->bufsize)) == NULL) in dhdsdio_readconsole()
3484 if (idx > c->bufsize) in dhdsdio_readconsole()
3493 if ((rv = dhdsdio_membytes(bus, FALSE, addr, c->buf, c->bufsize)) < 0) in dhdsdio_readconsole()
3505 c->last = c->bufsize - n; in dhdsdio_readconsole()
3509 c->last = (c->last + 1) % c->bufsize; in dhdsdio_readconsole()
8721 MFREE(osh, bus->console.buf, bus->console.bufsize); in dhdsdio_release()
H A Ddhd_pcie.c1944 MFREE(osh, bus->console.buf, bus->console.bufsize); in dhdpcie_bus_release()
3278 c->bufsize = ltoh32(c->log.buf_size); in dhdpcie_bus_readconsole()
3279 if ((c->buf = MALLOC(bus->dhd->osh, c->bufsize)) == NULL) in dhdpcie_bus_readconsole()
3281 DHD_INFO(("conlog: bufsize=0x%x\n", c->bufsize)); in dhdpcie_bus_readconsole()
3286 if (idx > c->bufsize) in dhdpcie_bus_readconsole()
3305 readlen = c->bufsize - c->last; in dhdpcie_bus_readconsole()
H A Ddhd_linux.c14403 dhd_dev_pno_get_for_batch(struct net_device *dev, char *buf, int bufsize) in dhd_dev_pno_get_for_batch() argument
14406 return (dhd_pno_get_for_batch(&dhd->pub, buf, bufsize, PNO_STATUS_NORMAL)); in dhd_dev_pno_get_for_batch()
17238 dump->bufsize = size; in dhd_schedule_memdump()
17361 if (write_dump_to_file(&dhd->pub, dump->buf, dump->bufsize, "mem_dump")) { in dhd_mem_dump()
17717 DHD_ERROR(("-------- %s: buf(va)=%llx, buf(pa)=%llx, bufsize=%d\n", in dhd_print_buf_addr()
17720 DHD_ERROR(("-------- %s: buf(va)=%x, buf(pa)=%x, bufsize=%d\n", in dhd_print_buf_addr()
20625 uint16 bufsize, buf_space_left, id = 0, len = 0;
20650 bufsize = filter_iovsize - WL_FILTER_IE_IOV_HDR_SIZE; /* adjust available size for TLVs */
20652 buf_space_left = bufsize;
20746 all_tlvsize = (bufsize
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddef.h145 /* This can be #defined to itoa() or snprintf(result, bufsize, "%d", number) depending on your platform */
146 void lwip_itoa(char *result, size_t bufsize, int number);
H A Dpbuf.h424 void *pbuf_get_contiguous(const struct pbuf *p, void *buffer, size_t bufsize, u16_t len, u16_t offset);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DStackTrace.h69 char* StackTrace_get(thread_id_type, char* buf, int bufsize);
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/include/
H A Dhi_common.h134 hi_u32 bufsize; member
445 @param[in/out] pstBuf Structure of the buffer information. Bufname and bufsize are inputs, and the physical address and
447 CNcomment: bufferÝÅÝ¢½á¹¹£¬bufnameºÝbufsize×÷ΪÊäÈë,ÎïÀíµØÖ·ºÝÓû§Ì¬ÝéÄâµØÖ·×÷ΪÊä³ö CNend
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
H A Ddrv_cipher_kapi.h361 hi_u32 bufsize; /* The buffer size alloc for n */ member
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_edid.h382 int __drm_get_edid_firmware_path(char *buf, size_t bufsize);
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmutils.h849 char *buf, uint32 bufsize);
H A Dwlioctl.h19498 uint16 bufsize; /* Aggregate buffer size */ member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c4458 * @bufsize: The size of the name buffer (should be at least 14 chars.)
4461 void drm_edid_get_monitor_name(struct edid *edid, char *name, int bufsize) in drm_edid_get_monitor_name() argument
4466 if (bufsize <= 0) { in drm_edid_get_monitor_name()
4470 name_length = min(get_monitor_name(edid, buf), bufsize - 1); in drm_edid_get_monitor_name()
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Drkisp2-config.h1796 u32 bufsize; member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H A Drkisp2-config.h1816 u32 bufsize; member

Completed in 156 milliseconds