Searched refs:psection (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/conf/
H A Dconf_def.c223 char *start,*psection,*pname; local
352 psection=NULL;
358 psection=pname;
386 if (psection == NULL) psection=section;
396 if (!str_copy(conf,psection,&(v->value),start)) goto err;
398 if (strcmp(psection,section) != 0)
400 if ((tv=_CONF_get_section(conf,psection))
402 tv=_CONF_new_section(conf,psection);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_def.c223 char *start,*psection,*pname; local
352 psection=NULL;
358 psection=pname;
386 if (psection == NULL) psection=section;
396 if (!str_copy(conf,psection,&(v->value),start)) goto err;
398 if (strcmp(psection,section) != 0)
400 if ((tv=_CONF_get_section(conf,psection))
402 tv=_CONF_new_section(conf,psection);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/
H A Dmemory.c154 unsigned long psection; local
160 psection = mem->phys_index;
161 first_page = pfn_to_page(psection << PFN_SECTION_SHIFT);
175 psection, i);

Completed in 182 milliseconds