Searched defs:smax (Results 1 - 9 of 9) sorted by relevance

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

Completed in 202 milliseconds