Searched defs:intv (Results 1 - 4 of 4) 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...]

Completed in 84 milliseconds