Searched defs:bump (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c165 topo_mod_lookup(topo_hdl_t *thp, const char *name, int bump) argument
172 if (mod != NULL && bump != 0)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c215 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/lib/libast/common/misc/
H A Doptget.c1567 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/uts/common/inet/udp/
H A Dudp.c2527 int i, bump; local
2548 bump = 0;
2550 bump = port % (us->us_largest_anon_port -
2554 port = us->us_smallest_anon_port + bump;

Completed in 60 milliseconds