Home
last modified time | relevance | path

Searched defs:llen (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c143 static void result(int llen, enum RESULT r) in result()
169 int expect_zr(int expr, int llen) in expect_zr()
183 int expect_nz(int expr, int llen) in expect_nz()
211 int expect_ne(int expr, int llen, int val) in expect_ne()
225 int expect_ge(int expr, int llen, int val) in expect_ge()
281 int expect_syszr(int expr, int llen) in expect_syszr()
613 int llen = 0; /* line length */ in run_startup() local
846 int llen = 0; /* line length */ in run_syscall() local
939 int llen = 0; /* line length */ in run_stdlib() local
1076 int llen = 0; /* line length */ in run_vfprintf() local
[all …]
/openbmc/linux/fs/isofs/
H A Djoliet.c27 int llen; in uni16_to_x8() local
/openbmc/linux/drivers/usb/misc/
H A Disight_firmware.c38 int llen, len, req, ret = 0; in isight_firmware_load() local
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c1456 u16 llen, rlen; in i40e_dbg_command_write() local
1483 u16 llen, rlen; in i40e_dbg_command_write() local
/openbmc/ipmitool/src/plugins/lan/
H A Dlan.c993 ipmi_lan_build_rsp(struct ipmi_intf * intf, struct ipmi_rs * rsp, int * llen) in ipmi_lan_build_rsp()
1146 int * llen) in ipmi_lan_build_sol_msg()
/openbmc/linux/include/linux/dsa/
H A Docelot.h193 u64 llen, wlen; in ocelot_xfh_get_len() local
/openbmc/qemu/pc-bios/s390-ccw/
H A Dnetmain.c352 int rc = -1, llen; in handle_ins_cfg() local
/openbmc/qemu/hw/scsi/
H A Dspapr_vscsi.c368 uint32_t llen; in vscsi_srp_direct_data() local
400 uint32_t llen, total = 0; in vscsi_srp_indirect_data() local
/openbmc/linux/arch/powerpc/kernel/
H A Drtas-proc.c403 int llen, offs; in ppc_rtas_sensors_show() local
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dvenc.c84 u32 llen; member
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c428 socklen_t olen, rlen, llen; in do_getsockopt_subflow_addrs() local
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dvenc.c83 u32 llen; member
/openbmc/linux/fs/f2fs/
H A Dextent_cache.c747 pgoff_t fofs, block_t blkaddr, unsigned int llen, in f2fs_update_read_extent_tree_range_compressed()
H A Df2fs.h4392 unsigned int llen, unsigned int c_len) { } in f2fs_update_read_extent_tree_range_compressed()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Ddss.h97 u32 llen; /* 0x1C */ member
/openbmc/linux/fs/jfs/
H A Djfs_xtree.c123 s64 llen, int *pflag, s64 * paddr, s32 * plen, int no_check) in xtLookup()
/openbmc/linux/tools/perf/util/
H A Dsort.c3722 static void add_key(struct strbuf *sb, const char *str, int *llen) in add_key()
3736 int *llen) in add_sort_string()
3745 int *llen) in add_hpp_sort_string()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_opt.c1297 U32 const llen = opt[storePos].litlen; in ZSTD_compressBlock_opt_generic() local
/openbmc/linux/fs/ocfs2/
H A Dfile.c1938 s64 llen; in __ocfs2_change_file_space() local
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c399 static const char *lookup_name(uint32_t index, const char **list, uint32_t llen) in lookup_name()