Home
last modified time | relevance | path

Searched defs:name (Results 51 – 75 of 632) sorted by relevance

12345678910>>...26

/rk3399_rockchip-uboot/fs/zfs/
H A Dzfs.c136 char *name; member
692 int objsize, char *name, uint64_t * value) in mzap_lookup()
711 int (*hook)(const char *name, in mzap_iterate()
731 zap_hash(uint64_t salt, const char *name) in zap_hash()
820 const char *name, uint64_t *value) in zap_leaf_lookup()
907 char *name, uint64_t *value, struct zfs_data *data) in fzap_lookup()
947 int (*hook)(const char *name, in fzap_iterate()
1034 zap_lookup(dnode_end_t *zap_dnode, char *name, uint64_t *val, in zap_lookup()
1069 int (*hook)(const char *name, uint64_t val, in zap_iterate()
1506 nvlist_find_value(char *nvlist, char *name, int valtype, char **val, in nvlist_find_value()
[all …]
/rk3399_rockchip-uboot/tools/binman/
H A Dimage.py50 def __init__(self, name, node): argument
155 def _SetEntryPosSize(self, name, pos, size): argument
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_sw.c170 int fdt_begin_node(void *fdt, const char *name) in fdt_begin_node()
223 int fdt_property_placeholder(void *fdt, const char *name, int len, void **valp) in fdt_property_placeholder()
245 int fdt_property(void *fdt, const char *name, const void *val, int len) in fdt_property()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.c64 tegra_xusb_padctl_find_lane(struct tegra_xusb_padctl *padctl, const char *name) in tegra_xusb_padctl_find_lane()
117 const char *name) in tegra_xusb_padctl_find_function()
131 const char *name) in tegra_xusb_padctl_lane_find_function()
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dutil.c14 struct file *file_lookup(const char *name) in file_lookup()
35 int file_write_dep(const char *name) in file_write_dep()
/rk3399_rockchip-uboot/net/
H A Dnet.c212 static int on_bootfile(const char *name, const char *value, enum env_op op, in on_bootfile()
232 static int on_ipaddr(const char *name, const char *value, enum env_op op, in on_ipaddr()
244 static int on_gatewayip(const char *name, const char *value, enum env_op op, in on_gatewayip()
256 static int on_netmask(const char *name, const char *value, enum env_op op, in on_netmask()
268 static int on_serverip(const char *name, const char *value, enum env_op op, in on_serverip()
280 static int on_nvlan(const char *name, const char *value, enum env_op op, in on_nvlan()
292 static int on_vlan(const char *name, const char *value, enum env_op op, in on_vlan()
305 static int on_dnsip(const char *name, const char *value, enum env_op op, in on_dnsip()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dpartitions.h40 const char *name; /* identifier string */ member
75 const char *name; member
/rk3399_rockchip-uboot/tools/
H A Dimagetool.h89 char *name; member
249 #define INIT_SECTION(name) do { \ argument
258 #define SECTION(name) __attribute__((section("__TEXT, " #name))) argument
262 #define INIT_SECTION(name) /* no-op for ELF */ argument
263 #define SECTION(name) __attribute__((section(#name))) argument
/rk3399_rockchip-uboot/cmd/
H A Dbdinfo.c18 static void print_num(const char *name, ulong value) in print_num()
26 char name[10], *val; in print_eth() local
59 static void print_lnum(const char *name, unsigned long long value) in print_lnum()
65 static void print_mhz(const char *name, unsigned long hz) in print_mhz()
H A Darmflash.c25 const char *name; member
179 static int load_image(const char * const name, const ulong address) in load_image()
256 static int exists(const char * const name) in exists()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dxilinx_gpio.c30 char name[GPIO_NAME_SIZE]; member
39 char name[GPIO_NAME_SIZE]; member
309 int gpio_alloc(u32 baseaddr, const char *name, u32 gpio_no) in gpio_alloc()
339 int gpio_alloc_dual(u32 baseaddr, const char *name, u32 gpio_no0, u32 gpio_no1) in gpio_alloc_dual()
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffsfs.c87 YCHAR name[NAME_MAX + 1]; /* name of directory being searched */ member
421 int yaffsfs_CheckNameLength(const char *name) in yaffsfs_CheckNameLength()
623 YCHAR **name, int symDepth, in yaffsfs_DoFindDirectory()
693 YCHAR **name, in yaffsfs_FindDirectory()
712 YCHAR *name; in yaffsfs_FindObject() local
777 YCHAR *name; in yaffs_open_sharing() local
1422 YCHAR *name; in yaffsfs_DoUnlink() local
1794 static int yaffs_do_setxattr(const YCHAR *path, const char *name, in yaffs_do_setxattr()
1841 int yaffs_setxattr(const YCHAR *path, const char *name, in yaffs_setxattr()
1847 int yaffs_lsetxattr(const YCHAR *path, const char *name, in yaffs_lsetxattr()
[all …]
/rk3399_rockchip-uboot/board/xes/common/
H A Dboard.c12 char name[] = CONFIG_SYS_BOARD_NAME; in checkboard() local
/rk3399_rockchip-uboot/board/gdsys/common/
H A Dihs_mdio.h13 char *name; member
/rk3399_rockchip-uboot/drivers/net/
H A Dxilinx_ll_temac_mdio.h45 char *name; member
/rk3399_rockchip-uboot/drivers/core/
H A Dof_extra.c14 int of_read_fmap_entry(ofnode node, const char *name, in of_read_fmap_entry()
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial.c42 static int on_baudrate(const char *name, const char *value, enum env_op op, in on_baudrate()
108 #define serial_initfunc(name) \ argument
331 int serial_assign(const char *name) in serial_assign()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/
H A Dls102xa_stream_id.h12 #define SET_LIODN_ENTRY_1(name, idA, off, compatoff) \ argument
19 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument
/rk3399_rockchip-uboot/lib/
H A Dfdtdec_test.c80 char name[20], value[20]; in make_fdt() local
144 const char *name; in run_test() local
H A Dsysmem.c282 static const char *sysmem_alias2name(const char *name, int *id) in sysmem_alias2name()
329 const char *name; in sysmem_alloc_align_base() local
586 void *sysmem_alloc_by_name(const char *name, phys_size_t size) in sysmem_alloc_by_name()
616 void *sysmem_alloc_base_by_name(const char *name, in sysmem_alloc_base_by_name()
632 void *sysmem_fdt_reserve_alloc_base(const char *name, in sysmem_fdt_reserve_alloc_base()
/rk3399_rockchip-uboot/drivers/power/pmic/
H A Dpmic_tps62362.c31 static const char name[] = "TPS62362"; in power_tps62362_init() local
/rk3399_rockchip-uboot/common/
H A Dbootstage.c27 const char *name; member
97 ulong bootstage_add_record(enum bootstage_id id, const char *name, in bootstage_add_record()
134 ulong bootstage_mark_name(enum bootstage_id id, const char *name) in bootstage_mark_name()
171 uint32_t bootstage_start(enum bootstage_id id, const char *name) in bootstage_start()
398 const char *name; in bootstage_stash() local
/rk3399_rockchip-uboot/post/
H A Dpost.c173 char *name; in post_get_env_flags() local
294 int post_run(char *name, int flags) in post_run()
371 int post_info(char *name) in post_info()
/rk3399_rockchip-uboot/test/overlay/
H A Dcmd_ut_overlay.c26 const char *name, int index, in ut_fdt_getprop_u32_by_index()
46 static int ut_fdt_getprop_u32(void *fdt, const char *path, const char *name, in ut_fdt_getprop_u32()
52 static int fdt_getprop_str(void *fdt, const char *path, const char *name, in fdt_getprop_str()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dportals.c100 const char *p, *name; in fdt_portal() local
146 static int fdt_qportal(void *blob, int off, int id, char *name, in fdt_qportal()
296 char name[] = "fman@0"; in fdt_fixup_qportals() local

12345678910>>...26