Searched refs:full_name (Results 76 - 100 of 203) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dauxio_64.c127 dp->full_name);
H A Dof_device_32.c326 op->dev.of_node->full_name, index,
399 sbi->full_name);
406 io_unit->full_name);
435 dp->full_name);
H A Dprom_32.c248 strcpy(of_console_path, dp->full_name);
288 strcpy(of_console_path, dp->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dvio.c90 np->full_name = kstrdup(path, GFP_KERNEL);
91 if (!np->full_name) {
113 kfree(np->full_name);
174 ent = proc_mkdir(strrchr(np->full_name, '/') + 1, parent->pde);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dbootx_init.c228 namep = np->full_name ? (char *)(base + np->full_name) : NULL;
288 namep = np->full_name ? (char *)(base + np->full_name) : NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dreconfig.c39 ent = proc_mkdir(strrchr(np->full_name, '/') + 1, np->parent->pde);
70 * @path: the full_name of a node to be added to the tree
74 * the node with full_name = "/foo".
121 np->full_name = kstrdup(path, GFP_KERNEL);
122 if (!np->full_name)
154 kfree(np->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dsimple_gpio.c151 np->full_name, ret);
H A Dfsl_msi.c313 dev->dev.of_node->full_name);
339 dev->dev.of_node->full_name);
345 dev->dev.of_node->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dn2_core.c1742 dev->dev.of_node->full_name);
1763 dev->dev.of_node->full_name);
1998 const char *full_name; local
2004 full_name = dev->dev.of_node->full_name;
2005 pr_info("Found N2CP at %s\n", full_name);
2010 full_name);
2017 "global resources.\n", full_name);
2025 full_name);
2032 full_name);
2110 const char *full_name; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_nss.h427 fstring full_name; member in struct:winbindd_response::__anon5852::auth_reply::info3_text
447 fstring full_name; member in struct:winbindd_response::__anon5852::__anon5854
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-userinfo21 print " -f full_name\n";
271 smbldap-chfn [-f full_name] [-r room_no] [-w work_ph] [-h home_ph]
290 -f full_name
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dibmebus.c144 return (dn->full_name &&
145 (strcasecmp((char *)data, dn->full_name) == 0));
H A Dpci_64.c121 pr_debug("IO unmapping for PHB %s\n", hose->dn->full_name);
180 pr_debug("IO mapping for PHB %s\n", hose->dn->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dccm.c475 const char *full_name,
540 memcpy(inst->alg.cra_name, full_name, CRYPTO_MAX_ALG_NAME);
579 char full_name[CRYPTO_MAX_ALG_NAME]; local
590 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "ccm(%s)", cipher_name) >=
594 return crypto_ccm_alloc_common(tb, full_name, ctr_name, cipher_name);
618 char full_name[CRYPTO_MAX_ALG_NAME]; local
630 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "ccm_base(%s,%s)",
634 return crypto_ccm_alloc_common(tb, full_name, ctr_name, cipher_name);
474 crypto_ccm_alloc_common(struct rtattr **tb, const char *full_name, const char *ctr_name, const char *cipher_name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_lsa_nt.c165 char *full_name; local
171 full_name = rpcstr_pull_unistr2_talloc(mem_ctx, &name[i]);
172 if (full_name == NULL) {
177 DEBUG(5, ("lookup_lsa_rids: looking up name %s\n", full_name));
182 lookup_name(mem_ctx, full_name, flags, &domain, NULL,
191 DEBUG(5, ("init_lsa_rids: %s found\n", full_name));
196 DEBUG(5, ("init_lsa_rids: %s not found\n", full_name));
240 char *full_name; local
246 full_name = rpcstr_pull_unistr2_talloc(mem_ctx, &name[i]);
247 if (full_name
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/cacusermgr/
H A Dmgr_user.c26 printf(" Full Name : %s\n", info->full_name);
91 printf(" Full Name [%s]: ", info->full_name);
94 info->full_name = talloc_strdup(mem_ctx, tmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libmsrpc/test/
H A Dtest_util.c242 printf(" Full Name : %s\n", info->full_name);
285 printf(" Full Name [%s]: ", info->full_name);
289 info->full_name = talloc_strdup(mem_ctx, tmp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/maple/
H A Dpci.c77 bridge->full_name);
446 DBG("Adding PCI host bridge %s\n", dev->full_name);
451 dev->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dsun_uflash.c60 dp->full_name, (unsigned long long)op->resource[0].start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dof_mdio.c62 child->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac53c94.c430 node->full_name);
437 "assuming 25MHz\n", node->full_name);
446 "command space for %s\n", node->full_name);
459 state->intr, node->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c87 gc->label = np->full_name;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dxes_mpc85xx.c122 np->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dspider-pci.c135 np->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A Dpci.c190 pr_debug("Adding PCI host bridge %s\n", dev->full_name);

Completed in 304 milliseconds

123456789