Searched refs:new_class (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c1125 static int count_matching_names(struct lock_class *new_class) argument
1130 if (!new_class->name)
1134 if (new_class->key - new_class->subclass == class->key)
1136 if (class->name && !strcmp(class->name, new_class->name))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/
H A Dex_data.c544 return EX_IMPL(new_class)();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dex_data.c540 return EX_IMPL(new_class)();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c3579 * @new_class: class of the new device
3582 * Compare @new_class and @new_id against @dev and determine
3583 * whether @dev is the device indicated by @new_class and
3590 * 1 if @dev matches @new_class and @new_id, 0 otherwise.
3592 static int ata_dev_same_device(struct ata_device *dev, unsigned int new_class, argument
3599 if (dev->class != new_class) {
3601 dev->class, new_class);

Completed in 118 milliseconds