Searched defs:maxkey (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c53 unsigned maxkey; member in struct:fm_dc_handle
137 static const char Maxkey[] = "maxkey";
212 dhp->maxkey = 0;
293 dhp->maxkey = strtoul(rhsp, NULL, 0);
297 * require version 1, expected dict name, and maxkey values
303 dhp->maxkey == 0) {
307 "%sEINVAL ver %d name \"%s\" maxkey %d\n",
308 debugstr, prop_version, prop_name, dhp->maxkey);
370 (void) fprintf(stderr, "fm_dc_maxkey: dhp 0x%p: maxkey %d\n",
371 (void *)dhp, dhp->maxkey
437 fm_dc_code2key(fm_dc_handle_t *dhp, const char *code, char *key[], int maxkey) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h53 u_int32_t maxkey; /* 24-27: Btree: Maxkey. */ member in struct:_btmeta
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2147 int maxkey; local
2178 maxkey = tsdm.tsdm_nused;
2202 maxkey = tsdm.tsdm_nused;
2216 if (return_val == TD_OK && (key < 1 || key >= maxkey))

Completed in 54 milliseconds