Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmemset_s.c46 memset_s(void *s, rsize_t smax, int c, rsize_t n) in memset_s() argument
53 lim = n < smax ? n : smax; in memset_s()
57 } else if (smax > RSIZE_MAX) { in memset_s()
71 } else if (n > smax) { in memset_s()
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c34 *www, *smax, *q; variable
266 s = smax = www; in cgotofn()
285 if (smax >= &www[MAXSIZ - 1]) overflo(); in cgotofn()
286 s->link = ++smax; in cgotofn()
287 s = smax; in cgotofn()
298 if (smax >= &www[MAXSIZ - 1]) overflo(); in cgotofn()
299 s->nst = ++smax; in cgotofn()
300 s = smax; in cgotofn()
304 smax->out = 1; in cgotofn()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/bnu/
H A Dfio.c193 char *smax; local
197 smax = str + MAXMSGLEN - 1;
208 if (str++ >= smax)
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c150 uint64_t smin, smax, dmax; in commit_create() local
196 resource_get_max(pool_elem_res(src), &smax) != PO_SUCCESS || in commit_create()
205 pool_value_set_uint64(&val, smax); in commit_create()
326 uint64_t smin, smax, dmax; in commit_update() local
331 resource_get_max(pool_elem_res(e1), &smax) != in commit_update()
342 pool_value_set_uint64(&val, smax); in commit_update()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h65 int smax; /* bottom rightmost */ member
H A Dutility.h124 #define Smax(f, p) ((f) -> page [p].smax)
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c3520 uint32_t smax; in tcp_ss_rexmit() local
3532 smax = tcp->tcp_rexmit_max; in tcp_ss_rexmit()
3542 while (SEQ_LT(snxt, smax) && (win > 0) && (snxt_mp != NULL)) { in tcp_ss_rexmit()
3550 if (SEQ_GT(snxt + cnt, smax)) { in tcp_ss_rexmit()
3551 cnt = smax - snxt; in tcp_ss_rexmit()
3581 if (SEQ_LT(snxt, smax) || win == 0) { in tcp_ss_rexmit()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1567 uint64_t smin, smax, dmax; in process_min_max() local
1588 (void) pool_value_get_uint64(maxprop->prop_value, &smax); in process_min_max()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c4213 uint32_t smax; in tcp_ss_rexmit() local
4225 smax = tcp->tcp_rexmit_max; in tcp_ss_rexmit()
4235 while (SEQ_LT(snxt, smax) && (win > 0) && in tcp_ss_rexmit()
4244 if (SEQ_GT(snxt + cnt, smax)) { in tcp_ss_rexmit()
4245 cnt = smax - snxt; in tcp_ss_rexmit()
4278 if (SEQ_LT(snxt, smax) || win == 0) { in tcp_ss_rexmit()