Searched refs:full_name (Results 1 - 25 of 203) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dxattr_user.c26 char *full_name; local
37 full_name = kmalloc(prefix_len + name_len + 1 , GFP_KERNEL);
38 if (!full_name)
40 memcpy(full_name, XATTR_USER_PREFIX, prefix_len);
41 memcpy(full_name+prefix_len, name, name_len);
42 full_name[prefix_len + name_len] = '\0';
44 retval = v9fs_xattr_get(dentry, full_name, buffer, size);
45 kfree(full_name);
53 char *full_name; local
64 full_name
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c111 char *full_name; local
134 full_name = concat_path_file(rootdir, name);
137 bb_make_directory(full_name, mode | S_IFDIR, FILEUTILS_RECUR);
138 if (chown(full_name, uid, gid) == -1) {
139 bb_perror_msg("line %d: chown failed for %s", linenum, full_name);
143 if ((mode != -1) && (chmod(full_name, mode) < 0)){
144 bb_perror_msg("line %d: chmod failed for %s", linenum, full_name);
150 if ((stat(full_name, &st) < 0 || !S_ISREG(st.st_mode))) {
151 bb_perror_msg("line %d: regular file '%s' does not exist", linenum, full_name);
155 if (chown(full_name, ui
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dof_rtc.c41 node->full_name);
49 node->full_name);
54 node->full_name, plat_name,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dunsquashfs_xattr.c52 int res = lsetxattr(pathname, xattr_list[i].full_name,
58 xattr_list[i].full_name, pathname,
70 xattr_list[i].full_name, pathname);
H A Dread_xattrs.c150 xattr->full_name = malloc(len + entry->size + 1);
151 if(xattr->full_name == NULL) {
155 memcpy(xattr->full_name, prefix_table[i].prefix, len);
156 memcpy(xattr->full_name + len, name, entry->size);
157 xattr->full_name[len + entry->size] = '\0';
158 xattr->name = xattr->full_name + len;
333 entry.type, entry.size, xattr_list[j].full_name);
H A Dxattr.c108 xattr->full_name = strdup(name);
112 if(strncmp(xattr->full_name, p->prefix, strlen(p->prefix)) == 0)
117 xattr->name = xattr->full_name + strlen(prefix_table[i].prefix);
178 xattr_list[i].full_name);
179 free(xattr_list[i].full_name);
185 vsize = lgetxattr(filename, xattr_list[i].full_name,
191 free(xattr_list[i].full_name);
198 free(xattr_list[i].full_name);
202 vsize = lgetxattr(filename, xattr_list[i].full_name,
213 free(xattr_list[i].full_name);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dof_i2c.c37 dev_dbg(&adap->dev, "of_i2c: register %s\n", node->full_name);
41 node->full_name);
48 node->full_name);
55 info.addr, node->full_name);
68 node->full_name);
H A Dof_spi.c38 nc->full_name);
47 nc->full_name);
56 nc->full_name);
74 nc->full_name);
92 nc->full_name);
H A Dgpio.c53 np->full_name, gpio_np->full_name);
62 np->full_name, gpio_np->full_name);
180 gc->label = kstrdup(np->full_name, GFP_KERNEL);
200 np->full_name, gc->base);
208 np->full_name, ret);
H A Dirq.c103 parent->full_name, be32_to_cpup(intspec),
127 pr_debug("of_irq_map_raw: ipar=%s, size=%d\n", ipar->full_name, intsize);
256 pr_debug(" -> new parent: %s\n", newpar ? newpar->full_name : "<>");
286 pr_debug("of_irq_map_one: dev=%s, index=%d\n", device->full_name, index);
344 r->name = dev->full_name;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Devent_sources.c47 np->full_name);
68 np->full_name);
80 "%d for %s\n", virqs[i], np->full_name);
H A Ddlpar.c79 * prepend this to the full_name.
82 dn->full_name = kasprintf(GFP_KERNEL, "/%s", name);
83 if (!dn->full_name) {
101 kfree(dn->full_name);
262 dn->parent = derive_parent(dn->full_name);
270 dn->full_name);
277 ent = proc_mkdir(strrchr(dn->full_name, '/') + 1, dn->parent->pde);
426 * cpus directory so we need to fixup the full_name.
428 cpu_name = kasprintf(GFP_KERNEL, "/cpus%s", dn->full_name);
435 kfree(dn->full_name);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/86xx/
H A Dgef_gpio.c110 pr_debug("%s: Initialising GEF GPIO\n", np->full_name);
116 np->full_name);
132 pr_err("%s: Unable to add GPIO\n", np->full_name);
138 pr_debug("%s: Initialising GEF GPIO\n", np->full_name);
144 np->full_name);
160 pr_err("%s: Unable to add GPIO\n", np->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dreset.c45 root->full_name, gpio->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dtah.c61 ofdev->dev.of_node->full_name);
102 np->full_name);
112 np->full_name);
121 np->full_name);
131 "TAH %s initialized\n", ofdev->dev.of_node->full_name);
H A Drgmii.c105 ofdev->dev.of_node->full_name);
115 ofdev->dev.of_node->full_name, input, rgmii_mode_name(mode));
242 np->full_name);
252 np->full_name);
261 np->full_name);
281 ofdev->dev.of_node->full_name,
H A Dzmii.c124 ofdev->dev.of_node->full_name,
131 ofdev->dev.of_node->full_name, *mode, input);
246 np->full_name);
257 np->full_name);
266 np->full_name);
277 "ZMII %s initialized\n", ofdev->dev.of_node->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Drpaphp_pci.c98 err("%s: no pci_bus for dn %s\n", __func__, slot->dn->full_name);
128 dbg("%s: pci_devs of slot[%s]\n", __func__, slot->dn->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci_of_scan.c215 pr_debug("of_scan_pci_bridge(%s)\n", node->full_name);
221 node->full_name);
227 node->full_name);
234 node->full_name);
261 " for bridge %s\n", node->full_name);
267 " for bridge %s\n", node->full_name);
308 node->full_name, bus->number);
312 pr_debug(" * %s\n", child->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Daxon_msi.c188 dn->full_name);
337 msic->irq_host->of_node->full_name);
353 pr_devel("axon_msi: setting up dn %s\n", dn->full_name);
358 dn->full_name);
368 dn->full_name);
375 dn->full_name);
383 dn->full_name);
390 dn->full_name);
399 dn->full_name);
428 printk(KERN_DEBUG "axon_msi: setup MSIC on %s\n", dn->full_name);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dof_device_64.c343 op->dev.of_node->full_name, num_reg, PROMREG_MAX);
402 op->dev.of_node->full_name, index,
549 dp->full_name, orig_irq, irq);
580 op->dev.of_node->full_name,
581 pp->full_name, this_orig_irq,
582 (iret ? iret->full_name : "NULL"), irq);
599 op->dev.of_node->full_name,
600 pp->full_name, this_orig_irq,
620 op->dev.of_node->full_name, ip->full_name, orig_ir
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Defika.c101 ": Can't get bus-range for %s\n", pcictrl->full_name);
111 printk(" controlled by %s\n", pcictrl->full_name);
118 pcictrl->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dsoc-of-simple.c109 pr_info("registering ASoC codec driver: %s\n", node->full_name);
143 pr_info("registering ASoC platform driver: %s\n", node->full_name);
151 pr_info("looking for codec: %s\n", codec_node->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dmknissmbpwdtbl.sh28 full_name=,nw+r \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dnetlookup.c193 NTSTATUS net_lookup_sid_from_name(TALLOC_CTX *ctx, const char *full_name, DOM_SID *pret_sid) argument
208 &full_name,

Completed in 627 milliseconds

123456789