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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c93 int intv; /* integer return value (from ioctl) */ local
120 retv = strioctl(0, PPPIO_GTYPE, &intv, 0, sizeof (intv));
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c325 uint32_t intv; local
344 intv = cache_lookup(&lc, NULL, cb_esi_portal);
345 if (intv != 0) {
352 if (*intval > intv) {
353 *intval = intv;
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c352 int n, intv; local
367 intv = (int)v;
369 if (sscanf(&value[2], "%x", (unsigned *)&intv) != 1) {
378 intv = (int)(v * 0x7fffffff);
382 fle.consts.consts[n].value = intv;
385 add_init(gpr, intv, NULL);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c4938 /* Return an interval that is anywhere in the [1 .. intv] range */
4940 nce_fuzz_interval(clock_t intv, boolean_t initial_time) argument
4948 if (intv <= 0)
4949 intv = 1;
4951 intv = (rnd % intv) + 1;
4954 if ((frac = intv / 5) <= 1)
4956 /* Set intv randomly in the range [intv-frac .. intv
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c133 #define SKEW_TIME(pri, intv) ((intv) * (256 - (pri)) / 256)
134 #define MASTER_DOWN_INTERVAL(pri, intv) (3 * (intv) + SKEW_TIME((pri), (intv)))
3017 vrrp_log(VRRP_DBG1, "vrrpd_build_vrrp(%s, %s_priority): intv %d",
3268 "(%s/%s/%d) peer/pri/intv(%s/%d/%d)", conf->vvc_name, local,

Completed in 87 milliseconds