Home
last modified time | relevance | path

Searched refs:smax (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/fgrep/
H A Dfgrep.c121 } *w = NULL, *smax, *q; variable
529 s = smax = w; in cgotofn()
547 if (smax >= &w[input_size -1]) in cgotofn()
549 s->link = ++smax; in cgotofn()
550 s = smax; in cgotofn()
567 if (smax >= &w[input_size -1]) in cgotofn()
569 s->link = ++smax; in cgotofn()
570 s = smax; in cgotofn()
581 if (smax >= &w[input_size -1]) in cgotofn()
583 s->nst = ++smax; in cgotofn()
[all …]
/titanic_41/usr/src/cmd/refer/
H A Dglue5.c37 *www, *smax, *q; variable
269 s = smax = www; in cgotofn()
288 if (smax >= &www[MAXSIZ - 1]) overflo(); in cgotofn()
289 s->link = ++smax; in cgotofn()
290 s = smax; in cgotofn()
301 if (smax >= &www[MAXSIZ - 1]) overflo(); in cgotofn()
302 s->nst = ++smax; in cgotofn()
303 s = smax; in cgotofn()
307 smax->out = 1; in cgotofn()
/titanic_41/usr/src/lib/nsswitch/ldap/common/
H A Dgetspent.c78 char **uid, **passwd, **last, **smin, **smax; in _nss_ldap_shadow2str() local
160 smax = __ns_ldap_getAttr(result->entry, _S_MAX); in _nss_ldap_shadow2str()
161 if (smax == NULL || smax[0] == NULL) in _nss_ldap_shadow2str()
164 max_str = smax[0]; in _nss_ldap_shadow2str()
/titanic_41/usr/src/cmd/bnu/
H A Dfio.c195 char *smax; local
199 smax = str + MAXMSGLEN - 1;
210 if (str++ >= smax)
/titanic_41/usr/src/lib/libpool/common/
H A Dpool_commit.c152 uint64_t smin, smax, dmax; in commit_create() local
198 resource_get_max(pool_elem_res(src), &smax) != PO_SUCCESS || in commit_create()
207 pool_value_set_uint64(&val, smax); in commit_create()
328 uint64_t smin, smax, dmax; in commit_update() local
333 resource_get_max(pool_elem_res(e1), &smax) != in commit_update()
344 pool_value_set_uint64(&val, smax); in commit_update()
/titanic_41/usr/src/lib/libeti/form/inc/
H A Dform.h67 int smax; /* bottom rightmost */ member
H A Dutility.h126 #define Smax(f, p) ((f) -> page [p].smax)
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3415 uint32_t smax; in tcp_ss_rexmit() local
3427 smax = tcp->tcp_rexmit_max; in tcp_ss_rexmit()
3437 while (SEQ_LT(snxt, smax) && (win > 0) && (snxt_mp != NULL)) { in tcp_ss_rexmit()
3445 if (SEQ_GT(snxt + cnt, smax)) { in tcp_ss_rexmit()
3446 cnt = smax - snxt; in tcp_ss_rexmit()
3474 if (SEQ_LT(snxt, smax) || win == 0) { in tcp_ss_rexmit()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c977 GElf_Word smax = gst->gst_file->gf_shnum; in gelf32_symtab_init() local
981 if (sym->st_shndx > SHN_UNDEF && sym->st_shndx < smax) { in gelf32_symtab_init()
1074 GElf_Word smax = gst->gst_file->gf_shnum; in gelf64_symtab_init() local
1078 if (sym->st_shndx > SHN_UNDEF && sym->st_shndx < smax) { in gelf64_symtab_init()
/titanic_41/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1569 uint64_t smin, smax, dmax; in process_min_max() local
1590 (void) pool_value_get_uint64(maxprop->prop_value, &smax); in process_min_max()
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c4215 uint32_t smax; in tcp_ss_rexmit() local
4227 smax = tcp->tcp_rexmit_max; in tcp_ss_rexmit()
4237 while (SEQ_LT(snxt, smax) && (win > 0) && in tcp_ss_rexmit()
4246 if (SEQ_GT(snxt + cnt, smax)) { in tcp_ss_rexmit()
4247 cnt = smax - snxt; in tcp_ss_rexmit()
4280 if (SEQ_LT(snxt, smax) || win == 0) { in tcp_ss_rexmit()