/linux/drivers/char/tpm/eventlog/ |
A D | of.c | 23 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 D | crash_dump.c | 128 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 D | setup_64.c | 538 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 D | rtas.c | 1229 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 D | fs.h | 48 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 D | fs.c | 377 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 D | consistent.c | 20 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 D | core_64.c | 42 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 D | trace-event-info.c | 46 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 D | opal.c | 113 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 D | test_util.h | 40 int test_seq_read(const char *path, char **bufp, size_t *sizep);
|
/linux/drivers/net/ethernet/freescale/fs_enet/ |
A D | mac-fec.c | 442 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 D | mac-scc.c | 429 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 D | fs_enet.h | 93 int (*get_regs)(struct net_device *dev, void *p, int *sizep);
|
A D | mac-fcc.c | 483 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 D | iommu.c | 529 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 D | nf_conntrack.h | 191 void *nf_ct_alloc_hashtable(unsigned int *sizep, int nulls);
|
/linux/drivers/usb/host/ |
A D | ehci-dbg.c | 371 char **nextp, unsigned *sizep) in qh_lines() argument 378 unsigned size = *sizep; in qh_lines() 466 *sizep = size; in qh_lines()
|
A D | fotg210-hcd.c | 355 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 D | nf_conntrack_core.c | 2524 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 D | xilinx_axienet_main.c | 604 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()
|