/openbmc/linux/init/ |
H A D | initramfs.c | 180 static __initdata unsigned long body_len, name_len; variable 203 body_len = parsed[6]; in parse_header() 289 next_header = this_header + N_ALIGN(name_len) + body_len; in do_header() 295 if (body_len > PATH_MAX) in do_header() 298 remains = N_ALIGN(name_len) + body_len; in do_header() 303 if (S_ISREG(mode) || !body_len) in do_header() 389 if (body_len) in do_name() 390 vfs_truncate(&wfile->f_path, body_len); in do_name() 412 if (byte_count >= body_len) { in do_copy() 413 if (xwrite(wfile, victim, body_len, &wfile_pos) != body_len) in do_copy() [all …]
|
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit_core.c | 100 ctx->body_len = ctx->ninsns; in bpf_int_jit_compile() 102 ctx->prologue_len = ctx->ninsns - ctx->body_len; in bpf_int_jit_compile() 171 prologue_len = ctx->epilogue_offset - ctx->body_len; in bpf_int_jit_compile()
|
H A D | bpf_jit.h | 71 int body_len; member
|
/openbmc/linux/drivers/net/ |
H A D | netconsole.c | 830 int header_len, body_len; in send_ext_msg_udp() local 858 body_len = msg_len - header_len - 1; in send_ext_msg_udp() 870 while (offset < body_len) { in send_ext_msg_udp() 876 ",ncfrag=%d/%d;", offset, body_len); in send_ext_msg_udp() 878 this_chunk = min(body_len - offset, in send_ext_msg_udp()
|
/openbmc/linux/drivers/xen/xenbus/ |
H A D | xenbus_dev_frontend.c | 273 int path_len, tok_len, body_len; in watch_fired() local 283 body_len = path_len + tok_len; in watch_fired() 286 hdr.len = body_len; in watch_fired()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/ |
H A D | CVE-2024-50612.patch | 27 - bytes += psf_fwrite (page->body, 1, page->body_len, psf) ; 30 + n += psf_fwrite (page->body, 1, page->body_len, psf) ; 32 - return bytes == page->header_len + page->body_len ; 33 + if (n != page->body_len + page->header_len)
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | xdr.h | 353 void **body, unsigned int *body_len); 355 void *body, unsigned int body_len);
|
/openbmc/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_tx.c | 39 static void *wfx_alloc_hif(size_t body_len, struct wfx_hif_msg **hif) in wfx_alloc_hif() argument 41 *hif = kzalloc(sizeof(struct wfx_hif_msg) + body_len, GFP_KERNEL); in wfx_alloc_hif()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | svcauth_gss.c | 1582 u32 body_len; in svcauth_gss_decode_credbody() local 1593 body_len = be32_to_cpup(p); in svcauth_gss_decode_credbody() 1594 if (body_len > RPC_MAX_AUTH_SIZE) in svcauth_gss_decode_credbody() 1608 body_len); in svcauth_gss_decode_credbody() 1611 if (body_len != XDR_UNIT * 5 + xdr_align_size(handle_len)) in svcauth_gss_decode_credbody()
|
/openbmc/linux/net/sunrpc/ |
H A D | xdr.c | 2371 void **body, unsigned int *body_len) in xdr_stream_decode_opaque_auth() argument 2381 *body_len = ret; in xdr_stream_decode_opaque_auth() 2399 void *body, unsigned int body_len) in xdr_stream_encode_opaque_auth() argument 2403 if (unlikely(body_len > RPC_MAX_AUTH_SIZE)) in xdr_stream_encode_opaque_auth() 2408 ret = xdr_stream_encode_opaque(xdr, body, body_len); in xdr_stream_encode_opaque_auth()
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.c | 65 int body_len, u8 *addr, u16 tx_cb_idx); 925 int body_len, u8 *addr, u16 tx_cb_idx) in prism2_send_mgmt() argument 946 skb = dev_alloc_skb(sizeof(*hdr) + body_len); in prism2_send_mgmt() 957 skb_put_data(skb, body, body_len); in prism2_send_mgmt()
|
/openbmc/linux/drivers/net/wireless/atmel/ |
H A D | atmel.c | 595 u8 *body, int body_len); 876 u8 *body, int body_len) in atmel_transmit_management_frame() argument 879 int len = MGMT_FRAME_BODY_OFFSET + body_len; in atmel_transmit_management_frame() 885 atmel_copy_to_card(priv->dev, buff + MGMT_FRAME_BODY_OFFSET, body, body_len); in atmel_transmit_management_frame()
|