/titanic_41/usr/src/cmd/format/ |
H A D | io.c | 459 struct bounds *bounds; local 798 bounds = (struct bounds *)¶m->io_bounds; 804 bounds->lower); 805 pr_dblock(fmt_print, bounds->lower); 806 fmt_print(") to %llu (", bounds->upper); 807 pr_dblock(fmt_print, bounds->upper); 825 if ((bn64 < bounds->lower) || (bn64 > bounds->upper)) { 842 bounds = (struct bounds *)¶m->io_bounds; 848 bounds->lower); 849 fmt_print(" to %llu\n", bounds->upper); [all …]
|
H A D | io.h | 37 struct bounds { struct 70 struct bounds io_bounds;
|
/titanic_41/usr/src/lib/libtsol/common/ |
H A D | private.c | 234 bslcvtfull(const bslabel_t *label, const blrange_t *bounds, int flags, in bslcvtfull() argument 247 bsfcall.bounds.upper_bound = *bounds->upper_bound; in bslcvtfull() 248 bsfcall.bounds.lower_bound = *bounds->lower_bound; in bslcvtfull() 281 sbounds.upper_bound = *bounds->upper_bound; in bslcvtfull() 282 sbounds.lower_bound = *bounds->lower_bound; in bslcvtfull() 340 bsccall.bounds = sbounds; /* save from last bslcvtfull() call */ in bslcvt() 411 bclearcvtfull(const bclear_t *clearance, const blrange_t *bounds, in bclearcvtfull() argument 424 bcfcall.bounds.upper_bound = *bounds->upper_bound; in bclearcvtfull() 425 bcfcall.bounds.lower_bound = *bounds->lower_bound; in bclearcvtfull() 460 cbounds.upper_bound = *bounds->upper_bound; in bclearcvtfull() [all …]
|
H A D | labeld.h | 221 brange_t bounds; member 242 brange_t bounds; member
|
/titanic_41/usr/src/cmd/avs/errgen/ |
H A D | errgen.help.txt | 63 ARRBOUNDS = Array bounds check exceeded %s size limit 69 #define SV_EARRBOUNDS 0x01030002 /*Array bounds over %s size limit */ 75 `SV_EARRBOUNDS` = Array bounds check exceeded {0} size limit 86 * Array bounds check exceeded %s size limit 100 "Array bounds check exceeded %s size limit",
|
/titanic_41/usr/src/cmd/savecore/ |
H A D | savecore.c | 72 static long bounds = -1; /* numeric suffix */ variable 1571 if (pl & SC_PAYLOAD_INSTANCE && bounds != -1) in raise_event() 1572 err |= nvlist_add_int64(attr, "instance", bounds); in raise_event() 1838 bounds = read_number_from_file("bounds", 0); in main() 1840 bounds = filebounds; in main() 1845 (void) sprintf(corefile, "vmdump.%ld", bounds); in main() 1913 (void) sprintf(namelist, "unix.%ld", bounds); in main() 1914 (void) sprintf(corefile, "vmcore.%ld", bounds); in main() 1921 corefile, savedir, bounds); in main() 1925 savedir, bounds); in main() [all …]
|
/titanic_41/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.
|
/titanic_41/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.
|
/titanic_41/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 …]
|
/titanic_41/usr/src/lib/efcode/fcode_test/ |
H A D | arithmetic.fth | 168 " bounds" -1 3 bounds -1 = swap 2 = and .passed?
|
H A D | loop.fth | 76 " loop.7" h# 10 -37 8 bounds do drop i loop -30 = .passed?
|
/titanic_41/usr/src/lib/libunistat/common/sv/ |
H A D | sv.err | 24 ARRBOUNDS = Array bounds check (min %s, max %s, got %s)
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | ColumnList.java | 677 return canvas.bounds(); in getListBounds()
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | strlcpy.s | 43 ! tracked since it bounds our maximum copy size. However,
|
/titanic_41/usr/src/ |
H A D | Makefile.master | 390 CERRWARN += -_gcc=-Wno-array-bounds
|
/titanic_41/usr/src/lib/fm/libdiagcode/common/tests/ |
H A D | SAMPLE2.dict | 52 # let's just say I was testing the bounds of reality...
|
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 465 bounds do ( adr len gb-adr ) 652 bounds do ( ub ) 781 \ setup leaf hash bounds 867 bounds do ( xt dn ) 906 bounds do ( xt )
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | videodev2.h | 629 struct v4l2_rect bounds; member
|
/titanic_41/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach_asm.s | 643 ! WARNING: no bounds checking
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlcpy.s | 44 ! tracked since it bounds our maximum copy size. However,
|
/titanic_41/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 211 suf-sl-buf -rot bounds do ( dst )
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | RELEASE | 363 92-07-17 fix pp:multiple again, fix ppproto() out of bounds
|
/titanic_41/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
|
/titanic_41/usr/src/cmd/sgs/packages/common/ |
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
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | curses.ed | 162 short _tmarg, _bmarg; /* scrolling region bounds */
|