Searched refs:new_property (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dreconfig.c269 static struct property *new_property(const char *name, const int length, function
322 prop = new_property(name, length, value, last);
390 prop = new_property(name, length, value, NULL);
438 newprop = new_property(name, length, value, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dvio.c62 static struct property *new_property(const char *name, int length, function
120 struct property *nprop = new_property(name, strlen(value) + 1, value);
131 struct property *nprop = new_property(name, length, value);

Completed in 42 milliseconds