/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/ |
H A D | alloca.s | 42 ! we want to bump %sp by the requested size 49 sub %sp, %o0, %sp ! bump to new value
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | alloca.s | 37 ! we want to bump %sp by the requested size 44 sub %sp, %o0, %sp ! bump to new value
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | alloca.s | 36 ! we want to bump %sp by the requested size 43 sub %sp, %o0, %sp ! bump to new value
|
/illumos-gate/usr/src/uts/sparc/v9/ml/ |
H A D | crt.s | 75 add %i7, 0x4, %i7 ! bump return address 100 add %i7, 0x4, %i7 ! bump return address
|
H A D | lock_prim.s | 507 inc %o3 ! bump kpri
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_bind.c | 215 int i, bump; local 235 bump = 0; 237 bump = port % (tcps->tcps_largest_anon_port - 240 port = tcps->tcps_smallest_anon_port + bump;
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btxldr/ |
H A D | btxldr.S | 97 addl $0x4,%ebx # bump pointer
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_module.c | 165 topo_mod_lookup(topo_hdl_t *thp, const char *name, int bump) argument 172 if (mod != NULL && bump != 0)
|
/illumos-gate/usr/src/uts/sun4u/starfire/ml/ |
H A D | idn_asm.s | 180 inc %o3 ! bump the BUSY counter 238 inc %o2 ! bump the NACK counter
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 1567 trace_textout(Sfio_t* sp, register char* p, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog, int line) argument 1571 message((-21, "opthelp: txt#%d +++ %2d \"%s\" style=%d level=%d bump=%d", line, ++depth, show(p), style, level, bump)); 1572 p = textout(sp, p, style, level, bump, ip, version, id, catalog); 1580 textout(Sfio_t* sp, register char* p, int style, int level, int bump, Sfio_t* ip, int version, char* id, char* catalog) argument 1583 #define textout(sp,p,style,level,bump,ip,version,id,catalog) trace_textout(sp,p,style,level,bump,ip,version,id,catalog,__LINE__) 1663 if (c == '+' || c == '-' && (bump = 3) || c != ' ' && level > 1) 1727 p = textout(sp, p, style, level + bump + par + 1, 0, ip, version, id, catalog); 1748 for (n = 0; n < bump [all...] |
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 2010 * this option doesn't bump the token count
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 2527 int i, bump; local 2548 bump = 0; 2550 bump = port % (us->us_largest_anon_port - 2554 port = us->us_smallest_anon_port + bump;
|
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.s | 668 ! through both buffers without having to bump each buffer's 947 ! through both buffers without having to bump each buffer's
|
H A D | niagara_copy.s | 4461 ! through both buffers without having to bump each buffer's 6653 ! through both buffers without having to bump each buffer's
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.s | 2270 ! through both buffers without having to bump each buffer's 3522 ! through both buffers without having to bump each buffer's
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.s | 1385 add %r11,%rdx # bump rdx to the right addr (it lagged behind in the above loop)
|