Home
last modified time | relevance | path

Searched refs:bounds (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dio.c421 struct bounds *bounds; in input() local
760 bounds = (struct bounds *)&param->io_bounds; in input()
790 bounds->lower, bounds->upper); in input()
804 bounds = (struct bounds *)&param->io_bounds; in input()
824 bounds->lower, bounds->upper); in input()
835 bounds = (struct bounds *)&param->io_bounds; in input()
856 bn64, bounds->lower, bounds->upper); in input()
870 bounds = (struct bounds *)&param->io_bounds; in input()
890 bounds->lower, bounds->upper); in input()
1130 bn64, bounds->lower, bounds->upper); in input()
[all …]
H A Dio.h37 struct bounds { struct
70 struct bounds io_bounds;
/illumos-gate/usr/src/lib/libtsol/common/
H A Dprivate.c245 bsfcall.bounds.upper_bound = *bounds->upper_bound; in bslcvtfull()
246 bsfcall.bounds.lower_bound = *bounds->lower_bound; in bslcvtfull()
279 sbounds.upper_bound = *bounds->upper_bound; in bslcvtfull()
280 sbounds.lower_bound = *bounds->lower_bound; in bslcvtfull()
338 bsccall.bounds = sbounds; /* save from last bslcvtfull() call */ in bslcvt()
409 bclearcvtfull(const bclear_t *clearance, const blrange_t *bounds, in bclearcvtfull() argument
422 bcfcall.bounds.upper_bound = *bounds->upper_bound; in bclearcvtfull()
423 bcfcall.bounds.lower_bound = *bounds->lower_bound; in bclearcvtfull()
458 cbounds.upper_bound = *bounds->upper_bound; in bclearcvtfull()
459 cbounds.lower_bound = *bounds->lower_bound; in bclearcvtfull()
[all …]
H A Dlabeld.h221 brange_t bounds; member
242 brange_t bounds; member
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c72 static long bounds = -1; /* numeric suffix */ variable
1575 if (pl & SC_PAYLOAD_INSTANCE && bounds != -1) in raise_event()
1576 err |= nvlist_add_int64(attr, "instance", bounds); in raise_event()
1848 bounds = read_number_from_file("bounds", 0); in main()
1850 bounds = filebounds; in main()
1855 (void) sprintf(corefile, "vmdump.%ld", bounds); in main()
1923 (void) sprintf(namelist, "unix.%ld", bounds); in main()
1924 (void) sprintf(corefile, "vmcore.%ld", bounds); in main()
1931 corefile, savedir, bounds); in main()
1935 savedir, bounds); in main()
[all …]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A D_stack_grow.S71 / Move the stack pointer outside the stack bounds if it isn't already.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_stack_grow.S71 / Move the stack pointer outside the stack bounds if it isn't already.
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2158 ! o3 used in primary range bounds check
2159 ! o4 used in primary range bounds check
2325 sub %l0,RANGE_HI,%o3 ! bounds for X1
2326 sub RANGE_LO,%l0,%o4 ! bounds for X1
2472 sub %l1,RANGE_HI,%o3 ! bounds for X2
2473 sub RANGE_LO,%l1,%o4 ! bounds for X2
2577 sub %l2,RANGE_HI,%o3 ! bounds for X3
2578 sub RANGE_LO,%l2,%o4 ! bounds for X3
2684 sub %l0,RANGE_HI,%o3 ! bounds for X1
2685 sub RANGE_LO,%l0,%o4 ! bounds for X1
[all …]
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.S43 ! tracked since it bounds our maximum copy size. However,
/illumos-gate/usr/src/
H A DMakefile.master435 CERRWARN += -_gcc=-Wno-array-bounds
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE2.dict49 # let's just say I was testing the bounds of reality...
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h629 struct v4l2_rect bounds; member
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst310 Range/bounds checking (only used for an unused sparse extension).
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.S44 ! tracked since it bounds our maximum copy size. However,
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE374 92-07-17 fix pp:multiple again, fix ppproto() out of bounds
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc185 * limit bounds the maximum real response to page faults across all ranks
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README1143 6382945 AMD64-GCC: dbx: internal error: dwarf reference attribute out of bounds
1517 6237063 request extension to dl* family to provide segment bounds
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurses.ed162 short _tmarg, _bmarg; /* scrolling region bounds */
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6411 walk a DHCPv6 option list, and provide safe (bounds-checked) access
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog617 - Update ENOUGH and its usage to reflect discovered bounds
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE556 05-04-07 regex/regnexec.c: fix out of bounds boundary check -- ouch
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt9379 AE_STRING_LIMIT on an out-of-bounds Index() operation. (Valery Podrezov,