Searched refs:maxid (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_dispatch.h54 u_int32_t maxid; member in struct:__db_txnhead
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dispatch.c190 headp->maxid = 0;
218 if (txnid > hp->maxid)
219 hp->maxid = txnid;
311 printf("Maxid: %lu Generation: %lu\n", (u_long)hp->maxid,
H A Ddb_apprec.c228 ((DB_TXNHEAD *)txninfo)->maxid,
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c268 uint32_t maxid, minunused; local
274 maxid = 0;
287 if (ie.ie_iaid > maxid)
288 maxid = ie.ie_iaid;
302 else if (maxid != UINT32_MAX)
303 return (maxid + 1);
/osnet-11/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;

Completed in 23 milliseconds