Searched refs:type_name (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_mfiles.h37 const char *type_name,
H A Dtool_mfiles.c44 * AddMultiFiles: Add a new list node possibly followed with a type_name.
61 const char *type_name,
81 if(type_name) {
85 multi_type->form.value = type_name;
60 AddMultiFiles(const char *file_name, const char *type_name, const char *show_filename, struct multi_files **multi_first, struct multi_files **multi_last) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dirq.c68 const char *type_name = irq_desc[irq].chip->typename; local
71 if (irq_desc[j].chip->typename == type_name){
82 type_name, num);
84 seq_printf(p, " %14s", type_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1021.c214 const char *type_name = ""; local
273 type_name = "max1617";
275 type_name = "max1617a";
277 type_name = "adm1021";
279 type_name = "adm1023";
281 type_name = "thmc10";
283 type_name = "lm84";
285 type_name = "gl523sm";
287 type_name = "mc1066";
291 strlcpy(new_client->name, type_name, I2C_NAME_SIZ
[all...]
H A Dlm85.c1114 const char *type_name = ""; local
1213 type_name = "lm85";
1215 type_name = "lm85b";
1217 type_name = "lm85c";
1219 type_name = "adm1027";
1221 type_name = "adt7463";
1223 type_name = "emc6d100";
1225 type_name = "emc6d102";
1227 strlcpy(new_client->name, type_name, I2C_NAME_SIZE);
H A Dadm1026.c1575 const char *type_name = ""; local
1643 type_name = "adm1026";
1646 type_name = "adm1026";
1654 strlcpy(new_client->name, type_name, I2C_NAME_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-log.h120 struct dirty_log *dm_create_dirty_log(const char *type_name, struct dm_target *ti,
H A Ddm-log.c44 static struct dirty_log_type *get_type(const char *type_name) argument
50 if (!strcmp(type_name, type->name)) {
72 struct dirty_log *dm_create_dirty_log(const char *type_name, struct dm_target *ti, argument
82 type = get_type(type_name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/compressed/
H A Drelocs.c63 static const char *type_name[] = { local
75 if (type < ARRAY_SIZE(type_name)) {
76 name = type_name[type];
116 static const char *type_name[] = { local
132 if (type < ARRAY_SIZE(type_name)) {
133 name = type_name[type];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsetup.c502 char *type_name, *var_name, *p; local
622 cpu->type, &type_name, &var_name);
633 type_name, (*var_name ? " variation " : ""), var_name,
645 type_name, (*var_name ? " variation " : ""),
1041 char **type_name, char **variation_name)
1048 *type_name = systype_names[type];
1051 *type_name = api_names[type - ST_API_BIAS];
1054 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS];
1056 *type_name = sys_unknown;
1040 get_sysnames(unsigned long type, unsigned long variation, unsigned long cpu, char **type_name, char **variation_name) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap_tools.pm810 my $type_name = shift;
816 return $groupmap{$type_name};

Completed in 124 milliseconds