Home
last modified time | relevance | path

Searched refs:sizep (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/char/tpm/eventlog/
A Dof.c23 const u32 *sizep; in tpm_read_log_of() local
38 sizep = of_get_property(np, "linux,sml-size", NULL); in tpm_read_log_of()
40 if (sizep == NULL && basep == NULL) in tpm_read_log_of()
42 if (sizep == NULL || basep == NULL) in tpm_read_log_of()
56 size = be32_to_cpup((__force __be32 *)sizep); in tpm_read_log_of()
59 size = *sizep; in tpm_read_log_of()
/linux/arch/powerpc/kernel/
A Dcrash_dump.c128 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local
132 sizep = of_get_property(rtas.dev, "rtas-size", NULL); in crash_free_reserved_phys_range()
134 if (basep && sizep) { in crash_free_reserved_phys_range()
136 rtas_end = rtas_start + be32_to_cpup(sizep); in crash_free_reserved_phys_range()
A Dsetup_64.c538 const __be32 *sizep, *lsizep, *bsizep, *setsp; in parse_cache_info() local
545 sizep = of_get_property(np, propnames[0], NULL); in parse_cache_info()
546 if (sizep != NULL) in parse_cache_info()
547 size = be32_to_cpu(*sizep); in parse_cache_info()
561 if (sizep == NULL || bsizep == NULL || lsizep == NULL) in parse_cache_info()
A Drtas.c1229 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1236 sizep = of_get_flat_dt_prop(node, "rtas-size", NULL); in early_init_dt_scan_rtas()
1238 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1241 rtas.size = *sizep; in early_init_dt_scan_rtas()
/linux/tools/lib/api/fs/
A Dfs.h48 int filename__read_str(const char *filename, char **buf, size_t *sizep);
52 int procfs__read_str(const char *entry, char **buf, size_t *sizep);
58 int sysfs__read_str(const char *entry, char **buf, size_t *sizep);
A Dfs.c377 int filename__read_str(const char *filename, char **buf, size_t *sizep) in filename__read_str() argument
416 *sizep = size; in filename__read_str()
441 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str() argument
451 return filename__read_str(path, buf, sizep); in procfs__read_str()
491 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str() argument
501 return filename__read_str(path, buf, sizep); in sysfs__read_str()
/linux/arch/sh/mm/
A Dconsistent.c20 static void __init memchunk_cmdline_override(char *name, unsigned long *sizep) in memchunk_cmdline_override() argument
29 *sizep = memparse(p, NULL); in memchunk_cmdline_override()
31 name, *sizep); in memchunk_cmdline_override()
/linux/arch/powerpc/kexec/
A Dcore_64.c42 const unsigned int *sizep; in machine_kexec_prepare() local
56 sizep = of_get_property(node, "linux,tce-size", NULL); in machine_kexec_prepare()
57 if (basep == NULL || sizep == NULL) in machine_kexec_prepare()
61 high = low + (*sizep); in machine_kexec_prepare()
/linux/tools/perf/util/
A Dtrace-event-info.c46 char buf[BUFSIZ], *sizep; in record_file() local
73 sizep = (char*)&size; in record_file()
75 sizep += sizeof(u64) - hdr_sz; in record_file()
77 if (hdr_sz && pwrite(output_fd, sizep, hdr_sz, hdr_pos) < 0) { in record_file()
/linux/arch/powerpc/platforms/powernv/
A Dopal.c113 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local
121 sizep = of_get_flat_dt_prop(node, "opal-runtime-size", &runtimesz); in early_init_dt_scan_opal()
123 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal()
128 opal.size = of_read_number(sizep, runtimesz/4); in early_init_dt_scan_opal()
135 opal.size, sizep, runtimesz); in early_init_dt_scan_opal()
/linux/tools/testing/selftests/kvm/include/
A Dtest_util.h40 int test_seq_read(const char *path, char **bufp, size_t *sizep);
/linux/drivers/net/ethernet/freescale/fs_enet/
A Dmac-fec.c442 static int get_regs(struct net_device *dev, void *p, int *sizep) in get_regs() argument
446 if (*sizep < sizeof(struct fec)) in get_regs()
A Dmac-scc.c429 static int get_regs(struct net_device *dev, void *p, int *sizep) in get_regs() argument
433 if (*sizep < sizeof(scc_t) + sizeof(scc_enet_t __iomem *)) in get_regs()
A Dfs_enet.h93 int (*get_regs)(struct net_device *dev, void *p, int *sizep);
A Dmac-fcc.c483 static int get_regs(struct net_device *dev, void *p, int *sizep) in get_regs() argument
487 if (*sizep < sizeof(fcc_t) + sizeof(fcc_enet_t) + 1) in get_regs()
/linux/arch/powerpc/platforms/pseries/
A Diommu.c529 const u32 *sizep; in iommu_table_setparms() local
539 sizep = of_get_property(node, "linux,tce-size", NULL); in iommu_table_setparms()
540 if (basep == NULL || sizep == NULL) { in iommu_table_setparms()
551 memset((void *)tbl->it_base, 0, *sizep); in iommu_table_setparms()
/linux/include/net/netfilter/
A Dnf_conntrack.h191 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls);
/linux/drivers/usb/host/
A Dehci-dbg.c371 char **nextp, unsigned *sizep) in qh_lines() argument
378 unsigned size = *sizep; in qh_lines()
466 *sizep = size; in qh_lines()
A Dfotg210-hcd.c355 char **nextp, unsigned *sizep) in qh_lines() argument
361 unsigned size = *sizep; in qh_lines()
444 *sizep = size; in qh_lines()
/linux/net/netfilter/
A Dnf_conntrack_core.c2524 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls) in nf_ct_alloc_hashtable() argument
2529 if (*sizep > (UINT_MAX / sizeof(struct hlist_nulls_head))) in nf_ct_alloc_hashtable()
2533 nr_slots = *sizep = roundup(*sizep, PAGE_SIZE / sizeof(struct hlist_nulls_head)); in nf_ct_alloc_hashtable()
/linux/drivers/net/ethernet/xilinx/
A Dxilinx_axienet_main.c604 int nr_bds, u32 *sizep) in axienet_free_tx_chain() argument
642 if (sizep) in axienet_free_tx_chain()
643 *sizep += status & XAXIDMA_BD_STS_ACTUAL_LEN_MASK; in axienet_free_tx_chain()

Completed in 52 milliseconds