Home
last modified time | relevance | path

Searched refs:full_name (Results 1 – 25 of 119) sorted by relevance

12345

/kernel/liteos_a/net/lwip-2.1/porting/src/
Ddriverif.c64 if (snprintf_s(netif->full_name, sizeof(netif->full_name), sizeof(netif->full_name) - 1,
73 if (strcmp(tmpnetif->full_name, netif->full_name) == 0) {
81 netif->full_name[0] = '\0';
337 if (snprintf_s(netif->full_name, sizeof(netif->full_name), sizeof(netif->full_name) - 1,
342 if (strcmp(tmpnetif->full_name, netif->full_name) == 0) {
350 netif->full_name[0] = '\0';
/kernel/uniproton/src/net/lwip-2.1/src/
Ddriverif.c69 if (netif->full_name[0] != '\0') { in OsDriverifInitIfname()
70 LWIP_DEBUGF(DRIVERIF_DEBUG, ("netif already has fullname %s\n", netif->full_name)); in OsDriverifInitIfname()
74 if (snprintf_s(netif->full_name, sizeof(netif->full_name), sizeof(netif->full_name) - 1, in OsDriverifInitIfname()
79 if (strcmp(tmpNetif->full_name, netif->full_name) == 0) { in OsDriverifInitIfname()
84 LWIP_DEBUGF(DRIVERIF_DEBUG, ("set fullname success %s\n", netif->full_name)); in OsDriverifInitIfname()
88 netif->full_name[0] = '\0'; in OsDriverifInitIfname()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
Ddriverif.c87 if (netif->full_name[0] != '\0') { in driverif_init_ifname()
88 LWIP_DEBUGF(DRIVERIF_DEBUG, ("netif already has fullname %s\n", netif->full_name)); in driverif_init_ifname()
92 if (snprintf_s(netif->full_name, sizeof(netif->full_name), sizeof(netif->full_name) - 1, in driverif_init_ifname()
97 if (strcmp(tmpnetif->full_name, netif->full_name) == 0) { in driverif_init_ifname()
102 LWIP_DEBUGF(DRIVERIF_DEBUG, ("set fullname success %s\n", netif->full_name)); in driverif_init_ifname()
106 netif->full_name[0] = '\0'; in driverif_init_ifname()
/kernel/liteos_a/net/lwip-2.1/porting/include/lwip/
Dnetif.h53 char full_name[IFNAMSIZ]; \
62 char full_name[IFNAMSIZ]; \
92 #define netif_get_name(netif) ((netif)->full_name)
/kernel/linux/linux-5.10/fs/9p/
Dxattr.c144 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_get() local
146 return v9fs_xattr_get(dentry, full_name, buffer, size); in v9fs_xattr_handler_get()
154 const char *full_name = xattr_full_name(handler, name); in v9fs_xattr_handler_set() local
156 return v9fs_xattr_set(dentry, full_name, value, size, flags); in v9fs_xattr_handler_set()
/kernel/linux/linux-5.10/fs/kernfs/
Dinode.c333 const char *full_name, in kernfs_vfs_user_xattr_add() argument
352 ret = simple_xattr_set(xattrs, full_name, value, size, flags, in kernfs_vfs_user_xattr_add()
367 const char *full_name, in kernfs_vfs_user_xattr_rm() argument
376 ret = simple_xattr_set(xattrs, full_name, value, size, flags, in kernfs_vfs_user_xattr_rm()
392 const char *full_name = xattr_full_name(handler, suffix); in kernfs_vfs_user_xattr_set() local
404 return kernfs_vfs_user_xattr_add(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set()
407 return kernfs_vfs_user_xattr_rm(kn, full_name, &attrs->xattrs, in kernfs_vfs_user_xattr_set()
/kernel/uniproton/src/net/lwip-2.1/include/lwip/
Dnetif.h34 char full_name[IFNAMSIZ]; \
56 #define netif_get_name(netif) ((netif)->full_name)
/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/
Dnetif.h50 char full_name[IFNAMSIZ]; \
76 #define netif_get_name(netif) ((netif)->full_name)
/kernel/linux/linux-5.10/drivers/clocksource/
Dtimer-of.c74 np->full_name, clkevt) : in timer_of_irq_init()
77 np->full_name, clkevt); in timer_of_irq_init()
195 to->clkevt.name = np->full_name; in timer_of_init()
Dtimer-stm32.c234 const char *name = to->np->full_name; in stm32_clocksource_init()
272 to->clkevt.name = to->np->full_name; in stm32_clockevent_init()
/kernel/linux/linux-5.10/drivers/clk/renesas/
Dclk-emev2.c77 clk_register_clkdev(clk, np->full_name, NULL); in emev2_smu_clkdiv_init()
95 clk_register_clkdev(clk, np->full_name, NULL); in emev2_smu_gclk_init()
/kernel/linux/linux-5.10/include/linux/
Dof_mdio.h64 dev_err(dev, "%s has invalid PHY address\n", np->full_name); in of_mdio_parse_addr()
71 np->full_name, addr); in of_mdio_parse_addr()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dreconfig.c32 np->full_name = kstrdup(kbasename(path), GFP_KERNEL); in pSeries_reconfig_add_node()
33 if (!np->full_name) in pSeries_reconfig_add_node()
59 kfree(np->full_name); in pSeries_reconfig_add_node()
Ddlpar.c87 dn->full_name = kstrdup(name, GFP_KERNEL); in dlpar_parse_cc_node()
88 if (!dn->full_name) { in dlpar_parse_cc_node()
109 kfree(dn->full_name); in dlpar_free_one_cc_node()
/kernel/linux/linux-5.10/drivers/of/
Ddynamic.c360 kfree(node->full_name); in of_node_release()
420 const char *full_name) in __of_node_dup() argument
427 node->full_name = kstrdup(full_name, GFP_KERNEL); in __of_node_dup()
428 if (!node->full_name) { in __of_node_dup()
Doverlay.c416 node_kbasename = kbasename(node->full_name); in add_changeset_node()
419 if (!of_node_cmp(node_kbasename, kbasename(tchild->full_name))) in add_changeset_node()
545 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_node_entry()
580 of_node_cmp(ce_1->np->full_name, ce_2->np->full_name)) in find_dup_cset_prop()
Dpdt.c162 dp->full_name = of_pdt_build_full_name(dp); in of_pdt_create_node()
206 of_root->full_name = "/"; in of_pdt_build_devicetree()
Dresolver.c142 const char *n1 = kbasename(dn1->full_name); in node_name_cmp()
143 const char *n2 = kbasename(dn2->full_name); in node_name_cmp()
Dunittest.c306 const char *full_name = "/testcase-data/platform-tests/test-device@1/dev@100"; in of_unittest_printf() local
309 np = of_find_node_by_path(full_name); in of_unittest_printf()
317 of_unittest_printf_one(np, "%pOF", full_name); in of_unittest_printf()
318 of_unittest_printf_one(np, "%pOFf", full_name); in of_unittest_printf()
633 i, args.np->full_name, rc); in of_unittest_parse_phandle_with_args_map()
1376 const char *full_name; in attach_node_and_children() local
1378 full_name = kasprintf(GFP_KERNEL, "%pOF", np); in attach_node_and_children()
1380 if (!strcmp(full_name, "/__local_fixups__") || in attach_node_and_children()
1381 !strcmp(full_name, "/__fixups__")) { in attach_node_and_children()
1382 kfree(full_name); in attach_node_and_children()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dbootx.h40 u32 full_name; member
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dbootx_init.c226 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_strings()
286 namep = np->full_name ? (char *)(base + np->full_name) : NULL; in bootx_scan_dt_build_struct()
/kernel/linux/linux-5.10/fs/openpromfs/
Dinode.c204 const char *node_name = kbasename(child->full_name); in openpromfs_lookup()
299 kbasename(child->full_name), in openpromfs_readdir()
300 strlen(kbasename(child->full_name)), in openpromfs_readdir()
/kernel/linux/linux-5.10/tools/iio/
Diio_utils.h59 int iioutils_break_up_name(const char *full_name, char **generic_name);
/kernel/linux/linux-5.10/arch/arm/mach-mvebu/
Dcpu-reset.c54 np->full_name)) { in mvebu_cpu_reset_map()
/kernel/linux/linux-5.10/sound/soc/fsl/
Dimx-audmix.c171 np->full_name); in imx_audmix_probe()
179 audmix_np->full_name); in imx_audmix_probe()
232 fe_name_pref, args.np->full_name + 1); in imx_audmix_probe()

12345