Searched defs:maxid (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_register.c41 u_int32_t maxid; local
71 for (maxid = 0, fnp = SH_TAILQ_FIRST(&dblp->lp->fq, __fname);
82 if (maxid <= fnp->id)
83 maxid = fnp->id + 1;
93 fnp->id = maxid;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_dispatch.h54 u_int32_t maxid; member in struct:__db_txnhead
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c265 uint32_t maxid, minunused; local
270 maxid = 0;
283 if (ie.ie_iaid > maxid)
284 maxid = ie.ie_iaid;
298 else if (maxid != UINT32_MAX)
299 return (maxid + 1);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c93 * Increase size of the ss_assocs array to accommodate at least maxid.
97 sosctp_aid_grow(struct sctp_sonode *ss, sctp_assoc_t maxid, int kmflags) argument
103 for (newcnt = 1; newcnt <= maxid; newcnt = (newcnt << 1) | 1) {
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dctf.c902 caddr_t ctfdata, int maxid)
927 * A maxid of zero indicates a request to resurrect all types, so reset
928 * maxid to the maximum type id.
930 if (maxid == 0)
931 maxid = CTF_MAX_TYPE;
934 if (tid > maxid)
901 resurrect_types(ctf_header_t *h, tdata_t *td, tdesc_t **tdarr, int tdsize, caddr_t ctfdata, int maxid) argument
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c137 int maxid; /* Number of (also maximum ID of) lit expressions */ member in struct:re_re
189 (int)((r)->maxid * sizeof (FID))), \
225 static int toklit, parno, maxid; variable
454 r->ptr = (Expr **)egmalloc(r->maxid * sizeof (Expr *));
456 n = r->maxid * sizeof (FID);
476 if ((e->id < 0) || (e->id >= r->maxid)) {
913 maxid = 1;
917 r->maxid = maxid;
932 if (e->lit) e->id = maxid
[all...]

Completed in 75 milliseconds