Searched refs:xval (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/groups/
H A Dgroups.c64 int xval = 0; local
82 xval = 1;
91 xval = 1;
99 return (xval);
/illumos-gate/usr/src/cmd/sh/
H A Dxec.c397 int xval; local
398 xval = execute(lstptr(t)->lstlef, XEC_NOSTOP, 0);
399 if ((xval == 0) == (type == TAND))
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c618 uint64_t xval; local
627 xval = (uint64_t)xreg->pr_un.pr_v8p.pr_xg[xr] << 32 |
629 (void) printf(" %s = 0x%.16" PRIX64, regname[gr], xval);
635 xval = (uint64_t)xreg->pr_un.pr_v8p.pr_xo[xr] << 32 |
637 (void) printf(" %s = 0x%.16" PRIX64, regname[gr], xval);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c475 y_of_x(table_t *tbl, int xval) argument
489 if ((xval < xymap[0].x) || (xval > xymap[entries - 1].x))
490 return (xval);
491 if (xval == xymap[0].x)
493 if (xval == xymap[entries - 1].x)
497 if (xval == xymap[i].x)
499 if (xval < xymap[i].x)
509 newval = xymap[i - 1].y + slope * (xval - xymap[i - 1].x);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c337 y_of_x(table_t *tbl, int xval) argument
347 if (xval <= xymap[0].x)
349 else if (xval >= xymap[entries - 1].x)
353 if (xval == xymap[i].x)
355 if (xval < xymap[i].x)
365 newval = xymap[i - 1].y + slope * (xval - xymap[i - 1].x);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c538 y_of_x(table_t *tbl, int xval) argument
548 if (xval <= xymap[0].x)
550 else if (xval >= xymap[entries - 1].x)
554 if (xval == xymap[i].x)
556 if (xval < xymap[i].x)
566 newval = xymap[i - 1].y + slope * (xval - xymap[i - 1].x);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c1015 char **xp=0, *xval, *libenv = (libpath?libpath->lib:0); local
1091 xval = *--xp;
1130 *xp = xval;

Completed in 84 milliseconds