Searched refs:match_value (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/plugins/auth-pam/
H A Dauth-pam.c584 const char *match_value = list->data[j].value; local
595 match_value);
597 if (strstr(match_value, "USERNAME"))
598 aresp[i].resp = searchandreplace(match_value, "USERNAME", up->username);
599 else if (strstr(match_value, "PASSWORD"))
600 aresp[i].resp = searchandreplace(match_value, "PASSWORD", up->password);
601 else if (strstr(match_value, "COMMONNAME"))
602 aresp[i].resp = searchandreplace(match_value, "COMMONNAME", up->common_name);
604 aresp[i].resp = strdup (match_value);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevtrigger.c177 char *match_value; local
182 match_value = strchr(attr, '=');
183 if (match_value != NULL) {
184 match_value[0] = '\0';
185 match_value = &match_value[1];
192 if (match_value != NULL) {
209 if (fnmatch(match_value, value, 0) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/clocksource/
H A Dsh_cmt.c44 unsigned long match_value; member in struct:sh_cmt_priv
236 if (has_wrapped && (new_match > p->match_value)) {
254 p->match_value = new_match;
265 p->match_value = new_match;
311 p->total_cycles += p->match_value;
337 || (p->match_value == p->next_match_value))
406 raw += p->match_value;
561 p->match_value = p->max_match_value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-pip-defs.h861 uint64_t match_value:16; member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_s
872 uint64_t match_value:16; member in struct:cvmx_pip_qos_watchx::cvmx_pip_qos_watchx_cn30xx
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c6989 int match_value; local
6992 if (ejArgs(argc, argv, "%d", &match_value) < 1) {
6999 if( match_value == 0 )
7008 if( nv_value == match_value) {

Completed in 267 milliseconds