/illumos-gate/usr/src/cmd/format/ |
H A D | io.c | 421 struct bounds *bounds; in input() local 760 bounds = (struct bounds *)¶m->io_bounds; in input() 766 bounds->lower); in input() 767 pr_dblock(fmt_print, bounds->lower); in input() 768 fmt_print(") to %llu (", bounds->upper); in input() 769 pr_dblock(fmt_print, bounds->upper); in input() 786 if ((bn64 < bounds->lower) || (bn64 > bounds->upper)) { in input() 790 bounds->lower, bounds->upper); in input() 804 bounds = (struct bounds *)¶m->io_bounds; in input() 810 bounds->lower); in input() [all …]
|
H A D | io.h | 37 struct bounds { struct 70 struct bounds io_bounds;
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | private.c | 232 bslcvtfull(const bslabel_t *label, const blrange_t *bounds, int flags, in bslcvtfull() argument 245 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() [all …]
|
H A D | labeld.h | 221 brange_t bounds; member 242 brange_t bounds; member
|
/illumos-gate/usr/src/cmd/savecore/ |
H A D | savecore.c | 73 static long bounds = -1; /* numeric suffix */ variable 1602 if (pl & SC_PAYLOAD_INSTANCE && bounds != -1) in raise_event() 1603 err |= nvlist_add_int64(attr, "instance", bounds); in raise_event() 1875 bounds = read_number_from_file("bounds", 0); in main() 1877 bounds = filebounds; in main() 1882 (void) sprintf(corefile, "vmdump.%ld", bounds); in main() 1950 (void) sprintf(namelist, "unix.%ld", bounds); in main() 1951 (void) sprintf(corefile, "vmcore.%ld", bounds); in main() 1958 corefile, savedir, bounds); in main() 1962 savedir, bounds); in main() [all …]
|
/illumos-gate/usr/src/uts/i86pc/dr/ |
H A D | Makefile | 67 CERRWARN += -_gcc=-Wno-array-bounds
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | _stack_grow.S | 71 / 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.S | 71 / 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.S | 2158 ! 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 D | strlcpy.S | 43 ! tracked since it bounds our maximum copy size. However,
|
/illumos-gate/usr/src/ |
H A D | Makefile.master | 354 # bounds based on undefined behavior (!!). This can lead to some VERY 446 CERRWARN += -_gcc=-Wno-array-bounds
|
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | SAMPLE2.dict | 49 # let's just say I was testing the bounds of reality...
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | videodev2.h | 629 struct v4l2_rect bounds; member
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | IR.rst | 310 Range/bounds checking (only used for an unused sparse extension).
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlcpy.S | 44 ! tracked since it bounds our maximum copy size. However,
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | RELEASE | 374 92-07-17 fix pp:multiple again, fix ppproto() out of bounds
|
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 185 * limit bounds the maximum real response to page faults across all ranks
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 1143 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 D | curses.ed | 162 short _tmarg, _bmarg; /* scrolling region bounds */
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README.v6 | 411 walk a DHCPv6 option list, and provide safe (bounds-checked) access
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 617 - Update ENOUGH and its usage to reflect discovered bounds
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 556 05-04-07 regex/regnexec.c: fix out of bounds boundary check -- ouch
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 9379 AE_STRING_LIMIT on an out-of-bounds Index() operation. (Valery Podrezov,
|