Searched refs:full_name (Results 101 - 125 of 203) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dpci_dlpar.c141 pr_debug("PCI: Initializing new hotplug PHB %s\n", dn->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmv64x60_pci.c139 " bus 0\n", dev->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci-common.c192 if (np == NULL || np->full_name == NULL)
194 return sprintf(buf, "%s", np->full_name);
266 oirq.controller ? oirq.controller->full_name :
668 dev->full_name, primary ? "(primary)" : "");
790 res->name = dev->full_name;
1515 hose->dn->full_name, hose->global_number);
1536 hose->dn->full_name, hose->global_number);
1645 node ? node->full_name : "<NO NAME>");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dgcm.c691 const char *full_name,
755 memcpy(inst->alg.cra_name, full_name, CRYPTO_MAX_ALG_NAME);
793 char full_name[CRYPTO_MAX_ALG_NAME]; local
804 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "gcm(%s)", cipher_name) >=
808 return crypto_gcm_alloc_common(tb, full_name, ctr_name, "ghash");
832 char full_name[CRYPTO_MAX_ALG_NAME]; local
844 if (snprintf(full_name, CRYPTO_MAX_ALG_NAME, "gcm_base(%s,%s)",
848 return crypto_gcm_alloc_common(tb, full_name, ctr_name, ghash_name);
690 crypto_gcm_alloc_common(struct rtattr **tb, const char *full_name, const char *ctr_name, const char *ghash_name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dlibmsrpc_internal.c371 UNISTR2 full_name; local
405 init_unistr2( &full_name, info->full_name, UNI_STR_TERMINATE );
419 init_sam_user_info21W( ctr->info.id21, &logon_time, &logoff_time, &kickoff_time, &pass_last_set_time, &pass_can_change_time, &pass_must_change_time, &user_name, &full_name, &home_dir, &dir_drive, &log_scr, &prof_path, &desc, &wkstas, &unk, &mung_dial, info->lm_password, info->nt_password, info->rid, info->group_rid, info->acb_mask, flags, 168, /*logon divs */
474 info->full_name =
476 if ( !info->full_name )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Diommu.c281 np->full_name);
446 np->full_name);
533 dev->of_node ? dev->of_node->full_name : "?",
702 np->full_name);
706 nid, np->full_name);
711 np->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dswim3.c1033 index, swim->full_name);
1038 index, swim->full_name);
1042 index, swim->full_name);
1047 index, swim->full_name);
1063 index, swim->full_name);
1071 index, swim->full_name);
1092 index, fs->swim3_intr, swim->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci-common.c188 if (np == NULL || np->full_name == NULL)
190 return sprintf(buf, "%s", np->full_name);
257 oirq.controller ? oirq.controller->full_name :
660 dev->full_name, primary ? "(primary)" : "");
786 res->name = dev->full_name;
1478 hose->dn->full_name, hose->global_number);
1497 hose->dn->full_name, hose->global_number);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dcompat.c696 char full_name[AVAHI_DOMAIN_NAME_MAX]; local
706 ret = avahi_service_name_join(full_name, sizeof(full_name), name, type, domain);
709 strcat(full_name, ".");
711 sdref->service_resolver_callback(sdref, 0, interface, kDNSServiceErr_NoError, full_name, host_name, htons(port), l, (unsigned char*) p, sdref->context);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dpdbedit.c736 static char *full_name = NULL; local
769 {"fullname", 'f', POPT_ARG_STRING, &full_name, 0, "set full name", NULL},
840 (full_name ? BIT_FULLNAME : 0) +
1022 return new_user (bdef, user_name, full_name, home_dir,
1038 return set_user_info (bdef, user_name, full_name, home_dir,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dcompat.c696 char full_name[AVAHI_DOMAIN_NAME_MAX]; local
706 ret = avahi_service_name_join(full_name, sizeof(full_name), name, type, domain);
709 strcat(full_name, ".");
711 sdref->service_resolver_callback(sdref, 0, interface, kDNSServiceErr_NoError, full_name, host_name, htons(port), l, (unsigned char*) p, sdref->context);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dplatform.c685 pr_debug(" create child: %s\n", child->full_name);
730 pr_debug(" starting at: %s\n", root->full_name);
750 pr_debug(" match: %s\n", child->full_name);
H A Ddevice.c56 return sprintf(buf, "%s\n", ofdev->dev.of_node->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtime_64.c409 op->dev.of_node->full_name, op->resource[0].start);
466 op->dev.of_node->full_name, op->resource[0].start);
531 dp->full_name, op->resource[0].start);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dppc4xx_edac.c1077 mci->dev_name = np->full_name;
1283 "ECC is disabled.\n", np->full_name);
1302 np->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dpmac.c1156 mdev->ofdev.dev.of_node->full_name);
1164 "%s!\n", mdev->ofdev.dev.of_node->full_name);
1171 "13\n", mdev->ofdev.dev.of_node->full_name);
1189 mdev->ofdev.dev.of_node->full_name);
1281 "%s\n", np->full_name);
1289 "%s\n", np->full_name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_kostya.c120 const char *full_name; member in struct:prores_profile
128 .full_name = "proxy",
136 .full_name = "LT",
144 .full_name = "standard",
152 .full_name = "high quality",
160 .full_name = "4444",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dpassword.c235 fstrcpy(vuser->user.full_name,
280 vuser->user.full_name));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dcore.c131 printk(KERN_ERR "%s: %s\n", dev->ofdev->dev.of_node->full_name,
2146 dev->cell_index, dev->ofdev->dev.of_node->full_name);
2331 np->full_name, name);
2416 printk(KERN_WARNING "%s: can't find PHY!\n", np->full_name);
2562 np->full_name);
2586 np->full_name);
2596 np->full_name);
2606 np->full_name);
2615 np->full_name);
2690 np->full_name);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd.h114 char *full_name; member in struct:__anon5837
H A Dwinbindd_ads.c236 (*info)[i].full_name = gecos;
482 &info->homedir, &info->shell, &info->full_name, &info->primary_gid );
484 if (info->full_name == NULL) {
485 info->full_name = ads_pull_string(ads, mem_ctx, msg, "name");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Ddisplay7seg.c219 op->dev.of_node->full_name,
H A Dflash.c188 op->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 Drpadlpar_core.c154 __func__, dn->full_name);
H A Drpaphp_core.c319 dbg("Entry %s: dn->full_name=%s\n", __func__, dn->full_name);

Completed in 152 milliseconds

123456789