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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/rt-tester/
H A Drt-tester.py82 intval = int(val)
85 intval = intval / (10 ** int(arg))
86 intval = intval % 10
93 # progress("%d %s %d" %(intval, top[1], argval))
95 if top[1] == "eq" and intval == argval:
97 if top[1] == "lt" and intval < argval:
99 if top[1] == "gt" and intval > argval:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudevcontrol.c59 int *intval; local
84 intval = (int *) ctrl_msg.buf;
87 *intval = log_priority(val);
88 info("send log_priority=%i", *intval);
93 intval = (int *) ctrl_msg.buf;
101 *intval = count;
102 info("send max_childs=%i", *intval);
107 intval = (int *) ctrl_msg.buf;
115 *intval = count;
116 info("send max_childs_running=%i", *intval);
[all...]
H A Dudevd.c647 int *intval; local
710 intval = (int *) ctrl_msg.buf;
711 info("udevd message (SET_LOG_PRIORITY) received, udev_log_priority=%i", *intval);
712 udev_log_priority = *intval;
717 intval = (int *) ctrl_msg.buf;
718 info("udevd message (UDEVD_SET_MAX_CHILDS) received, max_childs=%i", *intval);
719 max_childs = *intval;
722 intval = (int *) ctrl_msg.buf;
723 info("udevd message (UDEVD_SET_MAX_CHILDS_RUNNING) received, max_childs=%i", *intval);
724 max_childs_running = *intval;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.c276 int intval; member in union:YYSTYPE
1261 PC.meridian = yyvsp[0].intval;
1271 PC.meridian = yyvsp[0].intval;
1292 PC.meridian = yyvsp[0].intval;
1310 { PC.local_isdst = yyvsp[0].intval; }
1315 { PC.local_isdst = yyvsp[-1].intval < 0 ? 1 : yyvsp[-1].intval + 1; }
1320 { PC.time_zone = yyvsp[0].intval; }
1325 { PC.time_zone = yyvsp[0].intval + 60; }
1330 { PC.time_zone = yyvsp[-1].intval
[all...]
H A Dgetdate.y173 int intval;
179 %token <intval> tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tLOCAL_ZONE tMERIDIAN
180 %token <intval> tMINUTE_UNIT tMONTH tMONTH_UNIT tSEC_UNIT tYEAR_UNIT tZONE
184 %type <intval> o_merid
844 lvalp->intval = tp->value;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_layer.c210 u32 intval = 0; local
227 intval |= IPATH_LAYER_INT_IF_UP;
229 intval |= IPATH_LAYER_INT_LID;
231 intval |= IPATH_LAYER_INT_BCAST;
236 if (intval)
237 layer_intr(dd->ipath_layer.l_arg, intval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_snmp.c383 long intval;
396 &intval, sizeof(long)))
407 printf ("val: %ld\n", intval);
415 if (intval == BGP_PeerAdmin_stop)
417 else if (intval == BGP_PeerAdmin_start)
424 peer->connect = intval;
425 peer->v_connect = intval;
429 peer->holdtime = intval;
430 peer->v_holdtime = intval;
434 peer->keepalive = intval;
380 long intval; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_ioctl.c343 int intval; local
350 if (get_user(intval, (int __user *)argp))
353 set_disk_ro(bdev->bd_disk, intval);
354 return dasd_set_feature(device->cdev, DASD_FEATURE_READONLY, intval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c184 int cmdindex, intval, ncache, result, ret; local
278 ret = dbp->get_byteswapped(dbp, &intval);
279 res = Tcl_NewIntObj(intval);
463 ret = dbp->get_lorder(dbp, &intval);
464 res = Tcl_NewIntObj(intval);
494 ret = dbp->get_re_delim(dbp, &intval);
497 res = Tcl_NewIntObj(intval);
514 ret = dbp->get_re_pad(dbp, &intval);
517 res = Tcl_NewIntObj((int)intval);
H A Dtcl_mp.c469 int32_t intval; local
558 ret = mp->get_lsn_offset(mp, &intval);
561 res = Tcl_NewIntObj(intval);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_watchdog.c210 typedef int (*action_fn)(const char *intval, char *outval);

Completed in 110 milliseconds