Home
last modified time | relevance | path

Searched refs:rlen (Results 326 - 350 of 380) sorted by relevance

1...<<111213141516

/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c431 pubk->rlen = p_rr.size; in hvb_cert_pubk_parser()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h548 u32 plen, void *payload, u32 rlen, void *resp);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h547 u32 plen, void *payload, u32 rlen, void *resp);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c2344 size_t rlen; in debug_print_cert() local
2356 rlen = BIO_ctrl_pending(out); in debug_print_cert()
2357 txt = os_malloc(rlen + 1); in debug_print_cert()
2359 res = BIO_read(out, txt, rlen); in debug_print_cert()
4895 size_t rlen; in ocsp_debug_print_resp() local
4907 rlen = BIO_ctrl_pending(out); in ocsp_debug_print_resp()
4908 txt = os_malloc(rlen + 1); in ocsp_debug_print_resp()
4914 res = BIO_read(out, txt, rlen); in ocsp_debug_print_resp()
/kernel/linux/linux-5.10/fs/gfs2/
H A Drgrp.c2279 unsigned rlen; in gfs2_adjust_reservation() local
2288 rlen = min(rs->rs_free, len); in gfs2_adjust_reservation()
2289 rs->rs_free -= rlen; in gfs2_adjust_reservation()
2290 rgd->rd_reserved -= rlen; in gfs2_adjust_reservation()
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_xtree.c1520 int index, nextindex, llen, rlen; in xtTailgate() local
1643 rlen = lengthXAD(xad) - llen; in xtTailgate()
1651 PXDlength(&pxdlock->pxd, rlen); in xtTailgate()
1656 dbFree(ip, addressXAD(xad) + llen, (s64) rlen); in xtTailgate()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events.c2333 int rlen; in eval_replace() local
2345 rlen = strlen(ptr + len); in eval_replace()
2346 memmove(ptr + elen, ptr + len, rlen); in eval_replace()
2348 ptr[elen + rlen] = 0; in eval_replace()
/kernel/linux/linux-6.6/fs/gfs2/
H A Drgrp.c2360 unsigned int rlen; in gfs2_adjust_reservation() local
2363 rlen = min(rs->rs_requested, len); in gfs2_adjust_reservation()
2364 rs->rs_requested -= rlen; in gfs2_adjust_reservation()
2365 rgd->rd_requested -= rlen; in gfs2_adjust_reservation()
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c3377 size_t rlen; in grep_or_recurse() local
3384 rlen = strlen(resolvedpath); in grep_or_recurse()
3385 if (rlen++ < sizeof(resolvedpath) - 3) in grep_or_recurse()
3389 contained = strncmp(pathname, resolvedpath, rlen) == 0; in grep_or_recurse()
H A Dpcre2test.c3440 size_t rlen = (size_t)(pbuffer8_size - (here - buffer)); in extend_inputline() local
3442 if (rlen > 1000) in extend_inputline()
3458 if (len > rlen - 1) len = rlen - 1; in extend_inputline()
3471 if (fgets((char *)here, rlen, f) == NULL) in extend_inputline()
3490 if (!INTERACTIVE(f) && dlen < rlen - 1 && !feof(f)) in extend_inputline()
7385 PCRE2_SIZE j, rlen, nsize, erroroffset; in process_data() local
7520 rlen = PCRE2_ZERO_TERMINATED; in process_data()
7522 rlen = (CASTVAR(uint8_t *, r) - rbuffer)/code_unit_size; in process_data()
7540 rbptr, rlen, nbuffe in process_data()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ngene/
H A Dngene-cards.c45 u8 *wbuf, u32 wlen, u8 *rbuf, u32 rlen) in i2c_io()
50 .buf = rbuf, .len = rlen } }; in i2c_io()
44 i2c_io(struct i2c_adapter *adapter, u8 adr, u8 *wbuf, u32 wlen, u8 *rbuf, u32 rlen) i2c_io() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_reflink.c1580 xfs_extlen_t rlen; in xfs_reflink_inode_has_shared_extents() local
1590 &rbno, &rlen, false); in xfs_reflink_inode_has_shared_extents()
/kernel/linux/linux-6.6/drivers/media/pci/ngene/
H A Dngene-cards.c45 u8 *wbuf, u32 wlen, u8 *rbuf, u32 rlen) in i2c_io()
50 .buf = rbuf, .len = rlen } }; in i2c_io()
44 i2c_io(struct i2c_adapter *adapter, u8 adr, u8 *wbuf, u32 wlen, u8 *rbuf, u32 rlen) i2c_io() argument
/third_party/curl/lib/
H A Dc-hyper.c264 const uint8_t *reason, size_t rlen) in status_line()
297 (int)rlen, reason); in status_line()
260 status_line(struct Curl_easy *data, struct connectdata *conn, uint16_t http_status, int http_version, const uint8_t *reason, size_t rlen) status_line() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/
H A Dpci.c97 int rlen; in ppc4xx_parse_dma_ranges() local
108 ranges = of_get_property(hose->dn, "dma-ranges", &rlen); in ppc4xx_parse_dma_ranges()
113 while ((rlen -= np * 4) >= 0) { in ppc4xx_parse_dma_ranges()
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/
H A Dpci.c98 int rlen; in ppc4xx_parse_dma_ranges() local
109 ranges = of_get_property(hose->dn, "dma-ranges", &rlen); in ppc4xx_parse_dma_ranges()
114 while ((rlen -= np * 4) >= 0) { in ppc4xx_parse_dma_ranges()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-mvebu.c1184 int rlen, nranges, rangesz, pna, i; in mvebu_get_tgt_attr() local
1189 range = of_get_property(np, "ranges", &rlen); in mvebu_get_tgt_attr()
1195 nranges = rlen / sizeof(__be32) / rangesz; in mvebu_get_tgt_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c936 size_t rlen; in dh5_derive_shared() local
948 rlen = DH_size(dh); in dh5_derive_shared()
949 res = wpabuf_alloc(rlen); in dh5_derive_shared()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_bmap.c5260 xfs_filblks_t *rlen, /* i/o: amount remaining */ in __xfs_bunmapi()
5278 xfs_filblks_t len = *rlen; /* length to unmap in file */ in __xfs_bunmapi()
5313 *rlen = 0; in __xfs_bunmapi()
5321 *rlen = 0; in __xfs_bunmapi()
5550 *rlen = 0; in __xfs_bunmapi()
5552 *rlen = end - start + 1; in __xfs_bunmapi()
5256 __xfs_bunmapi( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t start, xfs_filblks_t *rlen, int flags, xfs_extnum_t nexts) __xfs_bunmapi() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_bmap.c5262 xfs_filblks_t *rlen, /* i/o: amount remaining */ in __xfs_bunmapi()
5280 xfs_filblks_t len = *rlen; /* length to unmap in file */ in __xfs_bunmapi()
5304 *rlen = 0; in __xfs_bunmapi()
5312 *rlen = 0; in __xfs_bunmapi()
5522 *rlen = 0; in __xfs_bunmapi()
5524 *rlen = end - start + 1; in __xfs_bunmapi()
5258 __xfs_bunmapi( struct xfs_trans *tp, struct xfs_inode *ip, xfs_fileoff_t start, xfs_filblks_t *rlen, uint32_t flags, xfs_extnum_t nexts) __xfs_bunmapi() argument
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events.c2688 int rlen; in eval_replace() local
2700 rlen = strlen(ptr + len); in eval_replace()
2701 memmove(ptr + elen, ptr + len, rlen); in eval_replace()
2703 ptr[elen + rlen] = 0; in eval_replace()
/third_party/f2fs-tools/fsck/
H A Dmain.c1047 c.compress.cc.rlen = c.compress.cc.cluster_size * F2FS_BLKSIZE; in init_compr()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c1908 u32 alen, n, rlen; in resp_report_tgtpgs() local
1962 rlen = n - 4; in resp_report_tgtpgs()
1963 put_unaligned_be32(rlen, arr + 0); in resp_report_tgtpgs()
1971 rlen = min(alen, n); in resp_report_tgtpgs()
1973 min_t(u32, rlen, SDEBUG_MAX_TGTPGS_ARR_SZ)); in resp_report_tgtpgs()
4154 unsigned int rlen; /* response length (in bytes) */ in resp_report_luns() local
4196 rlen = tlun_cnt * sz_lun; /* excluding 8 byte header */ in resp_report_luns()
4207 put_unaligned_be32(rlen, &arr[0]); in resp_report_luns()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c1917 u32 alen, n, rlen; in resp_report_tgtpgs() local
1971 rlen = n - 4; in resp_report_tgtpgs()
1972 put_unaligned_be32(rlen, arr + 0); in resp_report_tgtpgs()
1980 rlen = min(alen, n); in resp_report_tgtpgs()
1982 min_t(u32, rlen, SDEBUG_MAX_TGTPGS_ARR_SZ)); in resp_report_tgtpgs()
4304 unsigned int rlen; /* response length (in bytes) */ in resp_report_luns() local
4346 rlen = tlun_cnt * sz_lun; /* excluding 8 byte header */ in resp_report_luns()
4357 put_unaligned_be32(rlen, &arr[0]); in resp_report_luns()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c3685 size_t rlen; in wpa_ft_send_rrb_auth_resp() local
3701 rlen = 2 + 2 * ETH_ALEN + 2 + resp_ies_len; in wpa_ft_send_rrb_auth_resp()
3703 frame = os_malloc(sizeof(*frame) + rlen); in wpa_ft_send_rrb_auth_resp()
3708 frame->action_length = host_to_le16(rlen); in wpa_ft_send_rrb_auth_resp()
3723 sizeof(*frame) + rlen); in wpa_ft_send_rrb_auth_resp()

Completed in 110 milliseconds

1...<<111213141516